How to filter a specific page that opens on on-click event?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
lezboyd
Posts: 45
Joined: Mon Feb 10, 2014 6:18 pm

How to filter a specific page that opens on on-click event?

Post by lezboyd »

I visit a website which is otherwise ad-free, but every time I click on a particular link, it opens a new tab automatically with a specific URL. I believe it is called a popup event? How do I set up filters in such a way that only that particular URL does not popup?
AdblockPlus150702
Posts: 16
Joined: Thu Jul 02, 2015 4:48 am

Re: How to filter a specific page that opens on on-click event?

Post by AdblockPlus150702 »

Am looking for this too. Here's a live example http://www.wallpapervortex.com/wallpape ... paper.html
There, clicking the image link would download the wallpaper, but also open a new browser tab to a third party site.

Code: Select all

<a href="http://www.imgbase.info/images/safe-wallpapers/digital_art/1_miscellaneous_digital_art/15185-photography_my_photoshop_editing__wallpaper.jpg" target="_blank">
<img src="http://www.imgbase.info/images/safe-wallpapers/digital_art/1_miscellaneous_digital_art/15185-photography_my_photoshop_editing__wallpaper.jpg" border="0" alt="My photoshop editing  wallpaper" title="My photoshop editing  wallpaper" class="responsiveImg">
</a>
Tried adding this filter wallpapervortex.com##.responsiveImg to block the popup, but the image link would disappear as well, not helping the download.
So, how to block the popup but not the image link?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: How to filter a specific page that opens on on-click event?

Post by mapx »

add

Code: Select all

||giveaways.club^$popup
||stabletrappeddevote.info^
AdblockPlus150702
Posts: 16
Joined: Thu Jul 02, 2015 4:48 am

Re: How to filter a specific page that opens on on-click event?

Post by AdblockPlus150702 »

@mapx
Your solution works. Thank you!
Locked