Home | History | Annotate | Download | only in proxy_resolver_perftest

Lines Matching full:ads

3 // John's No-ADS proxy auto configuration script
4 // http://www.schooner.com/~loverso/no-ads/
19 var noadsver = "$Id: no-ads.pac,v 5.70 2007/05/11 16:56:01 loverso Exp loverso $";
58 // *** 'bypass' is the preferred proxy setting for when no-ads is inactive.
89 // These are the basic steps needed to use "no-ads.pac".
92 // 1. Save this as a file (no-ads.pac) on your local disk
94 // 2. Select a no-ads "blackhole".
97 // (or else it may still show you ads it has saved on your disk).
113 // 2. SELECT A NO-ADS BLACKHOLE
121 // The basic trick of no-ads is to match the site or URL of annoying web content
128 // When you initially get "no-ads.pac", it is using this as the blackhole:
190 // echo HTTP/1.0 501 No Ads Accepted
200 // http://www.schooner.com/~loverso/no-ads/ for a complete copy
264 // http://yourserver/no-ads.pac
269 // file:/home/loverso/no-ads.pac (UNIX)
270 // file:///c:/windows/desktop/no-ads.pac (Windows)
313 // http://yourserver/no-ads.pac
314 // file:///c:/windows/desktop/no-ads.pac (Windows)
337 // http://www.schooner.com/~loverso/no-ads/IE-no-auto-proxy-cache.reg
355 // http://yourserver/no-ads.pac
356 // file://c:/windows/desktop/no-ads.pac
474 // the regexps should be compiled as no-ads.pac is loaded.
496 // ^(ad(?!(min|sl|d\.))|pop|click|cash|[^.]*banner|[^.]*adserv|.*\.ads\.)
497 var re_adhost = /^(www\.)?(ad(?!(ult|obe.*|min|sl|d|olly.*))|tology|pop|click|cash|[^.]*banner|[^.]*adserv|.+\.ads?\.)/i;
505 // fire.ads.ighoo.com
506 // ads.foo.org
521 // Enable or disable no-ads for the current browser session.
523 // To disable, visit this URL: http://no-ads.int/off
524 // To re-enable, visit this URL: http://no-ads.int/on
530 if (shExpMatch(host, "no-ads.int")) {
533 //alert("no-ads is enabled.\n" + url);
536 //alert("no-ads has been disabled.\n" + url);
537 } else if (shExpMatch(url, "*no-ads.int/")) {
538 alert("no-ads is "+(isActive ? "enabled" : "disabled")+".\n" + url);
540 alert("no-ads unknown option.\n" + url);
577 // Add sites here that should never be matched for ads.
587 // test page at http://www.schooner.com/~loverso/no-ads/ads/
589 // Apple.com "Switch" ads
590 || shExpMatch(url, "*.apple.com/switch/ads/*")
647 // // or any subdomain "ads"
648 // || (dnsDomainLevels(host) > 2 && shExpMatch(host, "*.ads.*"))
770 // (typically these set cookies or serve animated ads)
785 // marketwatch.com (flash ads), but CSS get loaded
796 // web ads and "cheap Long Distance"
804 // animated ads shown at techbargains
822 // more animated ads... these really drive me crazy
864 // User tracking (worse than ads) && hit counting "services"
959 // "Casino" ads (scams)
1020 // Yahoo ads (direct and via Akamai)
1027 // "eyewonder" ads at Yahoo
1034 // FortuneCity - ads and tracking
1076 // Be Free affiliate ads
1118 // - looping shockwave ads
1165 // complicated JavaScript for directed ads!
1178 // complicated JavaScript for gliding ads!
1183 // cnet ads
1194 // incredibly annoying IMDB shock/flash ads
1243 // avsforum ads
1305 alert("no-ads.pac: LOADED:\n" +