Adblock all links NOT from the web site i'm visiting.

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

Adblock all links NOT from the web site i'm visiting.

Post by Vivek.M »

How do i Adblock all image-links not on www.gardenweb.com ie: All links NOT gardenweb.com. I'd like to create a one to one mapping as in:
gardenweb.com -> "All external images blocked"

However for yahoo.com it should work as usual.

I don't want ads from my frequently visited sites.
Guest 2

Post by Guest 2 »

could block all elementts of relation "external." Usually in links this appears as

<a href=... rel="external">text</a>.

so you could block elements including hte parameter [rel="external"]. That would work if a site organized their links as "internal" vs "external" inside the tags.
ecjs
Posts: 170
Joined: Sun Jun 11, 2006 7:39 pm

Post by ecjs »

Options of firefox

Block images from...
Vivek.M

Thank You :) :) I shall try it

Post by Vivek.M »

Thanks!
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

You might like to ad this one to take care of that ugly empty space on all of the page tops

Code: Select all

gardenweb.com#td(width=732)(bgcolor=#375e1f)
Locked