suggestions

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
David
Guest

suggestions

Post by David »

http://www.planet-f1.com/ - serving ads from URL http://ads.planet-f1.com/... (I dont' understand how it gets past '*http://ads.*' which is already in the filterset).

http://www.trustedreviews.com/article.aspx?art=3385 - banner top of main content - removed with '#*(top-sky)'
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

David wrote:http://www.planet-f1.com/ - serving ads from URL http://ads.planet-f1.com/... (I dont' understand how it gets past '*http://ads.*' which is already in the filterset).
It isn't here ... that ad IS blocked with that filter string.

By any chance, do you have a whitelist somewhere similar to the following?

Code: Select all

@@*/realmedia/ads/*
... because that will do it.
"Experience is something you don't get until just after you need it"
Guest
Guest

Post by Guest »

D'oh! I'd disabled EasyList filters by mistake. That would explain it! ;)
User avatar
Stupid Head
Emeritus Contributor
Emeritus Contributor
Posts: 97
Joined: Tue Aug 08, 2006 2:47 am
Location: USA

Post by Stupid Head »

David wrote:http://www.planet-f1.com/
http://www.trustedreviews.com/article.aspx?art=3385 - banner top of main content - removed with '#*(top-sky)'
Good job. There is a "bottom-sky" (and a "middle-sky" on some other pages) so you might want to use a "$" which matches the end of a string. That way, you can get both banners with one filter. Example:

Code: Select all

trustedreviews.com#div(id$=-sky)
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Stupid Head wrote:
David wrote:http://www.planet-f1.com/
http://www.trustedreviews.com/article.aspx?art=3385 - banner top of main content - removed with '#*(top-sky)'
Good job. There is a "bottom-sky" (and a "middle-sky" on some other pages) so you might want to use a "$" which matches the end of a string. That way, you can get both banners with one filter. Example:

Code: Select all

trustedreviews.com#div(id$=-sky)
Lookin' good for this one, Guest ... I guess it didn't matter for THAT one that your filters were turned off. :D

Nice 'compress', Sheepy.

:arrow: :arrow: :arrow:
"Experience is something you don't get until just after you need it"
Guest
Guest

Post by Guest »

Code: Select all

http://adv.surinter.net

Code: Select all

*http://adv.*
:arrow: :arrow: :arrow:
Locked