hello,
firstly, adblock is great! I use it for years.
I have a page with various images, all images link to a new site. I want to filter all images which link e.g. to advertise.htm. The other images I want to see.
In a former version of adblock this was easily possible. But now I don't find this any more.
Can somebody help me, please?
Regards, Marc
filter image by its link target
Re: filter image by its link target
Adblock Plus used to have this exact function. Unfortunately, any amount of filters using the function significantly slowed down browser performance for many, and after a development thread asking users to raise their hands if they protested turning it off by default resulted in little notice, the function was removed from ABP entirely.
Sorry, but you won't see this function returning to Adblock Plus. Instead what you can use is the improved element hiding features, which can be configured in raw CSS or in adblock syntax, which you can read about in the FAQ.
Sorry, but you won't see this function returning to Adblock Plus. Instead what you can use is the improved element hiding features, which can be configured in raw CSS or in adblock syntax, which you can read about in the FAQ.
Re: filter image by its link target
Hello,
thanks for information. But I am not able to find this in FAQ. Could somebody assist, please? Thanks in advance.
Regards Marc
thanks for information. But I am not able to find this in FAQ. Could somebody assist, please? Thanks in advance.
Regards Marc
Re: filter image by its link target
something like this
Code: Select all
website.com##A[href="http://www.hosting.com/ofpic.jpg"]
Re: filter image by its link target
Hello,
with "##*" now it works fine. Thanks for Support!
Regards, Marc.
with "##*" now it works fine. Thanks for Support!
Regards, Marc.