Return to Index  

Several suggested additions for no-ads.pac

July 9 2007 at 5:54 PM
No score for this post
Folkert  (no login)

 

In my pac file, I adjusted re_banner by adding a few Dutch and German words to block some more ads in these languages:
var re_banner = /\/(.*_){0,1}(ad|adverts?|adimage|adframe|adserver|admentor|adview|banner|popunder|adcycle|werbung|anzeige|reclame)(s)?[_.\/]/i;

re_adhost I also changed to block some more and to unblock others:
var re_adhost = /^(www\.)?(ad(?!(ult|obe.*|min|sl|d|olly.*|block|don))|tology|pop|click|dclk|cash|[^.]*banner|[^.]*adserv|.+\.ads?\.)/i;

Some more ads I block:
|| shExpMatch(url,"*static.jpost.com/images/200*")
|| shExpMatch(url,"*weeronline.nl/wb/*")
|| shExpMatch(url,"*weeronline.nl/gifs/woa*")
|| shExpMatch(url,"*weeronline.be/wb/*")
|| shExpMatch(url,"*weeronline.be/gifs/woa*")
|| shExpMatch(url,"*meteoonline.be/wb/*")
|| shExpMatch(url,"*meteoonline.be/gifs/woa*")
|| shExpMatch(url,"*wetteronline.de/wb/*")
|| shExpMatch(url,"*wetteronline.de/gifs/woa*")
|| dnsDomainIs(host,"wodas.weeronline.nl")
|| dnsDomainIs(host, "mm.chitika.net")
|| dnsDomainIs(host, ".searchenginetracking.nl")
|| dnsDomainIs(host, ".checkit.nl")

// modern popup balloons
|| dnsDomainIs(host, ".snap.com")
|| dnsDomainIs(host, ".intellitxt.com")

I hope these suggestions are useful to some.

 
Scoring disabled. You must be logged in to score posts.Respond to this message   
Create your own forum at Network54
 Copyright © 1999-2009 Network54. All rights reserved.   Terms of Use   Privacy Statement