How to filter a specific page that opens on on-click event?
How to filter a specific page that opens on on-click event?
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?
-
- Posts: 16
- Joined: Thu Jul 02, 2015 4:48 am
Re: How to filter a specific page that opens on on-click event?
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.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?
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>
So, how to block the popup but not the image link?
Re: How to filter a specific page that opens on on-click event?
add
Code: Select all
||giveaways.club^$popup
||stabletrappeddevote.info^
-
- Posts: 16
- Joined: Thu Jul 02, 2015 4:48 am
Re: How to filter a specific page that opens on on-click event?
@mapx
Your solution works. Thank you!
Your solution works. Thank you!