Suggestions for default filters
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 :]
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 :]
changed the following codes
Code: Select all
/\.geocities.com/js_source/
/at(wola|dmt)\.com/
You can add this, mcm:
- No more stupid toolbar messing up the page structure 
I hope nobody finds it useful..
Code: Select all
/(af|hb)\.ly[gc]os?\.com|\(tb\)$/

I hope nobody finds it useful..

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^^
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^^
flickr + default filterset
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
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
clicktag blocking by default
I would like to nominate the following as default filter:
I'm using it for two weeks (http://p2.forumforfree.com/-vp1339-adbl ... .html#1339) and it works realy fine without any problems.
Code: Select all
/[\?\&]clicktag=http/
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.
/[\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.