Added list.[ch] and actions.[ch]
[privoxy.git] / permissionsfile
1 #############################################################################
2 # Sample actions file for the Internet Junkbuster 2.9.4
3 #
4 # For information, see http://ijbswa.sourceforge.net/
5 #
6 # $Id$
7 #
8 #############################################################################
9 # Syntax
10 #############################################################################
11 # This file lists the actions to be applied to a request.
12 # There are 3 kinds of action:
13 #
14 # Boolean (e.g. "block"):
15 #   +name  # enable
16 #   -name  # disable
17 #
18 # Parameterized (e.g. "hide-user-agent"):
19 #   +name{param}  # enable and set parameter to "param"
20 #   -name         # disable
21 #
22 # Multi-value (e.g. "add-header", "wafer"):
23 #   +name{param}  # enable and add parameter "param"
24 #   -name{param}  # remove the parameter "param"
25 #   -name         # disable totally
26 #
27 # The default (if you don't specify anything in this file) is not to take
28 # any actions - i.e completely disabled, so JunkBuster will just be a
29 # normal, non-blocking, non-anonymizing proxy.  You must specifically
30 # enable the privacy and blocking features you need (although the 
31 # provided default actions file will do that for you).
32 #
33 # Later actions always override earlier ones.  For multi-valued actions,
34 # the actions are applied in the order they are specified.
35 #
36 #############################################################################
37 # Valid actions are:
38 #############################################################################
39 #
40 # +add-header{Name: value}
41 #    Adds the specified HTTP header, which is not checked for validity.
42 #    You may specify this many times to specify many headers.
43 #
44 # +block
45 #    Block this URL
46 #
47 # +fast-redirects
48 #    Many sites, like yahoo.com, don't just link to other sites.
49 #    Instead, they will link to some script on their own server,
50 #    giving the destination as a parameter, which will then redirect
51 #    you to the final target. 
52 #
53 #    URLs resulting from this scheme typically look like:
54 #    http://some.place/some_script?http://some.where-else
55 #
56 #    Sometimes, there are even multiple consecutive redirects encoded
57 #    in the URL. These redirections via scripts make your web browing
58 #    more traceable, since the server from which you follow such a link
59 #    can see where you go to. Apart from that, valuable bandwidth and
60 #    time is wasted, while your browser aks the server for one redirect
61 #    after the other. Plus, it feeds the advertisers.
62 #
63 #    The +fast-redirects option enables interception of these requests
64 #    by junkbuster, who will cut off all but the last valid URL in the
65 #    request and send a local redirect back to your browser without
66 #    contacting the remote site.
67 #
68 # +filter
69 #    Filter the website through the re_filterfile
70 #    FIXME: The syntax should be +filter{filename}
71 #
72 # +hide-forwarded
73 #    Block any existing X-Forwarded-for header, and do not add a new one.
74 #
75 # +hide-from{block}
76 # +hide-from{spam@sittingduck.xqq}
77 #    If the browser sends a "From:" header containing your e-mail address, 
78 #    either completely removes the header ("block"), or change it to the
79 #    specified e-mail address.
80 #
81 # +hide-referer{block}
82 # +hide-referer{forge}
83 # +hide-referer{http://nowhere.com}
84 #    Don't send the "Referer:" (sic) header to the web site.  You can
85 #    block it, forge a URL to the same server as the request (which is
86 #    preferred because some sites will not send images otherwise) or
87 #    set it to a constant string.
88 #
89 # +hide-referrer{...}
90 #    Alternative spelling of +hide-referer.  Has the same parameters,
91 #    and can be freely mixed with, "+hide-referer".  ("referrer" is the 
92 #    correct English spelling, however the HTTP specification has a 
93 #    bug - it requires it to be spelt "referer").
94 #
95 # +hide-user-agent{browser-type}
96 #    Change the "User-Agent:" header so web servers can't tell your
97 #    browser type.  (Breaks many web sites).  Specify the user-agent
98 #    value you want - e.g., to pretend to be using Netscape on Linux:
99 #      +hide-user-agent{Mozilla (X11; I; Linux 2.0.32 i586)}
100 #    Or to identify yourself explicitly as a JunkBuster user:
101 #      +hide-user-agent{JunkBuster/1.0}
102 #    (Don't change the version number from 1.0 - after all, why tell them?)
103 #
104 # +image
105 #    Treat this URL as an image.  This only matters if it's also blocked, in
106 #    which case a "blocked" image rather than a HTML page will be sent.
107 #    (According to the tinygif setting in the config file).
108 #
109 # +no-cookies-read
110 #    Prevent the website from reading cookies
111 #
112 # +no-cookies-set
113 #    Prevent the website from setting cookies
114 #
115 # +no-popup
116 # +no-popups
117 #    Filter the website through a built-in filter to disable
118 #    window.open() etc.  The two alternative spellings are
119 #    equivalent.
120 #
121 # +vanilla-wafer
122 #    This action only applies if you are using a jarfile.  It sends a
123 #    cookie to every site stating that you do not accept any copyright
124 #    on cookies sent to you, and asking them not to track you.  Of
125 #    course, this is a (relatively) unique header they could use to 
126 #    track you.
127 #
128 # +wafer{name=value}
129 #    This allows you to add an arbitrary cookie.  Specify it multiple
130 #    times in order to add several cookies.
131 #
132 #############################################################################
133
134
135
136 #############################################################################
137 # Aliases
138 #############################################################################
139 {{alias}}
140 #############################################################################
141 #
142 # You can define a short form for a list of permissions - e.g., instead
143 # of "-no-cookies-set -no-cookies-read -filter -fast-redirects", you can
144 # just write "shop".  This is called an alias.
145 #
146 # Currently, an alias can contain any character except space, tab, '=', '{'
147 # or '}'.
148 # But please use only 'a'-'z', '0'-'9', '+', and '-'.
149 #
150 # Alias names are not case sensitive.
151 #
152 # Aliases beginning with '+' or '-' may be used for system permission names 
153 # in future releases - so try to avoid alias names like this.  (e.g. 
154 # "+no-cookies" below is not a good name)
155 #
156 # Aliases must be defined before they are used.
157
158
159 # Useful aliases
160 +no-cookies = +no-cookies-set +no-cookies-read
161 -no-cookies = -no-cookies-set -no-cookies-read
162 fragile     = -block -no-cookies -filter -fast-redirects -hide-referer -no-popups
163 shop        = -no-cookies -filter -fast-redirects
164 +imageblock = +block +image
165
166 #For people who don't like to type too much:  ;-)
167 c0 = +no-cookies
168 c1 = -no-cookies
169 c2 = -no-cookies-set +no-cookies-read
170 c3 = +no-cookies-set -no-cookies-read
171 #... etc.  Customize to your heart's content.
172
173 #############################################################################
174 # Defaults
175 #############################################################################
176 #FIXME: Line continuation is broken - can't split a line at whitespace.
177 { -\
178 block +\
179 fast-redirects +\
180 filter +\
181 hide-forwarded +\
182 hide-from{block} +\
183 hide-referer{forge} -\
184 hide-user-agent -\
185 image +\
186 no-cookies-read +\
187 no-cookies-set +\
188 no-popups +\
189 vanilla-wafer \
190 }
191 / # Match all URLs
192
193 #############################################################################
194 # A useful site for testing - shows all headers:
195 # http://privacy.net/analyze/
196 #############################################################################
197 {+add-header{X-Privacy: Yes please} +#-add-header{*} +\
198 add-header{X-User-Tracking: No thanks!} -filter}
199 privacy.net
200
201 #############################################################################
202 # Permissions list
203 #############################################################################
204
205 # Sites that need cookies
206 {-no-cookies}
207 javasoft.com
208 sun.com
209 yahoo.com
210 msdn.microsoft.com
211
212 # Alternative way of saying the same thing
213 {-no-cookies-set -no-cookies-read}
214 sourceforge.net
215 sf.net
216
217 # These sites are very complex and require
218 # minimal interference.
219 {fragile}
220 office.microsoft.com
221 windowsupdate.microsoft.com
222
223 # Shopping sites - still want to block ads.
224 {shop}
225 quietpc.com
226 worldpay.com   # for quietpc.com
227 jungle.com
228 scan.co.uk
229
230 # These shops require pop-ups
231 {shop -no-popups}
232 dabs.com
233 overclockers.co.uk
234
235 # This is a graphical-> text only conversion script
236 {-fast-redirects}
237 www.ukc.ac.uk/cgi-bin/wac\.cgi\?
238
239 # Please don't re_filter code!
240 {-filter}
241 cvs.sourceforge.net
242
243 #############################################################################
244 # Imagelist:
245 #############################################################################
246 {+image}
247 #############################################################################
248 /.*\.gif
249 /.*\.jpe?g
250
251 #############################################################################
252 {+imageblock}
253 #############################################################################
254 adforce.imgis.com
255 ad.preferences.com/image.*
256 ads.web.aol.com
257 focalink.com
258 ad-adex3.flycast.com
259 ad.doubleclick.net
260 connect.247media.ads.link4ads.com
261 ln.doubleclick.net
262 mojofarm.mediaplex.com/ad/
263 www.carbuyer.com/cgi-carbuyer/getimage.cgi
264 /phpAds(New)?/viewbanner\.php
265 ad.de.doubleclick.net
266 /.*/count\.cgi\?.*df=
267 *.fxweb.com/v2-trackrun\.cgi
268 195.63.104.61
269 195.63.104.222
270 213.165.64.38
271 213.165.64.39
272 213.165.64.40
273 213.165.64.41
274 213.165.64.42
275 213.165.64.43
276 213.165.64.44
277 194.221.183.221
278 194.221.183.222
279 194.221.183.223
280 194.221.183.224
281 194.221.183.225
282 194.221.183.226
283 194.221.183.227
284 a196.g.akamai.net/7/196/2670/000[12]/images.gmx.net/i4/images/.*/
285 /cgi-bin/ivw/CP/CGI
286 151.189.8.213/Adimg
287 151.189.8.193/Media
288
289 #############################################################################
290 # Blocklist:
291 #############################################################################
292 {+block}
293 #############################################################################
294 /*.*/(.*[-_.])?ads?[0-9]?(/|[-_.].*|\.(gif|jpe?g))
295 /*.*/(.*[-_.])?count(er)?(\.cgi|\.dll|\.exe|[?/])
296 /*.*/(ng)?adclient\.cgi
297 /*.*/(plain|live|rotate)[-_.]?ads?/
298
299 /*.*/(sponsor)s?[0-9]?/
300 ###/*.*/(sponsor|banner)s?[0-9]?/
301 ###/*.*/.*banner([-_]?[a-z0-9]+)?\.(gif|jpg)
302
303 /*.*/_?(plain|live)?ads?(-banners)?/
304 /*.*/abanners/
305 /*.*/ad(sdna_image|gifs?)/
306 /*.*/ad(server|stream|juggler)\.(cgi|pl|dll|exe)
307 /*.*/adbanners/
308 /*.*/adserver
309 /*.*/adstream\.cgi
310 /*.*/adv((er)?ts?|ertis(ing|ements?))?/
311 /*.*/anzei(gen)?/?
312 /*.*/ban[-_]cgi/
313 /*.*/banner_?ads/
314 /*.*/banner_?anzeigen
315 /*.*/bannerimage/
316 /*.*/banners?/
317 /*.*/banners?\.cgi/
318 /*.*/cgi-bin/centralad/getimage
319 /*.*/images/addver\.gif
320 /*.*/images/advert\.gif
321 /*.*/images/marketing/.*\.(gif|jpe?g)
322 /*.*/place-ads
323 /*.*/popupads/
324 /*.*/promobar.*
325 /*.*/publicite/
326 /*.*/randomads/.*\.(gif|jpe?g)
327 /*.*/reklama/.*\.(gif|jpe?g)
328 /*.*/reklame/.*\.(gif|jpe?g)
329 /*.*/reklaam/.*\.(gif|jpe?g)
330 /*.*/siteads/
331 /*.*/sponsor.*\.gif
332 /*.*/sponsors?[0-9]?/
333 /*.*/ucbandeimg/
334 /*.*/werb\..*
335 /*.*/werbebanner/
336 /*.*/werbung/.*\.(gif|jpe?g)
337 /.*/adv\.       # www.telegraaf.nl
338 /.*/advert[0-9]+\.jpg
339 /.*bann\.gif
340 /Media/Images/Adds/
341 /_banner/
342 /ad_images/
343 /adgenius/
344 /adimages/
345 /*.*/ads/
346 /*.*/ads\\
347 /viewad/
348 /adserve/
349 /adverts/
350 /annonser?/
351 /bando/
352 /bannerad/
353 /bannerfarm/
354 /bin/getimage.cgi/...\?AD
355 /bin/nph-oma.count/ct/default.shtml
356 /bin/nph-oma.count/ix/default.html
357 /cgi-bin/getimage.cgi/....\?GROUP=
358 /cgi-bin/nph-load
359 /cgi-bin/webad.dll/ad
360 /cwmail/acc\.gif
361 /cwmail/amzn-bm1\.gif
362 /db_area/banrgifs/
363 /gif/teasere/
364 /grafikk/annonse/
365 /graphics/defaultAd/
366 /grf/annonif
367 /htmlad/
368 /image\.ng/AdType
369 /image\.ng/transactionID
370 /images/.*/.*_anim\.gif # alvin brattli
371 /ip_img/.*\.(gif|jpe?g)
372 /marketpl*/
373 /minibanners/
374 /netscapeworld/nw-ad/
375 /promotions/houseads/
376 /rotads/ 
377 /rotateads/
378 /rotations/ 
379 /torget/jobline/.*\.gif
380 /viewad/
381 /werbung/
382 /worldnet/ad\.cgi
383 /zhp/auktion/img/
384 /cgi-bin/nph-adclick.exe/
385 /*.*/Image/BannerAdvertising/
386 /*.*/ad-bin/
387 /*.*/adlib/server\.cgi
388 /*.*/gsa_bs/gsa_bs.cmdl
389 /autoads/
390 /anz/pics/
391
392 # for our finnish friends, by Kai Puolamaki <Kai.Puolamaki@iki.fi>
393 /*.*/mainos/*.*/.*\.gif
394 /*.*/mainos/*.*/.*\.jpe?g
395
396 # more from a finnish friend Petri Haapio <pha@iki.fi>
397 cgi.tietovalta.fi
398 keltaisetsivut.fi/web/img/\.*gif
399 haku.net/pics/pana\.*gif
400 www.fi/guvat/\.*gif
401 /*.*/(.*[-_.].*)?maino(kset|nta|s).*(/|\.(gif|html?|jpe?g|png))
402 /*.*/(ilm(oitus)?|kampanja)(hallinta|kuvat?)(/|\.(gif|html?|jpe?g|png))
403
404 # and even more from a finnish friend Hannu Napari <Hannu.Napari@hut.fi>
405 194.251.243.50/cgi-bin/banner
406
407 www.dime.net/ad
408 www.iltalehti.fi/ad
409 www.iltalehti.fi/ilmkuvat
410 www.mtv3.fi/mainoskuvat
411
412 # <jwz@jwz.org>
413 /*.*/adfinity
414 /*.*/[?]adserv
415 /*.*/bizgrphx/
416 /*.*/smallad2\.gif
417 /*.*/ana2ad\.gif
418 /*.*/adimg/
419 /*.*/.*counter\.pl
420 /*.*/spin_html/
421 /*.*/images/topics/topicgimp\.gif
422 discovery.com/.*banner_id
423 /*.*/.*bannr\.gif
424 cruel.com/images/
425 idrink.com/frm_bottom.htm
426 /*.*/.*pb_ihtml\.gif
427 /*.*/ph-ad.*\.focalink\.com
428 /cgi-bin/adjuggler
429
430 /we_ba/ # hausfrauenseite.de *bwhahahaaaaa*
431
432 # ms sucks !
433 /.*(ms)?backoff(ice)?.*\.(gif|jpe?g)
434 /.*(/ie4|/ie3|msie|sqlbans|powrbybo|activex|backoffice|explorer|netnow|getpoint|ntbutton|hmlink).*\.(gif|jpe?g)
435 /.*activex.*(gif|jpe?g)
436 /.*explorer?.(gif|jpe?g)
437 /.*freeie\.(gif|jpe?g)
438 /.*/ie_?(buttonlogo|static?|anim.*)?\.(gif|jpe?g)
439 /.*ie_sm\.(gif|jpe?g)
440 /.*msie(30)?\.(gif|jpe?g)
441 /.*msnlogo\.(gif|jpe?g)
442 /.*office97_ad1\.(gif|jpe?g)
443 /.*pbbobansm\.(gif|jpe?g)
444 /.*powrbybo\.(gif|jpe?g)
445 /.*sqlbans\.(gif|jpe?g)
446 /.*exc_ms\.gif
447 /.*ie4get_animated\.gif
448 /.*ie4_animated\.gif
449 /.*n_iemap\.gif
450 /.*ieget\.gif
451 /.*logo_msnhm_*
452 /.*mcsp2\.gif
453 /.*msn2\.gif
454 /.*add_active\.gif
455 /.*n_msnmap\.gif
456 /.*Ad00\.gif
457 /.*s_msn\.gif
458 /.*addchannel\.gif
459 /.*adddesktop\.gif
460 /.*/ns4\.gif
461 /.*/v3sban\.gif
462 /.*/?FPCreated\.gif
463 /.*/opera35\.gif
464 /.*/opera13\.gif
465 /.*/opera_b\.gif
466 /.*/ie_horiz\.gif
467 /.*/ie_logo\.gif
468
469 # ... and even more!
470 /.*/favicon\.ico
471
472 # generally useless information and promo stuff (commented out)
473 #/*.*/(counter|getpcbutton|BuiltByNOF|netscape|hotmail|vcr(rated)?|rsaci(rated)?|freeloader|cache_now(_anim)?|apache_pb|now_(anim_)?button|ie_?(buttonlogo|static?|.*ani.*)?)\.(gif|jpe?g)
474
475 /*.*/images/na/us/brand/
476 /*.*/advantage\.(gif|jpg)
477 /*.*/advanbar\.(gif|jpg)
478 /*.*/advanbtn\.(gif|jpg)
479 /*.*/biznetsmall\.(gif|jpg)
480 /*.*/utopiad\.(gif|jpg)
481 /*.*/epipo\.(gif|jpg)
482 /*.*/amazon([a-zA-Z0-9]+)\.(gif|jpg)
483 /*.*/bnlogo.(gif|jpg)
484 /*.*/buynow([a-zA-Z0-9]+)\.(gif|jpg)
485
486 /p/d/publicid
487
488
489 # for the dutch folks by a dutch friend gertjan@west.nl
490 /*.*/Advertenties/
491 /.*./Adverteerders/
492 netdirect.nl/nd_servlet/___
493
494 # --------------------------------------------------------------------------
495 #
496 # specific servers
497 #
498 # --------------------------------------------------------------------------
499
500 # the next two lines work 
501 12.16.1.10/web_GIF
502 12.16.1.10/~web_ani
503 193.158.37.3/cgi-bin/impact
504 193.210.156.114
505 193.98.1.160/img
506 194.231.79.38
507 195.124.124.56
508 195.27.70.69
509 195.30.94.21
510 195.63.104.222//inbox
511 195.63.104.222//log     # www.weltbild.de
512 195.63.104.222//meld
513 195.63.104.222//menu
514 195.63.104.222/folderlu
515 195.63.104.222/folderru
516 195.63.104.222/inbox
517 195.63.104.222/loginlu
518 195.63.104.222/loginmu
519 195.63.104.222/loginru
520 195.63.104.222/logoutlu
521 195.63.104.222/logoutmu
522 195.63.104.222/logoutru
523 195.63.104.61//inbox
524 195.63.104.61//log      # www.weltbild.de
525 195.63.104.61//meld
526 195.63.104.61//menu
527 195.63.104.61/inbox
528 195.63.104.61/loginlu
529 195.63.104.61/loginmu
530 195.63.104.61/loginru
531 195.63.104.61/logoutlu
532 195.63.104.61/logoutmu
533 195.63.104.61/logoutru
534 199.78.52.10
535 1st-fuss.com
536 204.253.46.71:1977
537 204.94.67.40/wc/
538 205.153.208.93
539 205.216.163.62
540 205.217.103.58:1977
541 206.165.5.162/images/gcanim\.gif
542 206.221.254.181:80
543 206.50.219.33
544 207.137.96.35
545 207.159.129.131/abacus
546 207.159.135.72
547 207.82.250.9
548 207.87.15.234
549 207.87.27.10/tool/includes/gifs/
550 208.156.39.142
551 208.156.39.144
552 208.156.60.230
553 208.156.60.234
554 208.156.60.235
555 209.1.112.252/adgraph/
556 209.1.135.142:1971
557 209.1.135.144:1971
558 209.132.97.164/IMG/
559 209.185.222.45
560 209.185.222.60
561 209.185.253.199
562 209.207.224.220/servfu.pl 
563 209.207.224.222/servfu.pl
564 209.239.37.214/cgi-pilotfaq/getimage\.cgi
565 209.297.224.220
566 209.75.21.6
567 209.85.89.183/cgi-bin/cycle\?host
568 212.63.155.122/(banner|concret|softwareclub)
569 216.15.157.34
570 216.27.61.150
571 216.49.10.236/web1000/
572 247media.com
573 62.144.115.12/dk/
574 ICDirect.com/cgi-bin
575 Shannon.Austria.Eu.net/\.cgi/
576 WebSiteSponsor.de
577 207.181.220.145
578
579 #
580 # generic hosts (probably most effective)
581 #
582 ad*.*.*
583 ad*.*.*.*
584 *.ads.*.*
585 banner*.*.*
586 banner*.*.*.*
587
588 *.admaximize.com
589 *.imgis.com
590 /*.*/*preferences.com*
591 1ad.prolinks.de
592 adwisdom.com
593 akamaitech.net/.*/Banners/
594 altavista.telia.com/av/pix/sponsors/
595 amazon.com/g/associates/logos/
596 annonce.insite.dk
597 asinglesplace.com/asplink\.gif
598 athand.com/rotation
599 automatiseringgids.nl/gfx/advertenties/
600 #avenuea.com/Banners/
601 avenuea.com/view/
602 badservant.guj.de
603 befriends.net/personals/matchmaking\.jpg
604 bizad.nikkeibp.co.jp
605 bs.gsanet.com/gsa_bs/
606 cash-for-clicks.de
607 cda.at/customer/
608 cgicounter.puretec.de/cgi-bin/
609 ciec.org/images/countdown\.gif
610 classic.adlink.de/cgi-bin/accipiter/adserver.exe
611 click..wisewire.com
612 clickhere.egroups.com/img/
613 imagine-inc.com
614 commonwealth.riddler.com/Commonwealth/bin/statdeploy\?[0-9]+
615 customad.cnn.com
616 dagbladet.no/ann-gif
617 digits.com/wc/
618 dino.mainz.ibm.de
619 dn.adzerver.com/image.ad
620 ds.austriaonline.at
621 emap.admedia.net
622 etrade.com/promo/
623 eur.yimg.com/a/
624 eur.a1.yimg.com/eur.yimg.com/a/
625 us.a1.yimg.com/us.yimg.com/a/
626 eurosponsor.de
627 #fastcounter.linkexchange.com
628 flycast.com
629 focalink.com/SmartBanner
630 freepage.de/cgi-bin/feets/freepage_ext/.*/rw_banner
631 freespace.virgin.net/andy.drake
632 futurecard.com/images/
633 gaia.occ.com/click.*
634 globaltrack.com
635 globaltrak.net
636 go.com/cimages\?SEEK_
637 hitbox.com 
638 home.miningco.com/event.ng/.*AdID
639 hurra.de
640 hyperbanner.net
641 icount.com/.*count
642 image*.narrative.com/news/.*\.(gif|jpe?g)
643 image.click2net.com
644 #image.linkexchange.com
645 images.nytimes.com
646 images.yahoo.com/adv/
647 images.yahoo.com/promotions/
648 imageserv.adtech.de
649 img.web.de
650 impartner.de/cgi-bin
651 informer2.comdirect.de:6004/cd/banner2
652 infoseek.go.com/cimages
653 ins.at/asp/images/
654 kaufwas.com/cgi-bin/zentralbanner\.cgi
655 #leader.linkexchange.com
656 link4ads.com
657 link4link.com
658 linktrader.com/cgi-bin/
659 logiclink.nl/cgi-bin/
660 lucky.theonion.com/cgi-bin/oniondirectin\.cgi
661 lucky.theonion.com/cgi-bin/onionimp\.cgi
662 lucky.theonion.com/cgi-bin/onionimpin\.cgi
663 #m.doubleclick.net
664 mailorderbrides.com/mlbrd2\.gif
665 media.priceline.com
666 mediaplex.com
667 members.sexroulette.com
668 messenger.netscape.com
669 miningco.com/zadz/
670 # movielink became moviefone
671 moviefone.com/.*banner
672 moviefone.com/.*newbutton
673 moviefone.com/.*ad\.gif
674 moviefone.com/.*mmail
675 moviefone.com/.*poster\.gif
676 moviefone.com/.*btyb
677 moviefone.com/.*h_guy
678 moviefone.com/.*h_showtick
679 moviefone.com/.*h_aML
680 moviefone.com/.*/m_
681 moviefone.com/.*/icon_
682 moviefone.com/.*/NF_.*back
683 moviefone.com/.*/h_.*gif
684 moviefone.com/media/imagelinks
685 moviefone.com/media/imagelinks/MF.(ad|sponsor)
686 moviefone.com/media/art
687 mqgraphics.mapquest.com/graphics/Advertisements/
688 netgravity.*
689 newads.cmpnet.com
690 news.com/cgi-bin/acc_clickthru
691 ngadcenter.net
692 ngserve.pcworld.com/adgifs/
693 nol.at:81
694 nrsite.com
695 nytsyn.com/gifs
696 offers.egroups.com
697 pagecount.com
698 ph-ad.*\.focalink.com
699 preferences.com
700 promotions.yahoo.com/
701 pub.nomade.fr
702 qsound.com/tracker/tracker.exe
703 resource-marketing.com/tb/
704 revenue.infi.net
705 rtl.de/homepage/wb/images/
706 schnellsuche.de/images/*
707 shout-ads.com/cgibin/shout.php3
708 sjmercury.com/advert/
709 smartclicks.com/.*/smart(img|banner|host|bar|site)
710 smh.com.au/adproof/
711 spinbox1.filez.com
712 static.wired.com/advertising/
713 swiftad.com
714 sysdoc.pair.com/cgi-sys/cgiwrap/sysdoc/sponsor\.gif
715 t-online.de/home/040255162-001/*
716 taz.de/taz/anz/
717 tcsads.tcs.co.at
718 teleauskunft.de/commercial/
719 thecounter.com/id
720 tm.intervu.net
721 tvguide.com/rbitmaps/
722 ubl.com/graphics/
723 ubl.com/images/
724 ultra.multimania.com
725 ultra1.socomm.net
726 uproar.com
727 us.yimg.com/a/
728 us.yimg.com/promotions/
729 valueclick.com
730 valueclick.net
731 victory.cnn.com
732 videoserver.kpix.com
733 washingtonpost.com/wp-adv/
734 webconnect.net/cgi-bin/webconnect.dll
735 webcounter.goweb.de
736 webserv.vnunet.com/ip_img/.*ban
737 werbung.pro-sieben.de/cgi-bin
738 whatis.com/cgi-bin/getimage.exe/
739 www..bigyellow.com/......mat.*
740 www.adclub.net
741 www.addme.com/link8\.gif
742 www.aftonbladet.se/annons
743 www.americanpassage.com/
744 www.angelfire.com/in/twistriot/images/wish4\.gif
745 www.bizlink.ru/cgi-bin/irads\.cgi
746 www.blacklightmedia.com/adlemur
747 www.bluesnews.com/flameq\.gif
748 www.bluesnews.com/images/ad[0-9]+\.gif
749 www.bluesnews.com/images/gcanim3\.gif
750 www.bluesnews.com/images/throbber2\.gif
751 www.bluesnews.com/miscimages/fragbutton\.gif
752 www.businessweek.com/sponsors/
753 www.canoe.ca/AdsCanoe/
754 www.cdnow.com/MN/client.banners
755 www.clickagents.com
756 www.clickthrough.ca
757 www.clicmoi.com/cgi-bin/pub\.exe
758 www.dailycal.org/graphics/adbanner-ab\.gif
759 www.detelefoongids.com/pic/[0-9]*
760 www.dhd.de/CGI/werbepic
761 www.dsf.de/cgi-bin/site_newiac.adpos
762 www.firsttarget.com/cgi-bin/klicklog.cgi
763 www.forbes.com/forbes/gifs/ads
764 www.forbes.com/tool/includes/gifs/
765 www.fxweb.holowww.com/.*\.cgi
766 www.geocities.com/TimesSquare/Zone/5267/
767 www.goto.com/images-promoters/
768 www.handelsblatt.de/hbad
769 www.hotlinks.de/cgi-bin/barimage\.cgi
770 www.infoseek.com/cimages
771 www.infoworld.com/pageone/gif
772 www.isys.net/customer/images
773 www.javaworld.com/javaworld/jw-ad
774 www.kron.com/place-ads/
775 www.leo.org/leoclick/
776 #www.linkexchange.ru/cgi-bin/erle\.cgi
777 www.linkstation.de/cgi-bin/zeige
778 www.linux.org/graphic/miniature/
779 www.linux.org/graphic/square/
780 www.linux.org/graphic/standard/
781 www.luncha.se/annonsering
782 www.mediashower.com
783 www.ml.org/gfx/spon/icom/
784 www.ml.org/gfx/spon/wmv
785 www.musicblvd.com/mb2/graphics/netgravity/
786 nedstat.nl/cgi-bin/
787 www.news.com/Midas/Images/
788 www.newscientist.com/houseads
789 www.nextcard.com/affiliates/
790 www.nikkeibp.asiabiztech.com/image/NAIS4\.gif
791 www.nordlys.no/imaker/.*/.*/.*/.....\.gif       # alvin brattli
792 www.nordlys.no/imaker/.*/.*/.*/..003            # alvin brattli
793 www.oanda.com/server/banner
794 omdispatch.co.uk
795 www.oneandonlynetwork.com
796 www.page2page.de/cgi-bin/
797 www.prnet.de/.*/bannerschnippel/.*\.(gif|jpe?g)
798 www.promptsoftware.com/marketing/
799 #www.reklama.ru/cgi-bin/banners/
800 www.riddler.com/sponsors/
801 www.rle.ru/cgi-bin/erle\.cgi
802 www.rock.com/images/affiliates/search_black\.gif
803 www.rtl.de/search/.*kunde
804 #www.search.com/Banners
805 www.sfgate.com/place-ads/
806 www.shareware.com/midas/images/borders-btn\.gif
807 #www.sjmercury.com/products/marcom/banners/
808 www.smartclicks.com:81
809 www.sol.dk/graphics/portalmenu
810 www.sponsornetz.de/jump/show.exe
811 www.sponsorpool.net
812 www.sunworld.com/sunworldonline/icons/adinfo.sm\.gif
813 www.swwwap.com/cgi-bin/
814 www.taz.de/~taz/anz/
815 www.telecom.at/icons/.*film\.(gif|jpe?g)
816 www.theonion.com/bin/
817 www.topsponsor.de/cgi-bin/show.exe
818 www.ugo.net
819 www.ugu.com/images/EJ\.gif
820 www.warzone.com/pics/banner/
821 www.warzone.com/wzfb/ads.cgi
822 www.webpeep.com
823 www.websitepromote.com/partner/img/
824 www.winjey.com/onlinewerbung/*\.gif
825 www.wishing.com/webaudit
826 www.www-pool.de/cgi-bin/banner-pool
827 www2.blol.com/agrJRU\.gif
828 www3.exn.net:80
829 yahoo.com/CategoryID=0
830 yahoo.de/adv/images
831
832 #swa
833 www.bannerland.de/click.exe
834 *.cyberclick.net
835 *.eu-adcenter.net/
836 www.web-stat.com
837 www.slate.com/snav/
838 www.slate.com/redirect/
839 www.slate.com/articleimages/
840 usads.imdb.com
841 www.forbes.com/tool/images/frontend/
842 www.zserver.com
843 www.spinbox.com
844 pathfinder.com/shopping/marketplace/images/
845 /*.*/adbanner*
846 /*.*/adgraphic*
847 static.wired.com/images
848 perso.estat.com/cgi-bin/perso/
849 #dinoadserver1.roka.net
850 fooladclient*.fool.com
851 affiliate.aol.com/static/
852 cybereps.com:8000
853 iadnet.com
854 orientserve.com
855 wvolante.com
856 findcommerce.com
857 smartage.com
858
859 # www.sunday-times.co.uk
860 www.sunday-times.co.uk/standing/newsint/ticker
861
862 #NeXgo (ex Germany.Net)
863 151.189.8.193
864 151.189.8.213
865
866 # Block as much of GeoCities as possible
867 # All geocities-owned images
868 www.geocities.com/images
869 www.geocities.com/MemberBanners/live/
870 pic.geocities.com/images
871 # And the popup (it still pops up, but does not eat up precious bandwidth)
872 #www.geocities.com/ad_container/pop.html # already fixed by other regexp
873
874 # from corion@informatik.uni-frankfurt.de
875 sam.songline.com/@
876 img.getstats.com/
877 #ads.xmonitor.net/xadengine.cgi # fixed by above regexp
878 # Also block the japanese geocities popups
879 www.geocities.co.jp/images
880 # Also block the come.to, surf.to etc. popups
881 v3.come.to/pop.asp
882
883 # Also block the xoom stuff.
884 xb.xoom.com
885 home.talkcity.com/homepopup.html.*
886
887 # Max Maischein <max.maischein@econsult.de> again ...
888 # Halflife.net uses WON banners
889 # Banners from Freeserve
890 #banner.freeservers.com/cgi-bin/fs_adbar # fixed by above regexp
891 # And those nasty va-popups !
892 /.*/?va_banner.html
893 # And an all-around hit against advert*.jpg
894 /.*/advert[0-9]+\.jpg
895 # And yet another Internet Explorer gif ...
896 /.*/ie_horiz\.gif
897 # Some uninteresting buttons I think...
898 mircx.com/images/buttons/
899 services.mircx.com/.*\.gif
900 # Ooops - UserFriendly (Iambe) has a banner that gets eaten ...
901 ~www.userfriendly.org/images/banners/banner_dp_heart\.gif
902 # Easyspace - yet another "free disk space" provider with <yuck> banner popups
903 www.easyspace.com/(fpub)?banner.html
904 www.easyspace.com/100\.gif
905 # Some russian banner exchanges
906 banner.ricor.ru/cgi-bin/banner.pl
907 #www.bizlink.ru/cgi-bin/irads.cgi # already fixed by other regexp
908 stx9.sextracker.com/stx/send/
909 # And even more of geocities :
910 www.geocities.com/pictures/
911 # Gaah - www.angelfire.com - another webspace provider with popups
912 angelfire.com/sys/download.html
913 # Gamasutra.com uses this ad provider
914 sally.songline.com/@
915
916 # Eule.de (search engine)
917 # maybe images.eule.de as a whole...
918 www.eule.de/cgi-bin/
919 images.eule.de/comdirect\.gif 
920 images.eule.de/wp\.gif
921 aladin.de/125_1\.gif
922 images.eule.de/neu/books\.gif
923
924 # --------------------------------------------------------------------------
925 #
926 # some images
927 #
928 # --------------------------------------------------------------------------
929
930 # some images on cnn's website just suck!
931 /.*cnnstore\.gif
932 /.*book.search\.gif
933 /.*cnnpostopinionhome.\.gif
934 /.*custom_feature\.gif
935 /.*explore.anim.*gif
936 /.*infoseek\.gif
937 /.*pathnet.warner\.gif
938 /.*images/cnnfn_infoseek\.gif
939 /.*images/pathfinder_btn2\.gif
940 /.*img/gen/fosz_front_em_abc\.gif
941 /.*img/promos/bnsearch\.gif
942 /.*navbars/nav_partner_logos\.gif
943 /BarnesandNoble/images/bn.recommend.box.*
944 /digitaljam/images/digital_ban\.gif
945 /hotstories/companies/images/companies_banner\.gif
946 /markets/images/markets_banner\.gif
947 /ows-img/bnoble\.gif
948 /ows-img/nb_Infoseek\.gif
949 cnn.com/images/custom/totale\.gif
950 cnn.com/images/lotd/custom.wheels\.gif
951 cnn.com/images/.*/by/main.12\.gif
952 cnn.com/images/.*/find115\.gif
953 cnn.com/.*/free.email.120\.gif
954 cnnfn.com/images/left_banner\.gif
955 focus.de/A/AF/AFL/
956 www.cnn.com/images/.*/bn/books\.gif
957 www.cnn.com/images/.*/pointcast\.gif
958 www.cnn.com/images/.*/fusa\.gif
959 cnn.com/images/.*/start120\.gif
960 images.cnn.com/SHOP/
961 /.*by/main\.gif
962 /.*gutter117\.gif
963 /.*barnes_logo\.gif
964 # the / indicates the beginning of the path (and no longer the FQDN)
965 /.*nbclogo\.gif
966 /.*microdell\.gif
967 /.*secureit\.gif
968
969 #
970 /gif/buttons/banner_.*
971 /gif/buttons/cd_shop_.*
972 /gif/cd_shop/cd_shop_ani_.*
973
974 #altavista
975 /av/gifs/av_map\.gif
976 /av/gifs/av_logo\.gif
977 /av/gifs/new/ns\.gif
978 altavista.com/i/valsdc3\.gif
979 jump.altavista.com/gn_sf
980
981 # tucows
982 tucows.*.*/images/locallogo\.gif
983 #tucows.dsuper.net/images/locallogo\.gif
984
985 #
986 mt_freshmeat\.jpg
987
988 # simpliemu.hypermart.net/frames.html
989 go2net.com/mgic/adpopup
990 go2net.com/metaspy/images/exposed\.gif
991 go2net.com/metaspy/images/ms_un\.gif
992
993 #
994 www.cebu-usa.com/cwbanim1\.gif
995 www.cebu-usa.com/Connection\.jpg
996 www.cebu-usa.com/phonead\.gif
997 www.cebu-usa.com/ban3\.jpg
998 www.cebu-usa.com/tlban\.gif
999 www.cebu-usa.com/apwlogo1\.gif
1000 www.cebu-usa.com/rose\.gif
1001
1002 # fnet
1003 www.fnet.de/img/geldboerselogo\.jpg
1004
1005 # hirsch@mathcs.emory.edu
1006 /images/getareal2\.gif
1007
1008 www.assalom.com/aziza/logos/cniaffil\.gif
1009 www.assalom.com/aziza/logos/4starrl1\.gif
1010 www.phantomstar.com/images/media/m1\.gif
1011
1012 #
1013 wahlstreet.de/MediaW\$/tsponline\.gif
1014 wahlstreet.de/MediaW\$/dzii156x60\.gif
1015 wahlstreet.de/MediaW\$/etban156x60_2_opt2\.gif
1016
1017 # linuxtoday.com
1018 /pics/gotlx1\.gif
1019 /pics/getareal1\.gif
1020 /pics/amzn-b5\.gif
1021 /ltbs/cgi-bin/click.cgi
1022 linuxtoday.com/ltbs/pics/
1023
1024 # Geocities popups
1025 /ad[-_]container/
1026 /include/watermark/v2/
1027
1028 # Reinier Bikker <R.P.Bikker@phys.uu.nl>
1029 # Banner.xxLINK.nl/
1030
1031 # Mark Lutz <luma@nikocity.de>
1032 /.*/*werb.*\.(gif|jpe?g) # hope that's not to restrictive
1033
1034 #Free Yellow thing at bottom of pages (HereticPC)
1035 www.freeyellow.com/images/powerlink5a\.gif
1036 www.freeyellow.com/images/powerlink5b\.gif
1037 www.freeyellow.com/images/powerlink5c\.gif
1038 www.freeyellow.com/images/powerlink5d\.gif
1039 www.freeyellow.com/images/powerlink5e\.gif
1040
1041 #HereticPC
1042 www.eads.com/images/refbutton\.gif
1043 www.fortunecity.com/console2/newnav/*
1044 www.goldetc.net/search\.gif
1045 www.cris.com/~Lzrdking/carpix/cars3-le\.gif
1046 www.justfreestuff.com/scott\.gif
1047 www.cyberthrill.com/entrance\.gif
1048 secure.pec.net/images/pec69ani\.gif
1049 www.new-direction.com/avviva\.gif
1050 internetmarketingcenter\.gif
1051 www.new-direction.com/wp-linkexchange-loop\.gif
1052 www.new-direction.com/windough\.gif
1053 www.digitalwork.com/universal_images/affiliate/dw_le_3\.gif
1054 service.bfast.com/bfast/click/*
1055 www.new-direction.com/magiclearning\.gif
1056 www.new-direction.com/mailloop\.gif
1057
1058 www.free-banners.com/images/hitslogo\.gif
1059 rob.simplenet.com/dyndns/fortune5\.gif
1060 nasdaq-amex.com/images/bn_ticker\.gif
1061
1062 #
1063 # navilor@hotmail.com
1064 #
1065 #
1066 # wayne@staff.msen.com
1067 #
1068 a*.*.*.yimg.com/([0-9]*|\/)*us.yimg.com/*
1069 #ad.doubleclick.net
1070 www.dnps.com/ads
1071 www.realtop50.com/cgi-bin/ad
1072
1073
1074 #
1075 www.yacht.de/images/(my_ani|eissingani|chartertrans|fum|schnupper|fysshop|garmin)\.gif
1076 www.sponsorweb.de/web-sponsor/nt-bin/show.exe
1077
1078 #
1079 # Club-internet pops up a complain if you refuse cookie (still pops up...)
1080 perso.club-internet.fr/html/Popup/popup_frame_nocookie.html
1081 perso.club-internet.fr/pagesperso/popup_nocookie.html
1082
1083 gmx.net/images/newsbanner/
1084 cash4banner.de
1085
1086 quicken.lexware.de/images/us7-468x60.gif
1087 /img/special/chatpromo\.gif
1088 www.travelocity.com/images/promos/
1089
1090 # wonder that that does...
1091 p01.com/1x1.dyn
1092
1093 #/*.*/phpAds/viewbanner.php
1094 #/*.*/phpAds/phpads.php
1095
1096 www.linux-magazin.de/banner    
1097 comtrack.comclick.com
1098 click-fr.com
1099 iac-online.de/filler
1100
1101 media.interadnet.com
1102 stat.www.fi/cgi-bin
1103 /cgi/banners.cgi
1104 ads-digi.sol.no
1105 fp.buy.com
1106 disneystoreaffiliates.com
1107
1108 powerwork.mobile.de/cgi-bin/getimage\.cgi
1109
1110
1111
1112 ####################################################
1113 # Jon's addition:
1114 #
1115 # The Register ads - oh, and all images in Register stories (sigh).
1116 www.theregister.co.uk/media/
1117
1118
1119 # Dilbert:
1120 www.dilbert.com/comics/dilbert/images/.*_140x800.*\.gif
1121
1122 # stattrack.com
1123 # Uses URL: http://www.stattrack.com/cgi-bin/stats/image.cgi
1124 /cgi-bin/stats/
1125 # And loads JavaScript from http://www.stattrack.com/stats/code
1126 www.stattrack.com/stats/
1127
1128 #Now they're Yahoo GeoCities, their junk is in a different place.
1129 ##geo.yahoo.com/serv
1130 ##visit.geocities.com/visit.gif
1131 *.*.*.yimg.com/*/www.geocities.com/js_source
1132 #http://us.toto.geo.yahoo.com/toto?s=76001086
1133 ##*.toto.geo.yahoo.com
1134 *.*.geo.yahoo.com
1135 *.geo.yahoo.com
1136 geo.yahoo.com
1137 visit.geocities.com
1138 *.*.*.yimg.com/.*/www.geocities.com/
1139
1140 #http://counter16.bravenet.com/counter.php
1141 counter*.*.*
1142
1143 #http://stat.cybermonitor.com/7emezone_p?1707_USdvd
1144 stat*.*.*
1145
1146 #http://members.tripod.com/adm/popup/.....
1147 members.tripod.com/adm/popup/
1148
1149 #This is the worst ad idea ever!
1150 #count.exitexchange.com/exit/1100661
1151 #count.exitexchange.com/clients/navbar.html
1152 #(used in http://skyhivisuals.tripod.com/malfunctions_.htm)
1153 exitexchange.com
1154
1155 #SourceForge ads.
1156 sfads.osdn.com
1157
1158 #This site traps the browser
1159 webhideout.com
1160
1161 #privacy.net runs ads
1162 a.consumer.net
1163
1164 #Lindsay.Marshall@newcastle.ac.uk suggested these, to kill Opera adverts:
1165
1166 www.qksrv.net
1167 mirror.qkimg.net
1168
1169 #js
1170 dinoadserver*.roka.net
1171 logout.gmx.net
1172 logout.tvspielfilm.de
1173 gmx.tvspielfilm.de
1174 www.freenet.de/customerindex\.html
1175 /*.*/phpAds
1176 *.fxweb.com/v2-trackrun\.cgi
1177 rtldating.peopleunited.de
1178 *.advertising.com
1179 www.zdnet.com/fcgi-bin/
1180 service.bfast.com/bfast/serve
1181 199.172.144.25
1182 fourohfour.nbci.com/Members404Error.php3
1183 *.adtech.de
1184 *.adlink.de
1185 www.fair-ist-mehr.de/cgi-bin/bt.pl
1186 *.linkexchange.*
1187 /.*/adpage.asp
1188 /ADS
1189 *.net-on.net
1190 rstrip.namezero.com
1191 62.26.220.2
1192 *.doubleclick.net
1193
1194 #############################################################################
1195 {-block}
1196 #############################################################################
1197
1198 cpan.valueclick.com
1199
1200 #Why were these in the Waldherr blockfile?
1201 #www.hitbox.com
1202 #a*.*.*.yimg.com/([0-9]|\/)*us.yimg.com/i/*
1203
1204 # some regexps are simply too aggressive ...
1205 #
1206 # equalizer to /*.*(.*[-_.])?ads?[0-9]?(/|[-_.].*|.(gif|jpe?g)) 
1207 # or other regexps
1208 #
1209 #
1210 adamwhone.co.uk
1211 #adsl.tin.it
1212 stsci.edu
1213 tgs.com
1214 sun.com
1215 povray.org
1216 admin.*.*
1217 admin.*.*.*
1218 ad.siemens.de             # SIEMENS Automation & Drives
1219 #add-url.altavista.com
1220 adis.on.ca
1221 #address*.*.*
1222 #address*.*.*.*
1223 add*.*.*
1224 add*.*.*.*
1225 adu*.*.*
1226 adu*.*.*.*
1227 advice.*.*
1228 advice.*.*.*
1229
1230 # univ. don't advertise, do they :-)
1231 *.*.edu
1232 *.*.*.edu
1233 *.*.ac.uk   # English Universities too! - Jon
1234 *.*.*.ac.uk # English Universities too! - Jon 
1235 www.ugu.com/sui/ugu/adv
1236 adfa.edu.au
1237 adsl*.*.*
1238
1239 clubs.yahoo.com/clubs
1240 edit.my.yahoo.com/config/show_identity
1241 www.ix.de/newsticker/data/ad
1242 www.heise.de/newsticker/data/ad
1243 www.careernet.de/anzeige
1244 www.careernet.de/bewerber/stellenanzeigen
1245 www.baumgartner.de/stellenmarkt/anzeigen
1246 www.dspartner.de/Anzeigen
1247 www.aws-jobs.de/Anzeigen
1248 www.jobware.de/.*/anzeigen/
1249 www.jobworld.de/bilder/
1250 www.cnn.com/TECH/computing/.*/internet.ads/
1251 www.financial.de/shop/
1252 gnn.de/.*\.html
1253 www.auktionen.de
1254
1255 194.221.152.2/phptelefontmp
1256 harvard.edu/images/banner/
1257
1258 adswww.harvard.edu
1259 www.dhd.de/CGI/anzeigen/
1260
1261 ads.web.de/web/
1262 img.web.de/web/img/
1263
1264 www.segel.de/menu/bilder/anzeigen\.gif
1265 www.corel.com/graphics/banners/
1266 www.software.ibm.com/ad/
1267 www.omg.org/docs/ad/
1268
1269 sperrmuell.de/scripts/anzeigen
1270 www.freenet.de/index.html
1271 www.01019freenet.de/index.html
1272 www.freenet.de/freenet/
1273 www.01019freenet.de/freenet/
1274 webfactory.de/anzeigen.php
1275 www.cdmag.com
1276 www.internatif.org/bortzmeyer/debian/sponsor/
1277 hp.com
1278
1279 www.software.hosting.ibm.com/ad/
1280 www.ibm.com/software/ad/
1281 brickshelf.com
1282
1283 www.debian.org/Pics/banner-blue\.gif
1284 www.linux.de/pics/Nachrichten_banner\.gif
1285 www.werbekurier.de
1286
1287 finder.shopping.yahoo.com/shop/
1288 national.com/pf
1289 mozilla.org
1290 eidos.de
1291 e-sheep.com
1292 punkassgear.com
1293 mozilla.org
1294 mozillazine.org
1295 adbusters.org
1296 annoy.com
1297 consumer-direct.com
1298 www.iez-auktion.de
1299 ibm.com
1300 sgi.com
1301
1302 # my banking stuff => no ads. last regexp for fast access :-)
1303 comdirekt.de
1304 comdirect.de
1305 teledata.de
1306
1307
1308 # Jon's addition: MSDN
1309
1310 msdn.microsoft.com
1311
1312
1313 #js
1314 adbusters.com
1315 freemail*.web.de/online/ordner/anzeigen
1316 foggy.sda.t-online.de
1317 us.i1.yimg.com/us.yimg.com/i/pim/ad2.gif
1318 www.nexgo.de/.*/bg_banner.jpg
1319
1320 # End of file
1321