filter image by its link target

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
marc19
Posts: 1
Joined: Wed Sep 16, 2009 9:02 am

filter image by its link target

Post by marc19 »

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
asdf

Re: filter image by its link target

Post by asdf »

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.
marc20

Re: filter image by its link target

Post by marc20 »

Hello,

thanks for information. But I am not able to find this in FAQ. Could somebody assist, please? Thanks in advance.

Regards Marc
User avatar
fanboy
Posts: 3446
Joined: Sun Jun 17, 2007 4:45 am
Contact:

Re: filter image by its link target

Post by fanboy »

something like this

Code: Select all

website.com##A[href="http://www.hosting.com/ofpic.jpg"]
marc21

Re: filter image by its link target

Post by marc21 »

Hello,

with "##*" now it works fine. Thanks for Support!

Regards, Marc.
Locked