Block all 3rd party imgs on a specific site

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
bugmenot

Block all 3rd party imgs on a specific site

Post by bugmenot »

hey guys, I want to block all 3rd party links on a particular page. Is this possible with adblock plus?

Say i visit forum.somepage.com/thread/123123123.html

and the posters there have stupid signature images that point to 1001 different domains

Is there a filter I can apply to |http://forum.somepage.com/thread/* that will block/hide all links to 3rd party sites?

I took a look at the $third-party filter but i tihnk that does the opposite. It would block anything that's on forum.somepage.com/thread/ from showing up on any other site. I want anything originating on a site other than forum.somepage.com to be blocked when visiting forum.somepage.com

Cheers
User avatar
Gingerbread Man
Posts: 1339
Joined: Fri Aug 12, 2011 5:28 am

Re: Block all 3rd party imgs on a specific site

Post by Gingerbread Man »

Code: Select all

*$image,third-party,domain=forum.somepage.com
bugmenot

Re: Block all 3rd party imgs on a specific site

Post by bugmenot »

thanks mate! works great
troy

Re: Block all 3rd party imgs on a specific site

Post by troy »

sorry for reviving an old post but i found this with google and i tried right away because it was just what i needed. it works perfectly but adb tells me that it's a slow rule (snail). is that bad? thanx
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Re: Block all 3rd party imgs on a specific site

Post by Hubird »

Can't do much about it. Just keep slow rules to a minimum and you won't notice any performance loss.
Guest

Re: Block all 3rd party imgs on a specific site

Post by Guest »

RequestPolicy is another effective extension you might consider.
troy

Re: Block all 3rd party imgs on a specific site

Post by troy »

Since this is the only slow rule i use (i disabled all those in fanboy's lists) i think i will keep using this solution.

Thank you all for the replies.
Locked