Suggestions for default filters

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

Post by Guest »

Something I add to every installation of AP is .atwola.com to block out the banner on the CNN webpage.

Might this be included with newer builds or is there a reason this has been left out?
Guest

Post by Guest »

Hi Folks,

I think the /\Wservlet\W/ pattern might be a little too general. (well a lot too general actually)

As I interpret it it's a regex to match any non word character, the string 'servlet', then any non word character. Hence '/servlet/' matches, and this is a very common pattern for many servlet based websites (of which there are thousands)

eg the UK coop bank's http://www.co-operativebank.co.uk/ site doesn't work correctly with it. This pattern removes all the images (as they use /servlet/ in the path for their images)

Just thought I'd let you know.

Keep up the good work :]
Guest

Post by Guest »

changed the following codes

Code: Select all

/\.geocities.com/js_source/ 
/at(wola|dmt)\.com/
User avatar
mcm
Posts: 359
Joined: Sat Jun 10, 2006 2:36 am

Post by mcm »

Thanks for the feedback, I have made the suggested changes (current list on the first post) except for "/\.geocities.com/js_source/" which from memory had a false positive which is why it has the specific js files listed.
Guest

Post by Guest »

G uses that filter. I think it changed.
User avatar
mcm
Posts: 359
Joined: Sat Jun 10, 2006 2:36 am

Post by mcm »

Ok, that's good enough for me, done!
Guest

Post by Guest »

You can add this, mcm:

Code: Select all

/(af|hb)\.ly[gc]os?\.com|\(tb\)$/
- No more stupid toolbar messing up the page structure :D

I hope nobody finds it useful.. :P
Guest

Post by Guest »

the toolbar that is.. :lol:
Ripper^^

Post by Ripper^^ »

While I understand the use of a default filterset I believe it should be an opt in thing such as suggested by an above post ""Filter List empty - Do you want to use the default filter set?"

My reason for this is I try to only block ads on larger sites not small places that need ad revenue to survive(unless they're really annoying), and I think other users may have the same philosophy. I just started using adblock plus to fix the flash 8 problem and did not know that there was a default filterset. It blocks for example Google AdSense which a lot of smaller sites use, my own included, and which I don't filter. Just my two cents.

Ripper^^
Guest

Post by Guest »

I agree my vote for opt-in
Guest

flickr + default filterset

Post by Guest »

Hi again adblock plus folks,

Just thought I'd point out that the default
/[\W_]ad[^=&](banner|click|flow|frame|ima?ge?|log|serv(er|e)?|stream|type|view|vert(ising|isement)?|v|js|trix|xchange|wrapper)?s?[\W\d_]/
rule is blocking some useful (non-ad) buttons on image pages on flickr (very popular site)

They are:
http://www.flickr.com/images/add_note_grey.gif
http://www.flickr.com/images/add_to_faves_grey.gif

It took me a while to work out why I couldn't add notes to my piccies cause of this!

I'd work out exactly why this regex matches but I'm at work and kinda busy. If I get time later on I'll follow up with a change to this regex that should hopefully fix it, if indeed that's possible :)

Cheers
User avatar
mcm
Posts: 359
Joined: Sat Jun 10, 2006 2:36 am

Post by mcm »

Sorry about that, change the beginning from:

/[\W_]ad[^=&](banner...

to

/[\W_]ad(?!=&)(banner...
User avatar
mcm
Posts: 359
Joined: Sat Jun 10, 2006 2:36 am

Post by mcm »

Because this is quite a bad false positive, Adblock Plus 0.5.11 will automatically make the change mentioned in the previous post if installing from 0.5.10.
Daniel

clicktag blocking by default

Post by Daniel »

I would like to nominate the following as default filter:

Code: Select all

/[\?\&]clicktag=http/
I'm using it for two weeks (http://p2.forumforfree.com/-vp1339-adbl ... .html#1339) and it works realy fine without any problems.
Paulfox

Post by Paulfox »

Haven't checked the default list lately but these are 4 of my most effective, and they're small:

/[\W](cible|com|double|fast|inter|value)click[\W]/
/intelli(-direct\.com|srv\.(js|net)|txt)/
/pagead\d\.google/
logging.to
/RealMedia/ads/

If I only had 5 (and not the 37 lines I have), these would be it.
Locked