Need help with an Exception Rule...
You Da Man!rick752 wrote:I see now ... this is a problem of having the "Check banner links" option on in ABP. The image is not *adlog* but the link is.
Simply turn off "Check banner links" in ABP's 'Options' and all should be well. I recommend not to use that option.
I appreciate all your help. Are element filters different as far as regex/wildcarding goes?
What did the ^ represent in
Code: Select all
gametrailers.com#div(id^=ad_)
Code: Select all
mail.live.com#DIV(id=cRadAdsToday)
mail.live.com#DIV(id^=RadAd_)
Yes, the syntax is different (elements are based on CSS rules) .. and they only 'hide' items, they do not block at the source. They are still downloaded.ContendeR wrote:You Da Man!rick752 wrote:I see now ... this is a problem of having the "Check banner links" option on in ABP. The image is not *adlog* but the link is.
Simply turn off "Check banner links" in ABP's 'Options' and all should be well. I recommend not to use that option.
I appreciate all your help. Are element filters different as far as regex/wildcarding goes?
Using = means an exact match.What did the ^ represent inCode: Select all
gametrailers.com#div(id^=ad_)
Using ^= means 'begins with'
Using $= means 'ends with'
Using *= means it is anywhere within the element
Yes, you could use:I also have two element filters for Live MailCouldn't they be edited into one(1) filter rather than two(2) using the RadAd as the constant between the two?Code: Select all
mail.live.com#DIV(id=cRadAdsToday) mail.live.com#DIV(id^=RadAd_)
Code: Select all
mail.live.com#div(id*=RadAd)
Edit***mulder wrote:Can someone please provide the complete code? I was lost halfway through the posts :\
To allow videos to play in gametrailers, you need to add this whitelist:
Code: Select all
@@http://www.gametrailers.com/player/

Oh, great. Thanks for your help :]
I have a question though, my filter has
as you can see in this picture, however, the ads on the top page are not blocked. The ads on the homepage are blocked just fine, but the ads on the player page don't get disabled.
Any solutions?
I have a question though, my filter has
Code: Select all
@@http://www.gametrailers.com/player/
Any solutions?
