-
Notifications
You must be signed in to change notification settings - Fork 87
/
duckduckgo-trackers-whitelist.txt
6055 lines (6051 loc) · 325 KB
/
duckduckgo-trackers-whitelist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
! ##############################################
! # Manually added filter section #
! ##############################################
||wp.com/_static/
||etsystatic.com
||2mdn.net/instream/html5/ima3.js
||assets.adobedtm.com
||i.ebayimg.com
||store.storeimages.cdn-apple.com
||media.richrelevance.com
||recs.richrelevance.com
||yandex.st/jquery
||js.center.io^$domain=randpac.com
||authedmine.com^$domain=mylink.nu|mylink.st
||dev.visualwebsiteoptimizer.com^$script,domain=adoramapix.com
||nintendo.com/*/analytics.min.js$script,first-party
||static.dealer.com/common/tracker/tracker.min.js$script,domain=princetonbmw.com
! our abp parser is matching data urls on facebook
! that appear to be only css/styling information
! Whitelist this until we can fix it
|data:text$popup
||img.digitalriver.com
||user-images.githubusercontent.com
||a.slack-edge.com
||global.fncstatic.com
||s1.wp.com
||contextual.media.net/bidexchange.js^$domain=nytimes.com
||google-analytics.com/analytics.js$domain=raspberrypi.org|localizahertz.com
||s3.amazonaws.com
! unblock embedded polls
||static.polldaddy.com
||i.polldaddy.com
||polldaddy.com^$script,image
||cdn.sporting.digitaljump.xyz
! causes the page to infinitely refresh on canadiantire.ca
||omtrdc.net^$domain=canadiantire.ca
! easyprivacy blocks these and breaks the site
||ssl.gstatic.com$domain=analytics.google.com
||csi.gstatic.com$domain=analytics.google.com
! these exist in the easylist whitelist but the xhcdn.com is too short to go in the bloomfilter
! remove these after fixing the problem
||xhcdn.com^$script,domain=xhamster.com
||xhcdn.com^*/shader/$xmlhttprequest,domain=xhamster.com
! Regex entries. Need to fix regex matching in apb parser. Remove this after fixing
/\.com\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\:\/\/[a-z0-9]{5,40}\.com\/[0-9]{2,9}\/$/$script,stylesheet,third-party,xmlhttprequest
/\:\/\/[a-z0-9]{5,}\.com\/[A-Za-z0-9]{3,}\/$/$script,stylesheet,third-party,xmlhttprequest
||nav.files.bbci.co.uk/nav-analytics/*$script,domain=bbc.com|bbc.co.uk
||edgedatg.com^$script,domain=abc.go.com
||hdliveextra-a.akamaihd.net^$domain=nbcsports.com
||snidigital.com^$domain=hgtv.com
||auth.9c9media.ca^$domain=tsn.ca
||fastly.net^$image,domain=cbs.com
||fastly.net^$script,domain=cbs.com
||365dm.com^$image
||static.tacdn.com
||adnxs.com^$domain=bild.de
||chefkoch-cdn.de^$domain=chefkoch.de
||youtube.com^$script,stylesheet
! unbreak 247 chat support
||d1af033869koo7.cloudfront.net/*/247px.js$script
||api.247-inc.net
! unbreak mailchimp subscription forms
||list-manage.com/subscribe
! network tv sites use this script as an adblock sign
||c.amazon-adsystem.com/aax2/apstag.js$domain=history.com|aetv.com|mylifetime.com|fyi.tv
! many sites use maps and stylesheets hosted on developers.google.com
||developers.google.com/maps^$stylesheet,script
||ib.adnxs.com/ut^$domain=aftonbladet.se
! unblock embedded yandex maps
||api-maps.yandex.ru^$script,image
! unblock embedded yandex payment forms
||money.yandex.ru
! allow images hosted on yandex cdn to load
||img-fotki.yandex.ru^$image
! unblock popular embedded appointment form
||smbleads.internetbrands.com/v1/$script,stylesheet
! fix sites built on wishabi/flipp
||images.wishabi.net^$image
||f.wishabi.net^$xmlhttprequest,image
||tt.omtrdc.net/cdn/target.js$script,domain=delltechnologiesworld.com|disneyvacationclub.disney.go.com
||2o7.net^$image,domain=tennislink.usta.com|kiplinger.com|dunesvillage.com
||moatads.com/freewheel*/MoatFreeWheelJSPEM.js^$domain=tntdrama.com|nba.com
! blocking googletagmanager breaks multiple features on bethesda.net
||googletagmanager.com/gtm.js$domain=bethesda.net|southbankresearch.com|redballoon.com.au|wrh.noaa.gov
! unblock channeladvisor image cdn and image slideshows
||richmedia.channeladvisor.com/ImageDelivery/imageService^$image
||richmedia.channeladvisor.com/ViewerDelivery^$script,stylesheet
! fix broken styles on bjs.com
||hlserve.com/Delivery/ClientPaths/Library/hook.js^$domain=bjs.com
! unbreak embedded marketo contact forms
||marketo.com/index.php/form/getForm^$script
||marketo.com/js/forms2^$script,stylesheet
||marketo.com/index.php/form/XDFrame^$subdocument
||marketo.com/index.php/leadCapture/save2^$xmlhttprequest
! fix search and image loading in safari
||script.ioam.de/iam.js$domain=ebay-kleinanzeigen.de
! unbreak search on buienradar, temporarily unblock gpt.js on gizmodo sites to fix broken comment sections
||googletagservices.com/tag/js/gpt.js$domain=ijpr.org|buienradar.nl|theatlantic.com|avclub.com|deadspin.com|earther.com|gizmodo.com|jalopnik.com|jezebel.com|kotaku.com|lifehacker.com|splinternews.com|theroot.com|thetakeout.com
! unbreak styles and comments on championat.com and lenta.ru
||palacesquare.rambler.ru^$image,stylesheet,domain=championat.com|lenta.ru
||comments.rambler.ru^$script,domain=championat.com|lenta.ru
! unbreak videos on thechive.com
||acdn.adnxs.com/video^$script,domain=thechive.com
! unbreak streaming video on cbsnews.com
||c.evidon.com^$script,domain=cbsnews.com|etonline.com
! unbreak 7eleven rewards login
||cdn.mxpnl.com/libs/mixpanel-2-latest.min.js$domain=7-eleven.ca
! unblock intercom.io support chat everywhere
||intercom.io
||doubleclick.net/instream/ad_status.js$script,domain=investing.com
! pixel used to trigger adblock wall on spiegel.de and others
||doubleclick.net/ddm/$image
! unblock support chat on tracfone.com
||inq.com^$domain=tracfone.com
! fix gifs on thechive.com
||adnxs.com/jpt^$script,domain=thechive.com
||buysellads.com/ac/bsa.js$domain=whalesrule.tumblr.com
||omtrdc.net/b/ss^$image,domain=mercuryinsurance.com
! unblock ecommerce assets on rockstarwarehouse.com and others
||digitalriver.com/DRHM/Storefront^$script,stylesheet,image
! unblock embedded salesforce assets
||force.com^$script,stylesheet,image,xmlhttprequest,subdocument
||salesforce.com^$script,stylesheet,image,xmlhttprequest,subdocument
||salesforceliveagent.com^$script,xmlhttprequest,subdocument
||ad.crwdcntrl.net/*/callback=jsonp_callback$script,domain=weather.com
! unblock images embedded in mailchimp emails
||gallery.mailchimp.com^$image
! ###################################################
! # End of manually added filter section #
! # Everything after this line is autogenerated #
! ###################################################
!-----EasyPrivacy Whitelist Start-----!
/cdn-cgi/pe/bag2?*geoiplookup$xmlhttprequest,domain=orain.org
/cdn-cgi/pe/bag2?*google-analytics.com%2Fanalytics.js$domain=amypink.de|biznews.com|cryptospot.me|dailycaller.com|droid-life.com|forwardprogressives.com|fpif.org|fullpotentialma.com|geekzone.co.nz|goldsday.com|hoyentec.com|imageupload.co.uk|is-arquitectura.es|lazygamer.net|lingholic.com|mmanews.com|nehandaradio.com|nmac.to|orain.org|tvunblock.com|unilad.co.uk|xrussianteens.com|youngcons.com
/cdn-cgi/pe/bag2?*googleadservices.com$domain=droid-life.com
/cdn-cgi/pe/bag2?*googlesyndication.com%2Fpagead%2Fosd.js$domain=forwardprogressives.com
/cdn-cgi/pe/bag2?*histats.com$domain=nmac.to|xrussianteens.com
/cdn-cgi/pe/bag2?*log.outbrain.com$domain=dailycaller.com
/cdn-cgi/pe/bag2?*newrelic.com$domain=clamav.net|dailycaller.com
/cdn-cgi/pe/bag2?*nr-data.net$domain=dailycaller.com|realhardwarereviews.com|thepoliticalinsider.com
/cdn-cgi/pe/bag2?*piwik.js$domain=orain.org
/cdn-cgi/pe/bag2?*quantserve.com$xmlhttprequest,domain=dailycaller.com
/cdn-cgi/pe/bag2?*scorecardresearch.com$xmlhttprequest,domain=amren.com|amypink.de|biznews.com|dailycaller.com|droid-life.com|mmanews.com|nehandaradio.com|unilad.co.uk
/cdn-cgi/pe/bag2?*skimlinks.js$domain=droid-life.com
/cdn-cgi/pe/bag2?*static.getclicky.com%2Fjs$domain=amazingpics.net
/cdn-cgi/pe/bag2?*yieldbot.intent.js$domain=droid-life.com
/cgi-bin/counter_module?action=list_models$subdocument,~third-party
/wp-content/mu-plugins/google-analytics-for-wordpress/*$script,stylesheet,~third-party
/wp-content/mu-plugins/google-analytics-premium/*$script,stylesheet,~third-party
/wp-content/plugins/google-analytics-dashboard-for-wp/*$script,stylesheet,~third-party
/wp-content/plugins/google-analytics-for-wordpress/*$script,stylesheet,~third-party
/wp-content/plugins/google-analytics-premium/*$script,stylesheet,~third-party
||1dmp.io/pixel.gif$image,domain=overclockers.co.uk
||247sports.com/site/minify.js?*/scripts/stats/$script
||4game.com^*/yandex-metrika.js
||a.visualrevenue.com/vrs.js$domain=ebaumsworld.com|nydailynews.com
||abclocal.go.com/combiner/c?js=*/visitorAPI.js
||about-australia.com/*/clickheat.js
||accorhotels.com^*/xtanalyzer_roi.js
||ad.crwdcntrl.net^$object-subrequest,domain=ap.org|newsinc.com
||ad.crwdcntrl.net^$script,domain=cityam.com|investopedia.com
||ad.zanox.com/ppc/$subdocument,domain=wisedock.at|wisedock.co.uk|wisedock.com|wisedock.de|wisedock.eu
||adblockanalytics.com/ads.js|
||adidas.com^*/adidasAnalytics.js?
||adobedtm.com^*/mbox-contents-$script,domain=lenovo.com|newyorker.com|oprah.com|pnc.com|vanityfair.com|wired.com
||adobedtm.com^*/s-code-$script
||adobedtm.com^*/satellite-$script
||adobedtm.com^*/satelliteLib-$script,domain=argos.co.uk|collegeboard.org|crackle.com|directline.com|laredoute.co.uk|laredoute.com|lenovo.com|mastercard.us|monoprice.com|nbcnews.com|newyorker.com|oprah.com|pnc.com|realtor.com|redbull.tv|searspartsdirect.com|smooth.com.au|stuff.co.nz|subaru.com|timewarnercable.com|vanityfair.com|wired.com
||adobetag.com/d2/$script,domain=thestar.com
||adobetag.com^*/amc.js$script
||adobetag.com^*/sitecatalyst.js$domain=hbf.com.au|seattlepi.com|tv.com
||adobetag.com^*/sitecatalystnew.js$domain=playstation.com
||adobetag.com^*s_code.js$domain=fnac.com
||adp.com^*/heatmap.js
||aflac.com/js/wt_capi.js
||airfordable.com^*/angulartics-google-analytics.min.js$domain=airfordable.com
||akamai.net^*/omniture.jsp$script,domain=walmart.com
||akamaihd.net/worldwide_analytics/$script,domain=ubi.com|ubisoft.com
||alicdn.com^*/class.js*/base.js*/widget.js$script
||alicdn.com^*/click_stat/
||aliexpress.com/home/recommendEntry.do?$script
||aliunicorn.com^*/click-stat.js
||aliunicorn.com^*/click_stat/
||aliyun.com/captcha/checkcode.jsonp
||aliyun.com/nocaptcha/analyze.jsonp
||amazonaws.com/searchdiscovery-satellite-production/$domain=dice.com
||amazonaws.com/visitorsegment/shared/resources/$script,domain=washingtonpost.com
||amctv.com^*/comscore.js
||amctv.com^*/google-analytics.js$domain=amctv.com
||ampush.io/js/tracker.js$domain=tunein.com
||analytics.atomiconline.com/services/jquery.js
||analytics.edgekey.net/js/brightcove-csma.js$domain=news.com.au
||analytics.edgesuite.net/config/beacon-*.xml$domain=video.foxnews.com
||analytics.edgesuite.net/html5/akamaihtml5-min.js$domain=resignationbrewery.com|threenow.co.nz|video.foxnews.com
||analytics.logsss.com/logsss*.min.js$script,domain=rosegal.com
||analytics.ooyala.com/static/analytics.js$domain=mashable.com
||analytics.posttv.com/trending-videos-overall.json$domain=washingtonpost.com
||analytics.rogersmedia.com/js/rdm_dil_code.full.js$domain=rogersradio.ca
||analytics.rogersmedia.com/js/rdm_s_code.min.js$domain=rogersradio.ca
||analytics.twitter.com^$domain=analytics.twitter.com
||anthem.com/includes/foresee/foresee-trigger.js
||aol.com/mm_track/slideshow/$subdocument
||aolcdn.com/js/mg2.js$domain=autoblog.com|autos.aol.com|dailyfinance.com|moviefone.com
||aolcdn.com/omniunih.js$domain=aim.com|autoblog.com|autos.aol.com|engadget.com|mapquest.com|video.aol.com|www.aol.com
||aolcdn.com/omniunih_int.js$domain=autoblog.com
||aolcdn.com^*/beacon.min.js$domain=autoblog.com|dailyfinance.com
||api.academia.edu^*/stats?callback$script,~third-party
||api.branch.io^*/has-app/$xmlhttprequest,domain=npr.org
||api.branch.io^*/open$xmlhttprequest
||api.chartbeat.com^$script,domain=betabeat.com|couriermail.com.au|financialpost.com|wcpo.com
||api.cxense.com/public/widget/data?$script
||app.focalmark.com/bower_components/angulartics-google-analytics/$script,~third-party
||app.instapage.com/ajax/$xmlhttprequest
||app.link/_r?sdk=*&callback=$script,domain=npr.org
||arcgis.com^*/heatmap.js
||arkadiumhosted.com^*/google-analytics-logger.swf$object-subrequest
||arstechnica.com/services/incr.php?*=interactions.adblock-annoy.click$xmlhttprequest
||atdmt.com/ds/yusptsprtspr/
||atdmt.com^*/direct*01$domain=sprint.com
||atlanticbb.net/images/track/track.gif?$xmlhttprequest
||atpworldtour.com/assets/js/util/googleAnalytics.js
||att.com/webtrends/scripts/dcs_tag.js
||audi.co.uk^*/js/tracking/$script
||autoscout24.net/unifiedtracking/ivw.js
||avpwidgets.qbrick.com/playplugins/*/ga/ga.min.js$script
||azure.com/api/*/analytics/$~third-party,xmlhttprequest
||azureedge.net/trackmeet-profilepicture/$image,domain=gotrackmeet.com
||azureedge.net^*/eventtracking.js$domain=crimemapping.com
||b-europe.com/HttpHandlers/httpCombiner.ashx?*/xiti.js$script
||ba.com/cms/global/scripts/applications/tracking/visualsciences.js
||bam.nr-data.net^$script,domain=play.spotify.com
||barclays.co.uk/touchclarity/mbox.js
||barclays.touchclarity.com^$domain=barclaycard.co.uk
||bbc.co.uk/frameworks/nedstat/$script,~third-party
||bbci.co.uk/bbcdotcom/*/script/av/emp/analytics.js$domain=bbc.co.uk
||bbci.co.uk^*/comscore.js$domain=bbc.co.uk
||bc.geocities.*/not_found/
||beacon.guim.co.uk/accept-beacon?
||beatthetraffic.com/traffic/?partner=$subdocument
||behanceserved.com/stats/stats.js?
||benswann.com/decor/javascript/magnify_stats.js?
||beplb01.nexus.hewitt.com/analytics?$~third-party
||bestbuy.com^*/tracking/liveManager-min.js$~third-party
||bestofmedia.com/sfp/js/minified/testedJs/xtClick.min.js?$domain=tomshardware.com
||bettycrocker.com/Shared/Javascript/ntpagetag.js
||bettycrocker.com/Shared/Javascript/UnicaTag.js
||bgp.he.net/images/flags/*.gif?$image
||bhg.com/web/js-min/common/js/dwr/RemoteTargetingService.js
||bitgo.com/vendor/googleanalytics/angular-ga.min.js
||bjjhq.com/HttpCombiner.ashx?$script
||blogsmithmedia.com^*/gravity-beacon.js$domain=engadget.com
||bolha.com/clicktracker/
||bonappetit.com^*/cn-fe-stats/$script
||bookmate.com^*/impressions?$xmlhttprequest
||bootcamp.mit.edu/js/angulartics-google-analytics.min.js
||borderfree.com/assets/utils/google-analytics.js$~third-party
||bountysource.com/badge/tracker?
||boxtops4education.com^*/ntpagetag.js
||britishairways.com/cms/global/scripts/applications/tracking/visualsciences.js
||browserscope.org/user/beacon/*?callback=$script,domain=jsperf.com
||bt.com^*/touchclarity/homepage/omtr_tc.js
||btstatic.com/tag.js$domain=macys.com
||buffalowildwings.com^*/google-analytics.js
||bunchball.net/scripts/cookies/current/NitroCookies.js$domain=mtvema.com
||by.optimost.com^$domain=ft.com
||c.microsoft.com/ms.js$domain=microsoft.com|store.office.live.com|xbox.com
||c.mmcdn.net^*/flash/config/metrics.xml$domain=moshimonsters.com
||cache.nymag.com^*/clickability.js
||canada.com/js/ooyala/comscore.js
||canadiantire.ca^*/analytics.sitecatalyst.js
||canoe.ca/generix/omniture/TagOmnitureEngine.js
||capitalone360.com/urchin.js
||care2.com/assets/scripts/cookies/care2/NitroCookies.js
||cbc.ca/g/stats/videoheartbeat/*/cbc-videoheartbeat.js
||cbc.ca^*/loggingservice.js?
||cbsimg.net/js/cbsi/dw.js$domain=cbssports.com|gamespot.com
||cbsistatic.com^*/clicktale-$script,domain=cbsnews.com|cnet.com
||cbsistatic.com^*/google-analytics.js$domain=cnet.com
||cbsistatic.com^*/tealium.js$domain=cnet.com
||ccom-cdn.com/assets/img/clear.gif?ccom_md5=$domain=credit.com
||cdn-redfin.com^*/clicktracker.js$domain=redfin.com
||cdn-redfin.com^*/page_analytics.js$domain=redfin.com
||cdn-redfin.com^*/page_analytics.xd.js
||cdn-redfin.com^*/PixelTracking.js$domain=redfin.com
||cdn.optimizely.com/js/*.js$domain=compassion.com|creditsesame.com|dramafever.com|forbes.com|freeshipping.com|heroku.com|hotukdeals.com|imageshack.com|lifelock.com|malwarebytes.org|policymic.com|ricardo.ch|spotify.com|techrepublic.com|zdnet.com
||centurylink.net/images/track/track.gif?track=$xmlhttprequest
||chanel.com/js/chanel-tracking.js$script
||chartbeat.com/*/chartbeat/$~third-party
||chartbeat.com/js/chartbeat.js$domain=indiatimes.com|m.tmz.com|salon.com|zap2it.com
||chatzy.com/?jsonp:$script
||chobani.com/js/tracking.js
||cincinnatibell.net/images/track/track.gif?$xmlhttprequest
||cio.com/js/demandbase.js?
||cisco.com/web/fw/lib/ntpagetag.js
||cisco.com/web/fw/m/ntpagetag.min.js
||citi.com/cards/svc/js/tracking.js
||citiretailservices.citibankonline.com/USCRSF/USCRSGBL/js/AppMeasurement.js
||clarity-green.hart.com^$script,~third-party
||cleananalytics.com/browser.js?$script,domain=cheapflights.com
||clicktale.net/wrb.js$domain=microsoft.com
||clicktale.net^$script,domain=cbc.ca
||clicsante.ca^*/angulartics-google-tag-manager.min.js$domain=clicsante.ca
||cloudflare.com/analytics?$domain=cloudflare.com
||cloudflare.com^*/angulartics-google-analytics.min.js$domain=chromeexperiments.com
||cloudflare.com^*/fingerprint2.min.js$domain=saavn.com
||cloudfront.net/assets/js/comscore_beacon.js?$domain=zap2it.com
||cloudfront.net/atrk.js$domain=eatthis.com|karnaval.com|livestream.com|luxuryrealestate.com
||cloudfront.net/js/reach.js$domain=zap2it.com
||cloudfront.net/keen-tracking-*.min.js$domain=dataprivacycareers.com
||cloudfront.net/mngr/$script,domain=theladbible.com
||cloudfront.net/opentag-*.js$domain=mackweldon.com|telegraph.co.uk
||cloudfront.net/releases/current/tracker.js$domain=triage.superservice.com
||cloudfront.net^*/comscore.$script,domain=my5.tv
||cloudfront.net^*/jquery.google-analytics.js$domain=homepath.com
||cloudfront.net^*/keen.min.js$domain=foodnetwork.co.uk
||collect.igodigital.com/collect.js$script,domain=cars.com
||collector.shorte.st/interstitial-page-event$xmlhttprequest
||collegeboard.org/webanalytics/
||computerworld.com/resources/scripts/lib/demandbase.js$script
||constantcontact.com/js/WebTracking/
||contentdef.com/assets/common/js/google-analytics.js
||coremetrics.com*/eluminate.js
||count.ly^$~third-party
||coursehero.com/min/?f=*/tracker_pageview.js,$domain=coursehero.com
||cqcounter.com^$domain=cqcounter.com
||craveonline.com/wp-content/plugins/bwp-minify/$script
||craveonline.com^*/google-analytics.min.js
||create.kahoot.it/rest/analytics/track/$xmlhttprequest
||criteo.investorroom.com^$domain=criteo.investorroom.com
||crowdscience.com/max-$script,domain=everydayhealth.com
||crowdscience.com/start-$script,domain=everydayhealth.com
||cschat.ebay.com^*/scripts/log.js
||csdata1.com/data/js/$domain=acehardware.com
||csid.com/wp-content/plugins/bwp-minify/min/?*/google-analyticator/$script
||csoonline.com/js/demandbase.js
||ctv.ca/players/mediaplayer/*/comscorebeacon.js
||cxense.com/cx.js$domain=brandonsun.com|channelnewsasia.com|winnipegfreepress.com
||d1l6p2sc9645hc.cloudfront.net/tracker.js|
||d2dq2ahtl5zl1z.cloudfront.net/analytics.js/*/analytics.min.js$domain=architizer.com
||d2pe20ur0h0p8p.cloudfront.net/identity/*/wapo_identity_full.js$domain=washingtonpost.com
||d2pe20ur0h0p8p.cloudfront.net/identity/*/wapo_jskit_addon.js$domain=washingtonpost.com
||d396ihyrqc81w.cloudfront.net^$domain=currys.co.uk
||d3qxwzhswv93jk.cloudfront.net/esf.js$domain=wwe.com
||d3ujids68p6xmq.cloudfront.net^$script,domain=wwe.com
||dailycaller.com^*_chartbeat.js
||dailyfinance.com/traffic/?
||dailymail.co.uk/brightcove/tracking/ted3.js
||deals.nextag.com^*/ClickTracker.jsp
||debenhams.com/foresee/foresee-trigger.js
||demandbase.com^*/ip.json?$xmlhttprequest,domain=vmware.com
||demandware.edgesuite.net^*/js/tracking.js
||demdex.net/dest4.html?d_nsid=$subdocument,domain=multipack.com.mx
||descopera.ro/js/addLinkerEvents-ga.js
||diablo3.com/assets/js/jquery.google-analytics.js
||digitalgov.gov/Universal-Federated-Analytics-Min.js?$script,domain=travel.state.gov
||digits.com^*/sdk.js$domain=openhub.net
||directline.com/touchclarity/$script
||directline.com^*/analytics.sitecatalyst.js
||dmeserv.newsinc.com/dpid/*/PPEmbed.js$domain=csmonitor.com
||dmeserv.newsinc.com^*/dynamicWidgets.js$domain=timesfreepress.com
||docodoco.jp^*/docodoco?key=$script,domain=nidec-copal-electronics.com
||dopemagazine.com/wp-content/plugins/masterslider/public/assets/css/blank.gif?
||doubleclick.net/activityi;src=$object-subrequest,domain=cicispizza.com
||dplay.com^*/comscore.streaming.min.js
||dplay.com^*/google_analytics.js
||dpm.demdex.net/id?$script,domain=gamespot.com
||dtdc.in/tracking/tracking_results_$subdocument,domain=dtdc.com
||dw.cbsi.com/anonc.js$domain=cnet.com|gamespot.com|giantbomb.com
||dw.cbsi.com/js/dw.js$domain=cnet.com
||dw.com.com/js/dw.js$domain=cbsnews.com|cnet.com|gamespot.com|tv.com
||e2e-comms.pearson.com/osbrowserchecker/prd/thirdPartyCookie.html?$subdocument,domain=pearsonmylabandmastering.com
||ec.atdmt.com/b/$domain=starwoodhotels.com
||ecostream.tv/js/ecos.js
||edgedatg.com/aws/apps/datg/web-player-unity/*/AppMeasurement.js$domain=abc.go.com
||edgesuite.net/crossdomain.xml$object-subrequest,domain=sbs.com.au
||egencia.com/pubspec/scripts/include/omnitureAnalytics.js
||egencia.com/pubspec/scripts/include/siteanalytics_include.js
||eircomphonebook.ie/js/wt_capi.js?
||eloqua.com/include/livevalidation_standalone.compressed.js$domain=pbs.org
||eloqua.com/visitor/v200/svrgp.aspx?$domain=itworld.com|juniper.net
||emjcd.com^$image,domain=catalogfavoritesvip.com|freeshipping.com|freeshippingbymastercard.com|freeshippingrewards.com|habandvipplus.com|inthecompanyofdogsvip.com|naturesjewelryvip.com|northstylevip.com|pyramidcollectionvip.com|serengeticatalogvip.com|travelplus.com
||ensighten.com/crossdomain.xml$object-subrequest
||ensighten.com/libs/flowplayer/ensightenplugin.swf$object-subrequest
||ensighten.com^*/Bootstrap.js$domain=americanexpress.com|caranddriver.com|cart.autodesk.com|citizensbank.com|dell.com|france24.com|homedepot.com|hp.com|rfi.fr|sbs.com.au|sfgate.com|staples.com|t-mobile.com|target.com|verizonwireless.com|williamhill.com|zales.com
||ensighten.com^*/code/$script
||ensighten.com^*/scode/$script,domain=norton.com
||ensighten.com^*/serverComponent.php?$script
||epixhd.com/styleassets/js/google-analytics.js
||eplayerhtml5.performgroup.com/js/tsEplayerHtml5/js/Eplayer/js/quantcast/$script
||espncdn.com/combiner/*/chartbeat/$script,domain=espn.go.com
||espncdn.com/combiner/*/foresee/$script,domain=espn.go.com
||estat.com/js/*.js?$domain=entertainmentwise.com
||everestjs.net/static/st.js$domain=ford.com
||evernote.com^*/google-analytics-util.js
||evestment.com/api/analytics/$domain=evestment.com
||expedia.com/minify/siteAnalytics-$script
||expedia.com/static/default/default/scripts/siteAnalytics.js
||expedia.com/static/default/default/scripts/TealeafSDK.js
||facebook.com/ajax/photos/logging/session_logging.php?$xmlhttprequest
||facebook.com/common/referer_frame.php$subdocument,domain=facebook.com
||faostat3.fao.org^*/google-analytics-manager.js
||fccbrea.org^*/swfaddress.js
||fifa.com^*/webanalytics.js?
||firstdirect.com^*/logging-code.js
||fitloop.co/packages/GAnalytics.js?
||flagshipmerchantservices.com/clickpathmedia.js
||flipps.com^*/page-tracking.js?
||fls-*.amazon.com^*/aiv-web-player/$xmlhttprequest
||flsenate.gov/Scripts/GoogleAnalytics.js$~third-party
||flurry.com/js/flurry.js$domain=pocketdice.io|slantnews.com
||fncstatic.com^*/visitorapi.js$script,domain=foxbusiness.com|foxnews.com
||focus.ti.com^*/metrics-min.js
||foodnetwork.com^*/analytics.sitecatalyst.js
||freefilefillableforms.com/js/lib/irs/fingerprint.js$~third-party
||freegeoip.net/json/$domain=userstyles.org
||freehostedscripts.net/online/$script,~third-party
||ft.com/opentag/opentag-$script
||gaanacdn.com/*_social_tracking.js$domain=gaana.com
||gameplayer.io^*/EventTracker.js
||games.pch.com/js/analytics.js
||gannettdigital.com^*/partner-comscore.html$xmlhttprequest,domain=usatoday.com
||gardenista.com/media/js/libs/ga_social_tracking.js
||garmin.com/modern/main/js/properties/metrics/metrics$domain=garmin.com
||gatheringmagic.com/wp-content/plugins/bwp-minify/min/*/google-analyticator/$script
||geo.query.yahoo.com^$xmlhttprequest,domain=m.flickr.com
||geoplugin.net/javascript.gp$script,domain=christianhouseshare.com.au|gamemazing.com|soundsonline.com|support.netgear.com|support.netgear.de|support.netgear.es|support.netgear.fr|support.netgear.it|support.netgear.ru
||geoplugin.net/json.gp?jsoncallback=$script,domain=worldc.am
||georiot.com/snippet.js$domain=bound2hiphop.com|itproportal.com
||getclicky.com/ajax/marketshare?$script
||getclicky.com/js|$script,domain=rsaconference.com
||getsmartcontent.com/gateway/?callback$domain=visitpa.com
||getsmartcontent.com/gsc.js$domain=visitpa.com
||ggwebcast.com^*/urchin.js$script
||ghstatic.com/images/site/zylom/scripts/google-analytics.js?$domain=zylom.com
||github.com^*/heatmap.js$~third-party,xmlhttprequest
||glamour.com/aspen/components/cn-fe-stats/js/$script
||go-mpulse.net/boomerang/$script,domain=cnet.com
||go.com/combiner/*/comscore.$script
||go.com/stat/dolwebanalytics.js
||go.com/stat/flash/analyticreportingas3.swf
||go.com^*/analytics/tracker.otv.js
||goldbet.com/Scripts/googleAnalytics.js
||goldmansachs.com/a/pg/js/prod/gs-analytics-init.js
||google-analytics.com/analytics.js$domain=afternic.com|allmusic.com|amctv.com|bebo.com|bennysva.com|blastingnews.com|ch10.co.il|cliphunter.com|daemon-tools.cc|desigual.com|easyjet.com|firehousesubs.com|gamepix.com|greentoe.com|housing.wisc.edu|infogr.am|jackbox.tv|jobs.net|keygames.com|manowthaimordialloc.com.au|maxiclimber.com|orbitum.com|pluto.tv|pure.com|rebtel.com|sbnation.com|sci2.tv|seatgeek.com|stitcher.com|support.amd.com|tagheuer.com.au|tv10play.se|tv3play.se|tv6play.se|tv8play.se|video.pbs.org|vox.com|vpnster.com|weather.gov|westernunion.at|westernunion.be|westernunion.ca|westernunion.ch|westernunion.cl|westernunion.co.jp|westernunion.co.nz|westernunion.co.uk|westernunion.co.za|westernunion.com|westernunion.com.au|westernunion.com.co|westernunion.com.hk|westernunion.com.my|westernunion.com.pe|westernunion.de|westernunion.fr|westernunion.ie|westernunion.it|westernunion.nl|westernunion.ph|westernunion.pl|westernunion.se|westernunion.sg|www.google.com
||google-analytics.com/collect$xmlhttprequest,domain=content.wargaming.net
||google-analytics.com/cx/api.js$domain=foxnews.com|redfin.com
||google-analytics.com/plugins/ga/inpage_linkid.js$domain=lovehoney.co.uk|maxiclimber.com|opendns.com|openshift.com|vimeo.com|westernunion.at|westernunion.be|westernunion.ca|westernunion.ch|westernunion.cl|westernunion.co.jp|westernunion.co.nz|westernunion.co.uk|westernunion.co.za|westernunion.com|westernunion.com.au|westernunion.com.co|westernunion.com.hk|westernunion.com.my|westernunion.com.pe|westernunion.de|westernunion.fr|westernunion.ie|westernunion.it|westernunion.nl|westernunion.ph|westernunion.pl|westernunion.se|westernunion.sg
||google-analytics.com/plugins/ua/ec.js$domain=desigual.com|rebtel.com
||google-analytics.com/plugins/ua/linkid.js$domain=bebo.com|rebtel.com|stitcher.com|support.amd.com|vox.com
||google-analytics.com/urchin.js$domain=axure.com|chocomaru.com|denverbroncos.com|muselive.com|streetfire.net|wickedthemusical.com
||google.*/mapmaker/gen_204?$subdocument,xmlhttprequest
||google.com/js/gweb/analytics/$domain=google.com
||google.com/js/gweb/analytics/autotrack.js$domain=gradleplease.appspot.com
||google.com/js/gweb/analytics/doubletrack.js$domain=android.com
||googletagmanager.com/gtm.js?$domain=airasia.com|asus.com|bhaskar.com|broadcom.com|computerworlduk.com|desigual.com|drumstick.com|ebuyer.com|elevationscu.com|gamepix.com|git-tower.com|google.com|itv.com|jobs.net|keygames.com|magicjack.com|moviefone.com|nestio.com|newsy.com|optus.com.au|rebtel.com|rockstargames.com|rollingstone.com|rozetka.com.ua|sixflags.com|support.amd.com|talktalk.co.uk|techradar.com|toto.co.jp|usmagazine.com
||googletagmanager.com/gtm.js?id=GTM-5D256R&l=aedataLayer^
||googletagservices.com/tag/js/gpt.js$domain=speedtest.net
||gorillanation.com/js/triggertag.js$domain=comingsoon.net|playstationlifestyle.net
||gov.au/Scripts/ga.js$script,~third-party
||grapeshot.co.uk/image-resize/$image
||grapeshot.co.uk/sare-api/
||graphracer.com/js/libs/heatmap.js
||guim.co.uk/flash/video/embedded/player-$object,domain=thedailywh.at
||haaretz.com/logger/p.gif?$image,xmlhttprequest
||halowars.com/stats/images/Buttons/MapStats.jpg
||harvard.edu/scripts/ga_social_tracking.js
||haystax.com/components/leaflet/heatmap.js
||he.net/images/flags/us.gif?$domain=he.net
||healthcare.gov/marketplace/*/clear.gif?
||hhgregg.com/wcsstore/MadisonsStorefrontAssetStore/javascript/Analytics/AnalyticsTagDataObject.js
||highcharts.com^*/heatmap.js
||hj.flxpxl.com^*.js?r=*&m=*&a=$domain=twitch.tv
||hlserve.com/beacon?$domain=walmart.com
||homedepot.com/static/scripts/resxclsa.js
||hostlogr.com/etc/geo.php?
||hotmail.com/mail/*/i2a.js
||hotwirestatic.com^*/opinionLab.js$domain=hotwire.com
||i.s-microsoft.com/wedcs/ms.js$domain=skype.com
||ibis.com/scripts-*/xtanalyzer_roi.js
||images-iherb.com/js/ga-pro*.js$domain=iherb.com
||img.en25.com/eloquaimages/clients/PentonMediaInc/$image,domain=windowsitpro.com
||imrworldwide.com/crossdomain.xml$object-subrequest,domain=cc.com|sbs.com.au
||imrworldwide.com/novms/*/ggcm*.js$domain=9now.com.au|europafm.com
||imrworldwide.com/v60.js$domain=last.fm|musicfeeds.com.au|nzherald.co.nz|realestateview.com.au|sf.se|threenow.co.nz|weatherchannel.com.au
||imrworldwide.com^*-mediaplayer&$domain=au.launch.yahoo.com
||imrworldwide.com^*/flashdetect.js
||imrworldwide.com^*/ggce354.swf$domain=espn.go.com|espndeportes.com|espnfc.co.uk|espnfc.com|espnfc.com.au|espnfc.us|espnfcasia.com
||imrworldwide.com^*/swfobject.js
||imwx.com/jsRollup?$script,domain=weather.com
||inazuma.co/campaign/js/heatmap.js$domain=monopoly.mcdonalds.co.uk
||intel.com^*/angular-google-analytics.js
||iocdn.coremetrics.com^*.js?V=$domain=24ace.co.uk
||iocdn.coremetrics.com^*/io_config.js?ts=$domain=24ace.co.uk
||itworld.com/elqnow/elq*.js
||jackjones.com^*/google-analytics-tagging.js
||jeevansathi.com/minify.php?files=$script,stylesheet
||jimmyjohns.com/Scripts/angularytics.$script
||js.dmtry.com/channel.js$domain=zillow.com
||js.vpro.nl/vpro/*/statcounter.js?
||juxtacommons.org^*/heatmap.js
||k2s.cc/ext/evercookie/$script
||kaltura.com/content/*/comscorePlugin.swf
||keep2s.cc/ext/evercookie/$script
||kentucky.com/mistats/finalizestats.js
||keremerkan.net/wp-content/plugins/wp-minify/min/*/google-analyticator/
||koalabeast.com/stats?$script
||koldcast.tv/mint/*/tracker.php?
||krxd.net/controltag?$script,domain=eatthis.com
||krxd.net^$script,domain=nbcnews.com
||l.yimg.com/g/combo/*/comscore.$script
||latimes.com/hive/javascripts/loggingService.js
||leeaws.com/api-cache/chartbeat/?host=$xmlhttprequest,domain=tucson.com
||lenovo.com^*/GoogleAnalytics.js
||leretourdelautruche.com/map/nuke/heatmap.js
||lesacasino.com^*/EMERPEventCollector.$script,subdocument
||lexus.com/lexus-share/js/tracking_omn/$xmlhttprequest
||lg.com^*/foresee/foresee-trigger.js
||lightningmaps.org^*/piwik.js
||lininteractive.com/chartbeat/$~third-party
||lininteractive.com/chartbeat/mostPopular.php?host=$subdocument
||link.theplatform.com/*/tracker.log?
||link.theplatform.com/*?affiliate=
||lipmonthly.com/js/angulartics-google-analytics/dist/angulartics-ga.min.js
||live.indiatimes.com/trackjs.cms
||lloydstsb.com/it/xslt/touchclarity/omtr_tc.js
||loadus.exelator.com/load/?p=$script,domain=rrstar.com
||localytics.com^*/localytics.min.js$domain=ciscospark.com|citymapper.com
||logentries.com^*/logs/$xmlhttprequest,domain=app.testobject.com
||logging.apache.org^
||logmein.com/scripts/Tracking/Tracking.js
||lordandtaylor.com^*/javascript/Analytics/CartEventDataInit.js
||lp.longtailvideo.com/5/yourlytics/yourlytics-1.js$domain=indiedb.com|indieroyale.com|moddb.com
||lsi.com^*/google-analytics.js
||lufthansa.com^*/mmcore.js
||luminate.com/order/$subdocument
||lynda.com^*/px.gif?$image
||magnify.net^*/magnify_stats.js
||mail-www.baynote.net^$domain=mail.com
||mail.biz.rr.com/images/portal/blank.gif$domain=mail.biz.rr.com
||mail.yahoo.com/neo/ymstat$xmlhttprequest
||makerstudios.com/js/mixpanel.js?$script
||maps.google.*/gen_204?$xmlhttprequest
||maserati.com^*/transparent1x1.png
||maxmind.com/app/country.js$domain=lenovo.com|nationalgeographic.com|paypal.fr
||maxmind.com/geoip/v2.0/country/$xmlhttprequest,domain=elgato.com
||maxmind.com^*/geoip.js$domain=aljazeera.com|ballerstatus.com|bikemap.net|carltonjordan.com|cashu.com|coolsport.tv|dereon.com|dr.dk|everydaysource.com|fab.com|girlgames4u.com|incgamers.com|ip-address.cc|maaduu.com|qatarairways.com|sat-direction.com|sotctours.com|stoli.com|vibe.com
||maxmind.com^*/geoip2.js$domain=elgato.com|fallout4.com|metronews.ca|mtv.com.lb|runningheroes.com|teslamotors.com
||mec.ca/media/javascript/resxclsx.js
||media-imdb.com^*/clickstream.js
||media.ft.com/j/optimost-$domain=ft.com
||media.ticketmaster.*/click_track.js
||mediaite.com/decor/javascript/magnify_stats.js$domain=videos.mediaite.com
||medicare.gov/SharedResources/widgets/foresee/foresee-trigger.js
||mercedes-benz-mobile.com/js/tracking/tracker.min.js?
||messenger.com/common/referer_frame.php$subdocument,domain=messenger.com
||metrics-api.librato.com/v1/metrics$xmlhttprequest,domain=virginamerica.com
||metrics.ctvdigital.net/global/CtvAd.js
||metrics.howstuffworks.com/b/ss/*&ot=$image
||metrics.mozilla.com^$~third-party
||metrics.nissanusa.com/b/ss/nissanusacom/$image
||metrics.torproject.org^
||microsoft.com/click/services/RioTracking2.js
||mightyspring.com/static/js/beacon.js?$~third-party
||milb.com/shared/scripts/bam.tracking.js
||mixpanel.com/site_media/js/api/mixpanel.js$domain=blog.cloudflare.com
||mixpanel.com/track/?data=$xmlhttprequest,domain=ads.twitter.com|change.org|greentoe.com|kickstarter.com|mint.com|nbc.com|thefrisky.com
||mlb.com/b/ss/$image
||mlb.com/scripts/stats/app/$script
||mlb.com/shared/scripts/bam.tracking.js
||mmi.bemobile.ua/lib/lib.js$domain=uatoday.tv
||monetate.net/img/$script,domain=newegg.com
||monetate.net/js/$domain=nike.com
||monetate.net/trk/$script,domain=newegg.com
||monetate.net^*/custom.js$domain=newegg.com
||monetate.net^*/entry.js$domain=newegg.com
||mongoosemetrics.com/jsfiles/js-correlation/mm-rules.min.js$domain=subaru.com
||motorolasolutions.com/wrs/b2bsdc.js
||moulinex.com/js/xtroi.js
||mpsnare.iesnare.com/snare.js$domain=citi.com|citibank.com|enmasse.com|login.skype.com
||mpsnare.iesnare.com/wu/snare.js$domain=westernunion.com
||msecnd.net^*/site-tracker.js$domain=momondo.co.uk
||msn.com/br/chan/udc/$script,domain=my.msn.com
||msn.com/c.gif?rid=$image,domain=my.msn.com
||munchkin.marketo.net/munchkin.js
||musicvideogenome.com/javascripts/stats.js
||mxpnl.com/libs/mixpanel-*.min.js$domain=change.org|greentoe.com|intuit.com|nbc.com|thefrisky.com
||mxpnl.com^$domain=mixpanel.com
||mybuys.com/webrec/wr.do?
||mycokerewards.com^*/webtrends/mcr3-webtrends_POST_$script
||mycommunitynow.com/includes/JI_trafficTracking.js$domain=mycommunitynow.com
||myqnapcloud.com^*.angular-google-analytics.js$script
||narf-archive.com^*/clickstream.js
||nasa.gov/js/libraries/angulartics/angulartics-google-analytics.js
||nationalcar.com^*/analytics.min.js
||nationalgeographic.com/assets/scripts/utils/event-tracking.js
||nationaljournal.com/js/bizo.js
||nationalreview.com^*/chartbeat.js
||nationwide.co.uk/_/js/webAnalytics.js
||ncbi.nlm.nih.gov/stat?
||necn.com/includes/AppMeasurement.js
||nerdwallet.com/lib/dist/analytics.min.js
||netdna-ssl.com/lib/jquery-google-analytics/jquery.google-analytics.js$domain=homepath.com
||netinsight.travelers.com/scripts/ntpagetaghttps.js
||nettix.fi^*_analytics.js
||networkworld.com^*/demandbase.js
||newrelic.com/nr-*.min.js$domain=play.spotify.com|surveymonkey.co.uk|surveymonkey.com|surveymonkey.de|surveymonkey.ru
||newrelic.com/public/charts/$subdocument,xmlhttprequest
||newsinc.com/getids?uid=$script,domain=ap.org
||newsinc.com^*/getPlacements.js?pid=$xmlhttprequest,domain=ap.org|csmonitor.com
||newyorker.com^*/cn-fe-stats/$script
||next.co.uk/Scripts/GoogleAnalytics.js?
||nike.com/checkout/analytics/js/analyticFunctions.js$domain=nike.com
||nintendo.com/nclood/*/bundles/analytics.min.js$domain=nintendo.com
||nokia.com/b/ss/$image,domain=here.com
||nordstromimage.com^*/mmcore.js$domain=nordstrom.com
||novell.com/common/util/demandbase_data.php
||nudgespot.com/beacon.js?$script,third-party
||nyandcompany.com^*/resxclsa.js$domain=nyandcompany.com
||nymag.com/decor/javascript/magnify_stats.js
||nymag.com/vltr/scripts/analytics.js$domain=vulture.com
||nyt.com/bi/js/tagx/tagx.js$domain=nytimes.com
||nytimes.com/bi/js/tagx/tagx.js$domain=myaccount.nytimes.com
||nytimes.com^*/EventTracker.js
||nytimes.com^*/wtbase.js
||nytimes.com^*/wtinit.js
||oakley.com^*/tealium.js
||odcdn.com^*/cm.js
||office365.com^*/owa.Analytics.js$script
||officeworks.com.au^*/site-tracker.js
||oktacdn.com/assets/js/*/mixpanel-$script
||omtrdc.net/crossdomain.xml$domain=crackle.com
||omtrdc.net/settings/$object-subrequest,domain=crackle.com
||omtrdc.net^*/mbox/json?$xmlhttprequest,domain=argos.co.uk|att.com|t-mobile.com
||omtrdc.net^*/mbox/standard?$script,domain=ancestry.co.uk|ancestry.com|ancestry.com.au|ancestry.it|blogtalkradio.com
||ooyala.com/3rdparty/comscore_$object-subrequest,domain=livetvcafe.net|player.complex.com
||ooyala.com/crossdomain.xml$object-subrequest
||optimize.webtrends.com^$domain=peterboroughtoday.co.uk
||optimizely.com/js/geo.js$domain=forbes.com
||optimost.com/counter/*/event.js?$domain=bebo.com
||optimost.com^*/content.js?$domain=bebo.com
||optimost.com^*/FT_live.js$domain=ft.com
||ourworld.com/ow/evercookie_
||ourworld.com/ow/js/evercookie/$script
||palerra.net/apprity/api/analytics/
||pastebin.com/etc/geo.php?
||patrick-wied.at/static/heatmapjs/src/heatmap.js
||paypalobjects.com^*/opinionLab.js$domain=paypal.com
||paypalobjects.com^*/pixel.gif$domain=youngcons.com
||pbskids.org/js/ga-current.js
||petametrics.com^*.js?$script,domain=nylon.com|space.com
||pillsbury.com/Shared/StarterKit/Javascript/ntpagetag.js
||pillsbury.com/Shared/StarterKit/Javascript/UnicaTag.js
||ping.hellobar.com/?*&_e=click&$image
||pipedriveassets.com^*/keen.min.js
||pipedrivewebforms.com^*/keen.min.js
||piwik.pro/images/
||pixel.condenastdigital.com/sparrow.min.js$domain=video.epicurious.com|video.gq.com|video.wired.com
||pixel.facebook.com/ajax/gigaboxx/endpoint/UpdateLastSeenTime.php?$image
||pixel.facebook.com/ajax/notifications/mark_read.php?*&alert_ids%$image
||pixel.fetchback.com^$subdocument,domain=sears.com
||pixel.quantserve.com/api/segments.json?$domain=ap.org|newsinc.com
||pixel.quantserve.com/api/segments.xml?a=$domain=associatedcontent.com|cbs.com|cbsatlanta.com|centurylink.net|comedy.com|eurweb.com|fox5vegas.com|foxcarolina.com|grabnetworks.com|kctv5.com|kpho.com|kptv.com|theimproper.com|thenewsroom.com|tv.com|tvguide.com|wfsb.com|wnem.com|wsmv.com
||pixel.quantserve.com/seg/$script,domain=photos.essence.com
||pixel.quantserve.com/seg/r;a=$object-subrequest,domain=breitbart.tv|cbs.com|filefront.com|imdb.com|laobserved.com|tv.com
||pixelpressmedia.com/wp-content/plugins/duracelltomi-google-tag-manager/$script,domain=pixelpressmedia.com
||play.google.com/log?format=json&authuser=$xmlhttprequest,domain=myaccount.google.com
||playcanvas.com.*/keen.min.js
||player.ooyala.com^*/analytics-plugin/$script,domain=nintendo.com
||player.sundaysky.com^$subdocument
||playtheend.com/api/v1/players/heatmap.json?$object-subrequest
||pnas.org^*/fingerprint.js$script,~third-party
||pokemonblackwhite.com^*/jquery.google-analytics.js
||polycom.com/polycomservice/js/unica/ntpagetag.js
||popeater.com/traffic/?$script,domain=popeater.com
||popmoney.com^*/jquery.analytics.js
||pp-serve.newsinc.com^*/unitsdata.js?$domain=timesfreepress.com
||primevideo.com/watchlist/ajax/addRemove.html/$xmlhttprequest,domain=primevideo.com
||productads.hlserve.com^$script,domain=argos.co.uk
||propelmedia.com/resources/images/load.gif
||ps.w.org/google-analytics-dashboard-for-wp/assets/
||pshared.5min.com/Scripts/OnePlayer/Loggers/ComScore.StreamSense.js
||pshared.5min.com/Scripts/OnePlayer/Loggers/ComScore.Viewability.js
||push2check.com/stats.php
||qbrick.com/framework/modules/analytics/analytics.min.js$script
||quantcast.com/wp-content/themes/quantcast/$domain=quantcast.com
||quantserve.com/quant.js$domain=apps.facebook.com|caranddriver.com|g4tv.com|nymag.com|salon.com|theblaze.com
||query.petametrics.com^
||qz.com^*/tracking/bizo.js
||qz.com^*/tracking/chartbeat.js
||qz.com^*/tracking/comscore.js
||radio.com/player/javascript/tracking.js$domain=player.radio.com
||randomhouse.com/book/css/certona.css
||rawgit.com^*/heatmap.js
||rawstory.com/decor/javascript/magnify_stats.js
||redditenhancementsuite.com/js/jquery.google-analytics.js
||redfin.com/stingray/clicktracker.jsp?
||reftagger.com^*/log?documentUrl=$image
||reinvigorate.net/re_.js$domain=thenounproject.com
||remodelista.com/media/js/libs/ga_social_tracking.js
||res-x.com^*/Resonance.aspx?
||retailmenot.com/__wsm.gif$ping,xmlhttprequest
||reutersmedia.net^*/rcom-scroll-tracker.js$domain=reuters.com
||rfdcontent.com^*/utag.loader.js$domain=forums.redflagdeals.com
||rockingsoccer.com/js/match_stats.js
||rs.mail.ru/crossdomain.xml$object-subrequest,domain=vk.com
||ru4.com/wsb/$script,domain=chase.com
||s.skimresources.com^$script,domain=slate.com
||s.youtube.com/api/stats/playback?$image,object-subrequest
||safelinkwireless.com/enrollment/*/GoogleAnalytics.js
||sahibinden.com/assets/analytics*.js$script
||samepage.io/assets/lib/google-analytics/GoogleAnalytics.js?
||sbstatic.com.au/js/tealium.js$domain=sportsbet.com.au
||scorecardresearch.com/beacon.js$domain=agame.com|ahmedabadmirror.com|allmusic.com|allrecipes.com|amctv.com|apl.tv|babycenter.com|bonappetit.com|calgaryherald.com|canada.com|cbc.ca|dailymail.co.uk|deviantart.com|discovery.com|edmontonjournal.com|fastcompany.com|financialpost.com|firstwefeast.com|hitfix.com|huffingtonpost.com|indiatimes.com|landandfarm.com|last.fm|leaderpost.com|m.tmz.com|montrealgazette.com|nationalpost.com|newsday.com|ottawacitizen.com|outsideonline.com|radaronline.com|salon.com|sci2.tv|syfy.com|theprovince.com|thestar.com|thestarphoenix.com|thinkatheist.com|tmz.com|v3.co.uk|vancouversun.com|windsorstar.com
||scorecardresearch.com/c2/plugins/streamsense_plugin_html5.js
||scorecardresearch.com/c2/plugins/streamsense_plugin_theplatform.js
||scorecardresearch.com/crossdomain.xml$domain=rte.ie
||scorecardresearch.com^*/cs.js$script,domain=thedailybeast.com
||scripts.demandmedia.com/wm.js$domain=ehow.com
||sears.com^*/analytics.sitecatalyst.js
||segment.com/analytics.js/*/analytics.min.js$script
||segment.io/analytics.js/*/analytics.min.js$script
||segment.io/v1/$xmlhttprequest,domain=greentoe.com|thescene.com
||sellpoint.net/smart_button/$script,domain=walmart.com
||sergent-major.com^*/js/tracking.js$domain=sergent-major.com
||service.collarity.com/cust/nbcu/ucs.js$xmlhttprequest
||services.fliqz.com/metrics/*/applications/$object-subrequest,domain=leftlanenews.com
||setelia.com*/page-tracking.js?$script,~third-party
||sfdict.com/app/*/click_tracking.js$domain=reference.com|thesaurus.com
||sh.st/bundles/smeadvertisement/img/track.gif?$xmlhttprequest
||shipwire.com/scripts/account_analytics.js$domain=shipwire.com
||sijcc.org^*/page-tracking.js?
||siteanalytics.compete.com^$~third-party
||sitestat.com^*/s?*&ns_type=clickin&ns_action=view&ns__t=$image,domain=sueddeutsche.de
||skypicker.com/places/BCN?
||slatic.net/js/tracking.js$domain=lazada.co.id
||smetrics.blackberry.com/b/ss/*:jump-page:$image,domain=bbm.com
||snapchat.com/static/js/google-analytics.js
||songza.com/static/*/songza/systems/$script
||southwest.com^*/mbox.js
||sportsgrid.com/decor/javascript/magnify_stats.js
||spot.im/api/tracker/spot/$xmlhttprequest,domain=rt.com
||springriverchronicle.com/shared-content/art/tncms/tracking.js$domain=springriverchronicle.com
||star-telegram.com/mistats/sites/dfw/startelegram.js
||startclass.com/ga.$script,xmlhttprequest
||statcounter.com/chart.php?$script
||statcounter.com/js/fusioncharts.js
||statcounter.com/msline.swf
||statefillableforms.com/js/lib/irs/fingerprint.js$~third-party
||static.atgsvcs.com/js/atgsvcs.js$domain=officedepot.com|shop.lego.com
||static.btbuckets.com/bt.js$domain=readwriteweb.com
||static.chartbeat.com/crossdomain.xml$object-subrequest
||static.chartbeat.com/js/chartbeat_mab.js$domain=usatoday.com
||static.parsely.com^$script,domain=dailystar.co.uk|express.co.uk
||static.rpxnow.com/js/lib/rpx.js$domain=colbertnation.com|thedailyshow.com
||statics.cfmcdn.net/*/scripts/webtrends-$script,domain=cheapflights.com
||stats.g.doubleclick.net/dc.js$domain=doverdowns.com|lifehack.org|maxiclimber.com|merriam-webster.com|toto.co.jp|tripinsurance.ru|vimeo.com
||stats.jtvnw.net/crossdomain.xml$object-subrequest
||stippleit.com/stipple.js$domain=photos.toofab.com
||sundaysky.com/coastal/embedded/sundaysky.js$domain=clearlycontacts.ca
||sundaysky.com/sundaysky.js?$domain=lenovo.com
||sundaysky.com^*/default/sundaysky.js$domain=lenovo.com
||support.thesslstore.com/visitor/index.php
||switch.atdmt.com/iaction/$subdocument,domain=bestbuy.com
||t.st/video/js/kGoogleAnalytics.js?$domain=thestreet.com
||tablespoon.com/library/js/TBSP_ntpagetag.js
||tag.perfectaudience.com/serve/*.js$domain=asana.com
||tagcommander.com^*/tc_$script
||tags.bkrtx.com/js/bk-coretag.js$domain=mlb.com
||tags.bluekai.com/site/*?ret=$subdocument,domain=mlb.com|zillow.com
||tags.crwdcntrl.net^$script,domain=indiatimes.com|weather.com
||tags.w55c.net/rs?*&t=marketing$image
||tc.bankofamerica.com/c?
||ted.com/decor/javascript/magnify_stats.js
||teenvogue.com/js/eventTracker.js
||telegraph.co.uk/template/ver1-0/js/webtrends/live/wtid.js
||telize.com/geoip?$script,domain=dailymotion.com
||texasroadhouse.com/common/javascript/google-analytics.js
||thebrighttag.com/tag?site=$script,domain=macys.com
||thehotelwindsor.com.au^*/javascript.googleAnalytics.js
||theplatform.com^*/comScore.swf$object-subrequest
||thestreet-static.com/video/js/kGoogleAnalytics.js?
||thetenthwatch.com/js/tracking.js$~third-party
||ticketm.net^*/click_track.js
||toshiba.com/images/track/track.gif?track=load&$xmlhttprequest,domain=start.toshiba.com
||toyota.com/analytics/recall_af.js$domain=toyota.com
||track.adform.net/serving/scripts/trackpoint/$script,domain=strokekampanjen.se|tigerofsweden.com
||track.atom-data.io/report?$xmlhttprequest,domain=rt.com
||track.mybloglog.com/js/jsserv.php?$domain=egotastic.com
||track2.royalmail.com^
||tracker.mattel.com/tracker.aspx?site=$script
||tracker.mattel.com^$domain=barbie.com
||tracking.unrealengine.com/tracking.js
||trackjs.com^$~third-party
||trc.taboola.com/*/log/3/available|$subdocument,domain=globes.co.il
||trc.taboolasyndication.com^$domain=bloomberg.com|breitbart.com|breitbart.tv|nme.com|slatev.com
||trustedreviews.com^*/google/analytics.js
||trutv.com/ui/scripts/coffee/modules/analytics/click-tracker.js$script
||turner.com/cnn/*/video/chartbeat.js$domain=cnn.com
||turner.com^*/aspenanalytics.xml$domain=cnn.com
||twimg.com/googleanalytics/analytics.js$script,domain=twitter.com
||uefa.com/inc/js/core/projects/statistics/statistics.js?$script
||uefa.com^*/chartbeat-trending-carousel.js
||ultimedia.com/js/common/jquery.gatracker.js
||unifi.me/mootools/classes/*-tracking
||unity3d.com/profiles/unity3d/themes/unity/images/services/analytics/$image,~third-party
||ups.com/*/WebTracking/track&dcs
||ups.com/WebTracking/$xmlhttprequest
||urlcheck.hulu.com/crossdomain.xml$object-subrequest
||usps.com/m/js/tracking.js$domain=usps.com
||usps.com^*/metrics.js$domain=usps.com
||utm.alibaba.com/eventdriver/recommendEntry.do?$script
||utm.arc.nasa.gov/common/css/
||utm.arc.nasa.gov/common/js/common.js
||utm.arc.nasa.gov/common/js/hideEmail.js
||utm.arc.nasa.gov/common/js/nav.js
||utm.arc.nasa.gov/common/js/swap.js
||utm.arc.nasa.gov/images/
||uverseonline.att.net/report/click_tracking_nes.json
||v.me/personal/assets/ntpagetag-$script
||vacayvitamins.com/wp-content/plugins/wp-minify/min/?*/google-analyticator/$script
||vast.com/vimpressions.js$domain=everycarlisted.com
||verizon.com/images/track/track.gif?track=load&$xmlhttprequest
||vice.com^*/vmp_analytics.js
||videos.nbcolympics.com/beacon?$object-subrequest,domain=nbcolympics.com
||vidible.tv^*/ComScore.StreamSense.js
||vidible.tv^*/ComScore.Viewability.js
||vidtech.cbsinteractive.com^*/AkamaiAnalytics.swf$domain=kuathletics.com|mutigers.com|okstate.com
||view.atdmt.com^*/iview/$domain=starwoodhotels.com
||view.atdmt.com^*/view/$domain=starwoodhotels.com
||virtualearth.net/webservices/v1/LoggingService/$script
||virtualearth.net^*/LoggingService.svc/Log?$script,domain=bing.com|spatialbuzz.com
||virusdesk.kaspersky.com/Resources/js/analytics.js$script
||visa.com^*/vendor/unica.js
||visiblemeasures.com/crossdomain.xml$object-subrequest,domain=espn.go.com|live.indiatimes.com
||vizio.com/resources/js/vizio-module-tracking-google-analytics.js
||vod.olympics2010.msn.com/beacon?$object-subrequest
||vodafone.com.au/analytics/js/$script
||volvocars.com^*/swfaddress.js?
||vouchercodes.co.uk/__wsm.gif$ping
||voya.ai^*/mixpanel-jslib-snippet.min.js$domain=voya.ai
||vulture.com/decor/javascript/magnify_stats.js
||vupload-edge.facebook.com/ajax/video/upload/$xmlhttprequest,domain=facebook.com
||w3spy.org/etc/geo.php?
||w88.go.com/crossdomain.xml$object-subrequest,domain=abcnews.go.com
||waitrosecellar.com^*/eventTracking-Cellar.js$domain=waitrosecellar.com
||walmart.com/__ssobj/core.js
||walmart.com^*/track?event=$xmlhttprequest
||walmartimages.com/webanalytics/omniture/omniture.jsp$domain=walmart.com
||walmartimages.com/webanalytics/wmStat/wmStat.jsp$domain=walmart.com
||washingtonexaminer.com/s3/wex15/js/analytics.js?$script
||washingtonpost.com/wp-stat/analytics/latest/main.js
||washingtonpost.com/wp-stat/analytics/main.js$domain=subscribe.washingtonpost.com
||washingtonpost.com^*/spacer.gif?$image
||wbshop.com/fcgi-bin/iipsrv.fcgi?
||websimages.com/JS/Tracker.js
||webtrack.dhlglobalmail.com^
||webtrends.com^*/events.svc$subdocument,domain=mycokerewards.com
||webtrendslive.com^*/wtid.js?$domain=att.yahoo.com
||westelm.com^*/bloomreach.js
||westjet.com/js/webstats.js
||whirlpool.com/foresee/foresee-trigger.js
||whoson.com/include.js?$script,domain=hotelchocolat.com
||widgets.outbrain.com^*/comScore/comScore.htm
||wikia.nocookie.net^*/AnalyticsEngine/js/analytics_prod.js
||wikimedia.org^*/trackClick.js
||wimbledon.com/AppMeasurement.js
||windward.eu^*/angulartics-google-analytics.min.js
||wired.com/wiredcms/chartbeat.json$xmlhttprequest
||wired.com^*/cn-fe-stats/
||wordpress.org/extend/plugins/wp-slimstat/screenshot-$image,~third-party
||wordpress.org/wp-slimstat/assets/banner-$image,~third-party
||wp.com/_static/*/criteo.js
||wp.com/_static/*/gaAddons.js
||wp.com/_static/*/vip-analytics.js?$domain=time.com
||wp.com^*/google-analytics-for-wordpress/$domain=wordpress.org
||wp.com^*/time-tracking.js?$domain=time.com
||wp.com^*/wp-content/plugins/wunderground/assets/img/icons/k/clear.gif?
||wrap.tradedoubler.com/wrap?$script,domain=desigual.com
||wwe.com/sites/all/modules/wwe/wwe_analytics/s_wwe_code.js
||www.google.*/maps/preview/log204?$xmlhttprequest
||x5.xclicks.net/js/x3165.js$domain=small-breasted-teens.com
||xcweather.co.uk/*/geo.php?
||xfinity.com^*/Comcast.SelfService.Sitecatalyst.js
||yandex.ru/metrika/watch.js$domain=engwords.net
||yimg.com/bm/lib/fi/common/*/yfi_comscore.js$domain=finance.yahoo.com
||yimg.com^*/ywa.js$domain=nydailynews.com|travelscream.com|yahoo.com
||ynet.co.il/Common/App/Video/Gemius/gstream.js
||ynetnews.com/Common/App/Video/Gemius/gstream.js
||youtube.com/api/analytics/$~third-party
||youtube.com/api/stats/watchtime?$image,domain=youtube.com
||zappos.com/js/trackingPixel/mercentTracker.js
||zillowstatic.com/c/*/linktrack.js$domain=zillow.com
||zylom.com/images/site/zylom/scripts/google-analytics.js
||zynga.com/current/iframe/track.php?$domain=apps.facebook.com
! Mining-related whitelists
||alltube.tv/jsverify.php$~third-party,xmlhttprequest
||onlinevideoconverter.com/webservice|$~third-party,xmlhttprequest
||szukajka.tv/jsverify.php$~third-party,xmlhttprequest
||szukajka.tv/szukaj|$~third-party,xmlhttprequest
! Chrome bug (Endless loading causing site to crash https://forums.lanik.us/viewtopic.php?f=64&t=25152)
||aplus.com/p.gif?$~third-party
! Preliminarily whitelisting Omniture s_code tracking pixels (script versions H.25 - H.25.2) due to breakage (https://adblockplus.org/forum/viewtopic.php?f=10&t=11378) if blocking the script causes issues
||112.2o7.net/b/ss/$image,domain=espn.com.br|nissan-global.com
||122.2o7.net/b/ss/$image,domain=billetnet.dk|billettservice.no|citibank.co.in|goal.com|lippupalvelu.fi|pcworld.com|riverisland.com|techhive.com|ticketmaster.ae|ticketmaster.co.uk|ticketmaster.de|ticketmaster.ie|ticketmaster.nl|ticnet.se
||amazoncustomerservice.d2.sc.omtrdc.net/b/ss/*/H.25.1/$image
||castorama.fr/b/ss/$image
||fandango.com/b/ss/$image
||globalnews.ca/b/ss/$image
||info.seek.com/b/ss/$image,domain=seek.com.au
||kaspersky.co.uk/b/ss/$image
||kohls.com/b/ss/$image
||metrics.ancestry.com/b/ss/$image
||metrics.brooksbrothers.com/b/ss/$image
||metrics.consumerreports.org/b/ss/$image
||metrics.nationwide.co.uk/b/ss/$image
||metrics.target.com/b/ss/$image
||metrics.thetrainline.com/b/ss/$image
||metrics.ticketmaster.com/b/ss/$image
||oms.dowjoneson.com/b/ss/$image,domain=wsj.com
||omtrdc.net/b/ss/$image,domain=macworld.com|pcworld.com|techhive.com
||scorecardresearch.com/r2?$image,domain=ancestry.com|billetnet.dk|billettservice.no|lippupalvelu.fi|pcworld.com|techhive.com|ticketmaster.ae|ticketmaster.co.uk|ticketmaster.de|ticketmaster.ie|ticketmaster.nl|ticnet.se|wsj.com
||scorecardresearch.com/r?$image,domain=ancestry.com|billetnet.dk|billettservice.no|lippupalvelu.fi|macworld.com|pcworld.com|techhive.com|ticketmaster.ae|ticketmaster.co.uk|ticketmaster.de|ticketmaster.ie|ticketmaster.nl|ticnet.se|wsj.com
||simyo.de/b/ss/$image
||smetrics.target.com/b/ss/$image
||smetrics.ticketmaster.com/b/ss/$image
||smetrics.walmartmoneycard.com/b/ss/$image
||stat.safeway.com/b/ss/$image
||walmart.com/b/ss/$image
! Whitelists to fix broken pages of tracking companies
! Heatmap
||heatmap.it^$domain=heatmap.me
! Google
||google.*/analytics/css/$~third-party
||google.*/analytics/js/$~third-party
||gstatic.com^*/analytics.js$domain=google.com
!-----EasyPrivacy Whitelist End-----!
!-----EasyPrivacy International Whitelist Start-----!
! German
||a.visualrevenue.com/vrs.js$domain=t-online.de
||a.wikia-beacon.com/__track/view?v=v1&c=*&lc=de&lid=62&x=devroniplag&y=$script,domain=vroniplag.wikia.com
||ad.de.doubleclick.net/imp;$object-subrequest,domain=rtl-now.rtl.de|rtl2now.rtl2.de|rtlnitronow.de|superrtlnow.de|voxnow.de
||adclear.teufel.de^*/acv?*&ms=http$image,domain=gewinnspiele.freenet.de
||addicted-sports.com/piwik/piwik.js
||adobedtm.com^*/satelliteLib-$script,domain=sbb.ch
||alternate.de/js/emos2.js
||analytics.edgekey.net/html5/akamaihtml5-min.js$domain=br.de
||analytics.edgesuite.net/html5/akamaihtml5-min.js?$domain=ardmediathek.de
||belboon.de/adtracking/$subdocument,domain=gutscheindoktor.de|preis-vergleich.tv|preismafia.com
||belboon.de/clickout.php?$subdocument,domain=preis-vergleich.tv
||billiger.de/js/emos2.js
||btstatic.com/tag.js$domain=oralb.de
||classistatic.de^*/hitcounter.js$domain=mobile.de
||code.etracker.com/t.js?et=$script,domain=apotheken-umschau.de|compo-hobby.de|diabetes-ratgeber.net|giz.de|kaguma.com|krombacher.de
||computer-bild.de/imgs/*/Google-Analytics-$image,domain=computerbild.de
||count.rtl.de/crossdomain.xml$object-subrequest,domain=n-tvnow.de|rtl-now.rtl.de|rtl2now.rtl2.de|rtlnitronow.de|superrtlnow.de|voxnow.de
||css.ch/stats/tracker.js?$xmlhttprequest
||cxense.com/cx.js$domain=tagesanzeiger.ch
||darmstadt.ui-traffic.de/mobile/webapp/bower_components/heatmap.js$domain=darmstadt.ui-traffic.de
||eltern.de/min.php?*/clickTracking.js
||email.1und1.de/appsuite/api/*/1and1_integration/tracking/tracking.js$domain=email.1und1.de
||energy.de^*/ivw.js?$domain=energy.de
||eventim.de/obj/global/feature/tagCommander/tc_header.min.$script
||getgoods.de^*/emstrack.js
||giga.de/wp-content/plugins/econa-stats/log/video-views/log.php?id=$object-subrequest
||gls.de^*/emos2.js
||google-analytics.com/siteopt.js?$domain=chip.de
||googletagmanager.com/gtm.js?$domain=bunte.de|finanzen.net
||hach.de^*/emstrack.js
||hammonline.de/statistik/piwik.js
||hermesworld.com/tracking/urchin.js
||heute.de/zdf/flash/eplayer/player.swf?*/cgi-bin/ivw/
||honeybadger.io^*/honeybadger.min.js$domain=clark.de
||hse24.de^*/emos2.js
||imrworldwide.com/novms/*/ggcm*.js$domain=ndr.de|tvnow.de|watchbox.de
||ing-diba.de^*/sitestat.js
||iocdn.coremetrics.com^*.js?V=$script,domain=adidas.de
||iocdn.coremetrics.com^*/io_config.js?ts=$domain=adidas.de
||ivwbox.de/2004/01/survey.js$domain=stylished.de|t-online.de
||ivwextern.prosieben.de/crossdomain.xml$object-subrequest,domain=galileo-videolexikon.de
||ivwextern.prosieben.de/php-bin/functions/ivwbox/ivwbox_extern.php?path=$object-subrequest,domain=galileo-videolexikon.de
||ivwextern.prosieben.de^*/ivw_flashscript.php?$script
||jetztspielen.de^*/EventTracker.js
||js.revsci.net/gateway/gw.js?$domain=t-online.de
||lablue.at/js/geo.php$~third-party,xmlhttprequest
||lablue.de/js/geo.php$~third-party,xmlhttprequest
||levexis.com/clients/planetsports/1.js$domain=planet-sports.de
||longtailvideo.com/5/googlytics/googlytics-1.js$domain=arte.tv
||maxmind.com^*/geoip.js$domain=automatensuche.de
||meinestadt.de^*/xiti/xtcore_$script
||musicstore.de^*/emos2.js
||o2.de/resource/js/tracking/ntpagetag.js
||piwik.windit.de/piwik.js$domain=livespotting.tv
||pix04.revsci.net^*.js?$domain=t-online.de
||pizza.de^*/ptrack.$script
||planet-sports.de^*?f=*/emos2.js