Block This !!
Block This !!
I went to this site http://blog.tmcnet.com/blog/tom-keating ... update.asp and wanted to know how to block the in line text ads from Amazon with out blocking the Amazon site itself. I have the easylist and easyelement filters installed but they don't block these ads. thanks for any help on this.
- Adblock Plus Fan
- Posts: 1255
- Joined: Sat Feb 24, 2007 11:08 am
Re: Block This !!
Also verified that there are no amazon ads with the EasyList. Either ABP Fan is correct in his assumption that you have whitelisted @@amazon.com ... or the filter:Hubird wrote:I went to this site http://blog.tmcnet.com/blog/tom-keating ... update.asp and wanted to know how to block the in line text ads from Amazon with out blocking the Amazon site itself. I have the easylist and easyelement filters installed but they don't block these ads. thanks for any help on this.
Code: Select all
http://rcm.amazon.
Are you using other filters besides my two?
- Adblock Plus Fan
- Posts: 1255
- Joined: Sat Feb 24, 2007 11:08 am
Re: Block This !!
Okay sorry, I think we all misunderstood this sentence.Hubird wrote:block the in line text ads from Amazon
I checked the site some more and found this:

A popup ad when you mouse over, sorta (I don't know what they are called

In that case I think this code can help for what you want:
Code: Select all
tmcnet.com#DIV(id=overDiv)
Re: Block This !!
Actually, it would be much better to block the script producing those popups - thereby
preventig their content being loaded - instead of just hiding them when they are loaded:
Be careful to use this filter with a full domain part and not just overlib.js, as that is a
very popular script to produce hover effects.
preventig their content being loaded - instead of just hiding them when they are loaded:
Code: Select all
http://blog.tmcnet.com/cgi-bin/overlib.js
very popular script to produce hover effects.
Thanks for your replies. worked thanks.
Code: Select all
http://blog.tmcnet.com/cgi-bin/overlib.js
- Adblock Plus Fan
- Posts: 1255
- Joined: Sat Feb 24, 2007 11:08 am
Re: Block This !!
That's such a great idea, thanks. I'll try to remember that trick.chewey wrote:Actually, it would be much better to block the script producing those popups