forked from user1121114685/koolproxyR_rule_list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kpr_our_rule.txt
7298 lines (7297 loc) · 163 KB
/
kpr_our_rule.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
! ******************************* koolproxy 语法*******************************
! 一行一个,请必须标注清楚http与https
! https 必须为域名,不能使用 * 不然会GG的。
! 例如 ||users.51.la^$third-party 写成 ||http://users.51.la^$third-party 即可。只需要在
! "!" 为行注释符,注释行以该符号起始作为一行注释语义,用于规则描述
! "@@" 为白名单符,白名单具有最高优先级,放行过滤的网站,https 需要四个 @@@@ 例如:@@@@||https://taobao.com
! ------------------------------------------------------------------------------------------
! "*" 为字符通配符,能够匹配0长度或任意长度的字符串,该通配符不能与正则语法混用。
! "^" 为分隔符,可以是除了字母、数字或者 _ - . % 之外的任何字符。
! "~" 为排除标识符,通配符能过滤大多数广告,但同时存在误杀, 可以通过排除标识符修正误杀链接。
! 注:通配符仅在 url 规则中支持,html 规则中不支持
! ------------------------------------------------------------------------------------------
! "|" 为管线符号,来表示地址的最前端或最末端
! "||" 为子域通配符,方便匹配主域名下的所有子域
! -------------------------------------------------------------------------------------------
! 驱动之家
|https://cdn.taboola.com/libtrc/*.js
|http://cdn.taboola.com/libtrc/*.js
|https://tu.baixing.com/widget/script/
|http://tu.baixing.com/widget/script/
|https://static.mediav.com/js
|http://static.mediav.com/js
||https://googlesyndication.com/pagead/js/adsbygoogle.js
||http://googlesyndication.com/pagead/js/adsbygoogle.js
||https://mydrivers.com##[style^="width:1300px;"],[style^="width:1100px;"],[style^="width:580px;"],[style^="width:728px;"],[width="843"],[width^="1000"],[style^="padding-top:5px;"]
||https://mydrivers.com##[class="GC_box"],[class="baidu"],[class="taobao_add"],[id="taboola-below-article-thumbnails"]
||https://mydrivers.com$s@style="padding:?px 0;"@style="display:none"@
||https://mydrivers.com$s@id="mynews?00"@style="display:none"@
||https://mydrivers.com$s@var f =*resetIdleTimeup()@ok;@
||https://mydrivers.com$s@style="padding:0px 0px 0px 0px;text-align:center;"@style="display:none"@
||https://mydrivers.com$s@display:block !important;@display:none !important;@
||http://mydrivers.com##[style^="width:1300px;"],[style^="width:1100px;"],[style^="width:580px;"],[style^="width:728px;"],[width="843"],[width^="1000"],[style^="padding-top:5px;"]
||http://mydrivers.com##[class="GC_box"],[class="baidu"],[class="taobao_add"],[id="taboola-below-article-thumbnails"]
||http://mydrivers.com$s@style="padding:?px 0;"@style="display:none"@
||http://mydrivers.com$s@id="mynews?00"@style="display:none"@
||http://mydrivers.com$s@var f =*resetIdleTimeup()@ok;@
! ------------------------------------------------------------------------------------------
! 站长之家
@@@@|http://stats.chinaz.com/c0g/hottj.js
@@@@|http://stats.chinaz.com/c0g/right*.js
@@@@||http://chinaz.com/img/
|http://stats.chinaz.com/c0g/*.js
|http://stats.chinaz.com/gj_g/*.js
|https://stats.chinaz.com/gj_g/*.js
|http://stats.chinaz.com/tp_g/*.js
|https://stats.chinaz.com/tp_g/*.js
|http://stats.chinaz.com/zx_g/
|https://stats.chinaz.com/zx_g/
||http://chinaz.com##[id="topTxt"],[id="loc"],[id="bottomImg"],[class="advert"],[class="adtext"],[class="recommendsoft"],[class="banner banner-leaderboard"],[class="plate-layout img_wrap_l goTop"],[class="fr fz14"]
||http://chinaz.com##[style="margin-bottom:0px;"],[class="Wrapper pt20"],[class^="adbox"],[class^="mb20"],[class^="txtAdBox"],[id^="side-media"],[id^="ad_"],[id^="content-media"],[style="text-align:center"]
||https://chinaz.com##[id="topTxt"],[id="loc"],[id="bottomImg"],[class="advert"],[class="adtext"],[class="recommendsoft"],[class="banner banner-leaderboard"],[class="plate-layout img_wrap_l goTop"],[class="fr fz14"]
||https://chinaz.com##[style="margin-bottom:0px;"],[class="Wrapper pt20"],[class^="adbox"],[class^="mb20"],[class^="txtAdBox"],[id^="side-media"],[id^="ad_"],[id^="content-media"],[style="text-align:center"]
! ------------------------------------------------------------------------------------------
!btbtt 首页广告
http://*btbtt.*##.wrapper_bg_c.hidden-xs
http://*btbtt.*###wrapper_right_bg
|http://*btbtt.*/view/image/QT_*
http://*btbtt.*###wrapper_left_bg
http://*btbtt.*###wrapper2 > DIV.width:nth-child(2) > DIV.error
||http://www.btbtt.co/view/image/QT_QT.jpg$image
http://www.btbtt.co###wrapper_right_bg
http://www.btbtt.co###wrapper_left_bg
||http://www.btbtt.co##div.width:nth-of-type(2)
||http://*btbtt.*/slade.js
!天天美剧
http://ttmeiju.me##DIV:nth-child(2) > P > A > IMG
http://ttmeiju.me###footer > DIV:first-child > P > IMG
! 谷歌网盘放行
@@@@|https://drive.google.com
! macx.cn
@@@@|https://www.macx.cn
! 直播吧
||https://pcgg.qiumibao.com/webAdvert.php$subdocument
https://www.zhibo8.cc##.ad_box_250
https://www.zhibo8.cc###popautoapp
! 5173首页补充去广告
||http://www.5173.com##body > .top
||http://www.5173.com##.gg_130 > .close_btn
||http://www.5173.com###ggFloat > .inner
||http://www.5173.com##.gt-wrapimg-signin
! 巨超值 去下方弹框
||https://best.pconline.com.cn###JnoLoginFixedBottom
! 斗鱼去播放器解码弹窗广告
https://www.douyu.com##.LotteryContainer
https://www.douyu.com##.UPlayerLotteryEnter-giftImg
https://www.douyu.com##.is-baodeng.is-active.UPlayerLotteryEnter
https://www.douyu.com##.PaladinWeek-toast
https://www.douyu.com##.closeBg-998534
||https://www.douyu.com##.PaladinWeek-toast
! 游侠游戏论坛 去首页上方广告
||http://game.ali213.net###wp > div:nth-of-type(1)
||http://game.ali213.net###hd_ad
! 豆瓣电影搜索
@@@@|https://erebor.douban.com
@@@@||https://doubanio.com
@@@@https://artery.douban.com
@@@@https://api.douban.com
@@@@https://frodo.douban.com
@@@@https://api.douban.com
! 115部分放行
@@@@https://uplb.115.com
@@@@https://home.115.com
@@@@https://fhnfile.oss-cn-shenzhen.aliyuncs.com
@@@@https://webapi.115.com
@@@@https://115.com
@@@@https://cdnres.115.com
! MIUI骚扰拦截库更新功能放行
@@@@https://api.sec.miui.com
!微博分享图片放行
@@@@||https://sinaimg.cn
! jsdelivr放行
@@@@||https://cdn.jsdelivr.net
! 小米电视去广告 ------------------ 来自网友分享----------------------------
||http://package.box.xiaomi.com
||https://package.box.xiaomi.com
||package.box.xiaomi.com
@@http://cesu.cdn.pandora.xiaomi.com
@@http://b0.market.xiaomi.com
@@@@https://cesu.cdn.pandora.xiaomi.com
@@@@https://b0.market.xiaomi.com
@@http://pandora.mi.com
||market.mi-img.com
||http://market.mi-img.com
||https://market.mi-img.com
||ad.mi.com
||ad.xiaomi.com
||http://ad.mi.com
||http://ad.xiaomi.com
||https://ad.mi.com
||https://ad.xiaomi.com
||ad1.xiaomi.com
||http://ad1.xiaomi.com
||https://ad1.xiaomi.com
||o2o.api.xiaomi.com
||pandora.mi.com
||pandora.xiaomi.com
||http://o2o.api.xiaomi.com
||http://pandora.mi.com
||http://pandora.xiaomi.com
||https://o2o.api.xiaomi.com
||https://pandora.mi.com
||https://pandora.xiaomi.com
||data.mistat.xiaomi.com
||tracking.miui.com
||http://data.mistat.xiaomi.com
||http://tracking.miui.com
||https://data.mistat.xiaomi.com
||https://tracking.miui.com
!播放出现问题时 可以删减 此区域的 Host 地址
||http://img.cdn.mvideo.xiaomi.com
||img.cdn.mvideo.xiaomi.com
||https://img.cdn.mvideo.xiaomi.com
!===== 通用型:广告投放商 拦截规则 所有电视都可以用 ====
!友盟+
||http://umeng.com
||https://umeng.com
||umeng.com
!酷云监播
||http://ikuyun.com
||https://ikuyun.com
||kuyun.com
!广东南方新媒体股份
||http://atianqi.com
||https://atianqi.com
||atianqi.com
@@@@https://tv.aiseet.atianqi.com
@@http://tv.aiseet.atianqi.com
@@http://vv.play.aiseet.atianqi.com
@@@@https://vv.play.aiseet.atianqi.com
@@@@https://e.crashlytics.com
@@http://e.crashlytics.com
!银河互联网电视
||auth.api.gitv.tv
||appstore.ptmi.gitv.tv
||gamecenter.ptmi.gitv.tv
@@http://pl.cp31.ott.cibntv.net
! 上海贞安精硕广告有限公司
||admaster.com.cn
||v.admaster.com.cn
||79t2.admaster.com.cn
||397c0.admaster.com.cn
! 小米电视去广告结束 -------------------- 分享结束--------------
! speedtest.cn (国内)
@@@@https://forge.speedtest.cn
! 一个看电视剧的网站
||https://yueyuju.com##.tp_reccomend_banner,[style="margin:8px 0;box-shadow: 0 1px 2px rgba(0,0,0,0.2);"],[ id="HMDownBox" ],[style="height: auto;"]
|https://iek.jiekc.com
! 远景论坛
||bbs.pcbeta.com$s@{width:980px; position:relative; height:171px; padding:10px;@{width:0px; position:relative; height:0px; padding:0px;@
||bbs.pcbeta.com$s@{padding:9px;width:980px;height:4??px;@{padding:9px;width:980px;height:260px;@
! 淘宝,天猫其余部分域名放行
@@@@https://ecpm.tanx.com
@@@@https://g.alicdn.com
@@@@https://img.alicdn.com
! paypal API放行
@@@@https://api-m.paypal.com
!百度网盘登录
@@@@https://passport.baidu.com
@@@@https://pan.baidu.com
@@@@https://d.pcs.baidu.com
!支付宝苹果设备放行
@@@@https://mygw.alipay.com
!微信公众号放行
@@@@https://mmbiz.qpic.cn
@@@@https://mp.weixin.qq.com
! IT之家
@@@@https://api.ithome.com
@@@@https://dyn.ithome.com
! 小说网站补充
|http://m.quduwv.com/17mb/script/wap*
|http://m.quduwv.com/yukeqwer
! PSN CDN放行
@@@@https://gss0.bdstatic.com
@@@@https://gss1.bdstatic.com
@@@@https://id.sonyentertainmentnetwork.com
! 腾讯云开发者平台
@@@@https://dev.tencent.com
¡ 淘宝优惠券及苏宁签到
@@@@https://dcbpm.suning.cn
@@@@https://temai.m.taobao.com
! 23us小说网
||https://t5i0pb.cn
|https://m.x23us.com/wap/ajax.js
|https://m.x23us.com/wap/read.js
! 网易
||https://www.163.com##div[class^="mod_index_ad"],[class^="mod_r_ad"],[class^="hp_textlink_ad"],[class^="mod_ad_text"],[class^="head_ad"],[class="yc_ft"]
! 360杀毒更新
@@http://sdup.update.360safe.com
@@@@https://sdup.update.360safe.com
! 建设银行app登录放行
@@@@https://ibsbjstar.ccb.com.cn
! 迅雷登录放行
!只看小姐姐, [6/2/19, 11:09 AM]
@@@@https://mobile-login.xunlei.com
!只看小姐姐, [6/2/19, 11:09 AM]
@@@@https://mobile-login-2.xunlei.com
!只看小姐姐, [6/2/19, 11:09 AM]
@@@@https://mobile-login-3.xunlei.com
!阿里云搜索放行
!只看小姐姐, [6/2/19, 12:12 PM]
@@@@https://oa-panther.data.aliyun.com
!只看小姐姐, [6/2/19, 12:15 PM]
@@@@https://promotion.aliyun.com
! LOFTER(乐乎) 无法显示登陆框
@@http://urswebzj.nosdn.127.net
@@http://analytics.163.com
! v2ex.com
![In reply to 白告]
||https://v2ex.com###Rightbar > DIV.box:nth-child(4)
||https://v2ex.com###Rightbar > DIV.box:nth-child(6)
||https://v2ex.com###Rightbar > DIV.sep20:nth-child(5)
||https://v2ex.com###Rightbar > DIV.sep20:nth-child(3)
||https://v2ex.com###Wrapper > DIV.content > DIV.box:last-child
! 快递100放行
@@@@||https://p.kuaidi100.com
! 谷歌云gcp日志放行
!只看小姐姐, [6/10/19, 11:38 PM]
@@@@https://console.cloud.google.com
!只看小姐姐, [6/10/19, 11:39 PM]
@@@@||https://clients6.google.com
!网易我的世界客户端, [6/11/19, 00:46 AM]
@@@@||https://netease.com
!ios谷歌相册备份放行
@@@@|https://photos.googleapis.com
! 126 163邮箱放行
!只看小姐姐, [6/16/19, 10:27 PM]
@@@@||https://126.com
!只看小姐姐, [6/16/19, 10:27 PM]
@@@@||https://163.com
!游民星空
||https://ja1.gamersky.com
||https://ja2.gamersky.com
||https://gamersky.com##div[class="ad_r"],[class="MidR_ad"]
!恩山
||https://right.com.cn##.a_t,div#diy1.area,div.a_p,div.a_pr,DIV.column.frame-1-c,div.wp.a_f,div.a_cn,.a_mu,.a_pt,.a_pb,div.wp.a_h
||https://right.com.cn##img[src^="static/image/common/logo2.gif"]
||https://right.com.cn/logo/*.gif$image
!威锋
|https://bbs.feng.com##DIV[class="wrap"],[class^="a_pt"]
! 简书广告
||https://jianshu.com###web-note-ad-fixed
||https://jianshu.com###web-note-ad-1
||https://jianshu.com##div[class="recommended-author-wrap"]
||https://static.thefifthera.com/h5/wapSdk/asset/sdk
||https://jianshu.com###recommended-notes
! YouTube 网页版
||https://youtube.com###masthead-ad
||https://youtube.com/youtubei/v1/log_event
|https://googleads.g.doubleclick.net/pagead/id
||https://youtube.com/get_midroll_info
||https://youtube.com/youtubei/v1/log_event
||https://googleads.g.doubleclick.net/pagead/ads
! 百度文库去广告
||https://baidu.com/xpage/interface/get
||https://eduad.baidu.com^
||https://wk.baidu.com##div[class="bottom-bar-global"]
||https://cpro.baidustatic.com^
|https://wkstatic.bdimg.com/static/wkview/widget/ad
|https://wenku.baidu.com/view$s@/third_party/fengchao_plugin@/third_party@
|https://wk.baidu.com/view$s@component/foldPage@component@
! 手机百度首页去广告
|https://www.baidu.com##div[class="center-content"]
|https://m.baidu.com##div[class="center-content"]
|https://m.baidu.com###index-box
|https://www.baidu.com###index-box
|https://www.baidu.com##div[class="baiduappcall-wrap"]
|https://m.baidu.com##div[class="baiduappcall-wrap"]
|https://www.baidu.com###header > div:nth-child(7) > div
|https://m.baidu.com###header > div:nth-child(7) > div
|https://www.baidu.com##.index-banner.square-banner-icon
|https://www.baidu.com###index-card > div.blank-frame
! 新浪邮箱
||https://mail.sina.com.cn##div[class="connMod"]
||https://mail.sina.com.cn##div[class="ad1"]
||https://mail.sina.com.cn##div[class="extendAd"]
! 草榴社区 去除60秒等待 去除连接30秒等待,去除广告屏蔽不显示内容(kpr原则上不过滤黄网广告,但是草榴曾经封了我三个月的账号,得罪了方丈还想跑?)
||http://t66y.com$s@r2aeadS(){@noads(){@
||https://t66y.com$s@r2aeadS(){@noads(){@
||https://cnzz.com^$third-party
||http://cnzz.com^$third-party
||http://viidii.info$s@if(waittime==0)@if(waittime==29)@
||https://viidii.info$s@if(waittime==0)@if(waittime==29)@
||http://t66y.com##div[class^="tpc_icon"]
||https://t66y.com##div[class^="tpc_icon"]
||http://t66y.com##div[class^="sptable_do"]
||https://t66y.com##div[class^="sptable_do"]
||http://viidii.info/[email protected](spJson);@noad@
||https://viidii.info/[email protected](spJson);@noad@
||http://viidii.info/web$s@spinit(){@noad(){@
||https://viidii.info/web$s@spinit(){@noad(){@
||https://viidii.info/web$s@if(cnt!=1){@if(1!=1){@
||http://viidii.info/web$s@if(cnt!=1){@if(1!=1){@
!fodm
||fodm.net/$s@solid;width:960px;height:90px@solid;width:0px;height:0px@
||https://vip.51hyper.com
||fodm.net/##div[class="m-ads"]
||fodm.net/###content_box_60090
||fodm.net/###content_box_72890_out
||fodm.net/###forum_btn
|https://og.ylxxf.top
! 百度搜索广告
@@@@https://ss1.bdstatic.com
|https://ss1.bdstatic.com/*/r/www/cache/static/protocol/https/global/js
! 殁漂遥
||https://mpyit.com###sidebar > div > div[class="box"]
||https://mpyit.com/$s@<h3>合作伙伴</h3>@@
! 91wii
||https://91wii.com##img[id^="img_"],div[class^="a_"],[style^="display:inline-block;"]
! 蓝点网
||https://landiannews.com##section[class="ad"],div[class="NOTICE"],div[id^="metaslider_container"],ins[class="adsbygoogle"],section[id^="metaslider_widget"],div[class="slider-wrapper theme-default"],section[id^="custom_html"],section[id^="media_image"]
! 搜狗输入法
@@http://config.pinyin.sogou.com
!baidu贴吧
!|https://tieba.baidu.com/$s@<div class="l_post l_post_bright j_l_post clearfix ?????????? "@<div style="display:none"@
!|https://tieba.baidu.com/##div.t_con.clearfix
|https://tieba.baidu.com##.showBar,#fixed_bar
|https://tieba.baidu.com###pb_adbanner,[class="l_post l_post_bright j_l_post clearfix "],[class="list_item_wrapper j_click_stats"],[data-isautoreply="467"],[data-isautoreply="475"],[data-isautoreply="479"],div.BAIDU_CLB_AD.BAIDU_CLB_AD_pb,DIV.dialogJmodal,div.search_bottomad,DIV.game_spread_thread,DIV#game_rank,DIV#guide_fc.guidance_fc,DIV#j_ten_years,div.pc2client,LI.BAIDU_CLB_AD,DIV.BAIDU_CLB_AD_iframe,DIV#worldcup_guess_frs_wrap,DIV#j_worldcup_info_banner,DIV.game_frs_in_head,DIV.game_content,div[class^="spreadad spreadad_"],li.clearfix.spreadad.spreadad_0001,div[id^="spreadad_"],div.game_banner,div#guide_attrack.guide_attrack,ul.per_list_body.clearfix,[class*="j_thread_list clearfix thread_local_"],div.per_list.j_per_list.per_list_frs,div[id^=dasense_].dasense.dasense_0101,div[id^=dasense_].l_post_bright.dasense,div.lot_wrap,div.game_banner_common_wapper,DIV.u9_head.clearfix,div.global_notice_wrap,a.j_firework_sender.firework_sender,div#platform_left_float,div[class^="dasense dasense_"],li[id^="dasense_"],div.t_con.clearfix,a.j_couplet,div.item.live_show_aside ,div.iframe_wrapper.clearfix,li.j_df_card,DIV.post_is_tpoint,DIV.post_is_tpoint + DIV.p_content.p_content_icon_row1.p_content_nameplate,div.umoney,div[id^="__bdyx_tips"],div[class^="bdyx_tips_"],div#game_pop_window,[class="umoney-dialog"],img.close_btn.j_click_close,img.hover_btn,DIV#j_p_postlist > DIV.l_post.l_post_bright.j_l_post.clearfix + DIV[class$="clearfix"],DIV[class="j_carousel carousel"],[class="client_ad_topBanner_all"],div[id="pagelet_frs-aside/pagelet/ad"],div#game_live_list,div[id="pagelet_encourage-appforum/pagelet/my_app"],div.aside_region.my_app.j_encourage_entry,div.aside_region.life_helper,div#encourage_entry.encourage_entry,div[data-daid],li[data-daid],div.region_bright.my_app,div.tpoint-imgs,li[tid="79764372225"],[class^="frs_pb_leadapp_pop"],#plat_order_head,a[class="ti_item j_click_stats"],a[class="ti_item j_post_item_link"],[class="tb-multi-ad-wrap j_click_stats"],.j_pb_bottom,#cpro_container,#spage-top-banner,.spage-couplet-container,li[tid="94668300830"],[id="94668300830"],[id="94616159964"],li[tid="94616159964"],li[tid="96005294430"],.ad_app_download,[src^="http://adscdn.baidu.com/baichuan/adp/image/"],.tpoint-skin,.forum_recommend_w,[id="pagelet_frs-header/pagelet/head_content_middle"],[lgoinprompt="prompt"],li[tid="96601374387"],#duoku_servers_list,.activity_head,.top_toutu_admarks,.head_banner_img,.head_ad_tag,.l_banner,[class="j_click_stats img_wrap"],[data-field*="?=blockNum?"],.showBar
|https://tieba.baidu.com###plat_recom_carousel,.head_banner{height:75px;}
|https://tieba.baidu.com/p/$s@<div class="l_post l_post_bright j_l_post clearfix ?????????? "@<div style="display:none"@
|http://tieba.baidu.com/$s@<script> _.Module.use('adsense/widget/*</script>@@
|http://tieba.baidu.com/$s@<script> _.Module.use('padsense/widget/*</script>@@
|http://tieba.baidu.com/$s@_.Module.use('adsense-base/widget/*}]);@@
|http://tieba.baidu.com/p/$s@<div class="l_post l_post_bright j_l_post clearfix ?????????? "@<div style="display:none"@
|http://tieba.baidu.com/p/$s@<script> F.use('sadsense/widget/*</script>@@
|http://tieba.baidu.com/shipin/bw/video/play?kw=$s@adss=0@adss=1@
|http://tieba.baidu.com/shipin/bw/video/play?kw=$s@api_key=fe935cb962013ce188d26a129d1d5274@api_key=b24ab6248dace426097bb7b35df84c7c@
tieba.baidu.com###pb_adbanner,[class="l_post l_post_bright j_l_post clearfix "],[class="list_item_wrapper j_click_stats"],[data-isautoreply="467"],[data-isautoreply="475"],[data-isautoreply="479"],div.BAIDU_CLB_AD.BAIDU_CLB_AD_pb,DIV.dialogJmodal,div.search_bottomad,DIV.game_spread_thread,DIV#game_rank,DIV#guide_fc.guidance_fc,DIV#j_ten_years,div.pc2client,LI.BAIDU_CLB_AD,DIV.BAIDU_CLB_AD_iframe,DIV#worldcup_guess_frs_wrap,DIV#j_worldcup_info_banner,DIV.game_frs_in_head,DIV.game_content,div[class^="spreadad spreadad_"],li.clearfix.spreadad.spreadad_0001,div[id^="spreadad_"],div.game_banner,div#guide_attrack.guide_attrack,ul.per_list_body.clearfix,[class*="j_thread_list clearfix thread_local_"],div.per_list.j_per_list.per_list_frs,div[id^=dasense_].dasense.dasense_0101,div[id^=dasense_].l_post_bright.dasense,div.lot_wrap,div.game_banner_common_wapper,DIV.u9_head.clearfix,div.global_notice_wrap,a.j_firework_sender.firework_sender,div#platform_left_float,div[class^="dasense dasense_"],li[id^="dasense_"],div.t_con.clearfix,a.j_couplet,div.item.live_show_aside ,div.iframe_wrapper.clearfix,li.j_df_card,DIV.post_is_tpoint,DIV.post_is_tpoint + DIV.p_content.p_content_icon_row1.p_content_nameplate,div.umoney,div[id^="__bdyx_tips"],div[class^="bdyx_tips_"],div#game_pop_window,[class="umoney-dialog"],img.close_btn.j_click_close,img.hover_btn,DIV#j_p_postlist > DIV.l_post.l_post_bright.j_l_post.clearfix + DIV[class$="clearfix"],DIV[class="j_carousel carousel"],[class="client_ad_topBanner_all"],div[id="pagelet_frs-aside/pagelet/ad"],div#game_live_list,div[id="pagelet_encourage-appforum/pagelet/my_app"],div.aside_region.my_app.j_encourage_entry,div.aside_region.life_helper,div#encourage_entry.encourage_entry,div[data-daid],li[data-daid],div.region_bright.my_app,div.tpoint-imgs,li[tid="79764372225"],[class^="frs_pb_leadapp_pop"],#plat_order_head,a[class="ti_item j_click_stats"],a[class="ti_item j_post_item_link"],[class="tb-multi-ad-wrap j_click_stats"],.j_pb_bottom,#cpro_container,#spage-top-banner,.spage-couplet-container,li[tid="94668300830"],[id="94668300830"],[id="94616159964"],li[tid="94616159964"],li[tid="96005294430"],.ad_app_download,[src^="http://adscdn.baidu.com/baichuan/adp/image/"],.tpoint-skin,.forum_recommend_w,[id="pagelet_frs-header/pagelet/head_content_middle"],[lgoinprompt="prompt"],li[tid="96601374387"],#duoku_servers_list,.activity_head,.top_toutu_admarks,.head_banner_img,.head_ad_tag,.l_banner,[class="j_click_stats img_wrap"],[data-field*="?=blockNum?"],.showBar
tieba.baidu.com###plat_recom_carousel,.head_banner{height:75px;}
tieba.baidu.com/f^##a.j_click_stats,div.sponsor_banner
tieba.com##.carousel_item_img,[class="l_post l_post_bright j_l_post clearfix "],[class="list_item_wrapper j_click_stats"],[data-isautoreply="467"],[data-isautoreply="475"],[data-isautoreply="479"],div.BAIDU_CLB_AD.BAIDU_CLB_AD_pb,DIV.dialogJmodal,div.search_bottomad,DIV.game_spread_thread,DIV#game_rank,DIV#guide_fc.guidance_fc,DIV#j_ten_years,div.pc2client,LI.BAIDU_CLB_AD,DIV.BAIDU_CLB_AD_iframe,DIV#worldcup_guess_frs_wrap,DIV#j_worldcup_info_banner,DIV.game_frs_in_head,DIV.game_content,div[class^="spreadad spreadad_"],li.clearfix.spreadad.spreadad_0001,div[id^="spreadad_"],div.game_banner,div#guide_attrack.guide_attrack,ul.per_list_body.clearfix,[class*="j_thread_list clearfix thread_local_"],div.per_list.j_per_list.per_list_frs,div[id^=dasense_].dasense.dasense_0101,div[id^=dasense_].l_post_bright.dasense,div.lot_wrap,div.game_banner_common_wapper,DIV.u9_head.clearfix,div.global_notice_wrap,a.j_firework_sender.firework_sender,div#platform_left_float,div[class^="dasense dasense_"],li[id^="dasense_"],div.t_con.clearfix,a.j_couplet,div.item.live_show_aside ,div.iframe_wrapper.clearfix,li.j_df_card,DIV.post_is_tpoint,DIV.post_is_tpoint + DIV.p_content.p_content_icon_row1.p_content_nameplate,div.umoney,div[id^="__bdyx_tips"],div[class^="bdyx_tips_"],div#game_pop_window,[class="umoney-dialog"],img.close_btn.j_click_close,img.hover_btn,DIV#j_p_postlist > DIV.l_post.l_post_bright.j_l_post.clearfix + DIV[class$="clearfix"],DIV[class="j_carousel carousel"],[class="client_ad_topBanner_all"],div[id="pagelet_frs-aside/pagelet/ad"],div#game_live_list,div[id="pagelet_encourage-appforum/pagelet/my_app"],div.aside_region.my_app.j_encourage_entry,div.aside_region.life_helper,div#encourage_entry.encourage_entry,div[data-daid],li[data-daid],div.region_bright.my_app,div.tpoint-imgs,li[tid="79764372225"],[class^="frs_pb_leadapp_pop"],#plat_order_head,a[class="ti_item j_click_stats"],a[class="ti_item j_post_item_link"],[class="tb-multi-ad-wrap j_click_stats"],.j_pb_bottom,#cpro_container,#spage-top-banner,.spage-couplet-container,li[tid="94668300830"],[id="94668300830"],[id="94616159964"],li[tid="94616159964"],li[tid="96005294430"],.ad_app_download,[src^="http://adscdn.baidu.com/baichuan/adp/image/"],.tpoint-skin,.forum_recommend_w,[id="pagelet_frs-header/pagelet/head_content_middle"],[lgoinprompt="prompt"],li[tid="96601374387"],#duoku_servers_list,.activity_head,.top_toutu_admarks,.head_banner_img,.head_ad_tag,.l_banner,[class="l_post j_l_post l_post_bright "][data-field*="1990070693,"],[class="j_click_stats img_wrap"]
!笔趣阁小说
|https://m.biqule.com$s@else if (n > radm.ad0 && n <= radm.ad1)@else if (1 <= 0)@
|https://m.biqule.com$s@if (n <= radm.ad0)@if (1 <= 0)@
|https://m.shouyunvip.com$s@^(function(){var*}@(function(){}@
! 天猫精灵放行
@@@@||https://g-aicloud.alibaba.com
@@@@||https://asr-aicloud.alibaba.com
! GitHub 下载 上传放行
@@@@||https://s3.amazonaws.com
! 第一会所
|http://sis001.com###ad_text
! 百度输入法皮肤
@@@@|https://mime.baidu.com
! 有道云笔记
@@@@|https://note.youdao.com
! 國際版解鎖改版?
||https://tiktokv.com/$r@_region=CN@_region=JP@
||https://byteoversea.com/$r@_region=CN@_region=JP@
||https://musical.ly/$r@_region=CN@_region=JP@
!||https://tiktokv.com/$r@tz_name=Asia/Shanghai@tz_name=Asia/Tokyo@
||https://tiktokv.com/$r@sim_region=CN@sim_region=jp@
||https://tiktokv.com/$r@is_my_cn=1@is_my_cn=0@
! 美区抖音去水印下载
||https://musical.ly/$r@&watermark=1@@
! 日区抖音去水印下载
||https://tiktokv.com/$r@&watermark=1@@
! 国区抖音去水印下载(已失效)
!||https://snssdk.com$r@&watermark=1@@
!||https://amemv.com$r@&watermark=1@@
! B站直播上传放行
@@||http://v.smtcdns.net
@@@@||https://v.smtcdns.net
! 虎牙直播上传放行
@@||http://p2p.huya.com
@@@@||https://p2p.huya.com
! 驱动之家移动端
||https://tu.baixing.com
||https://bd-js.baixing.net/
||https://taboola.com/
||https://api.callget.cn/mediaAdLoad?tt=
||https://m.mydrivers.com##div[style="padding:0px 0px 0px 0px;text-align:center;"]
! 爱鼠绘!只看小姐姐, [01.08.19 13:53]
@@@@https://prod-u.ishuhui.com
! BT之家
|https://btbtt.us$s@background:url('/view/image/QT_QT.jpg')@background@
|https://btbtt.us$s@function createA(options)@function xxx(fuck Ad)@
|https://btbtt.us$s@display:block@display:none@
!美团外卖 Apple
@@@@https://catdot.dianping.com
@@@@https://report.meituan.com
@@@@https://api-unionid.meituan.com
! Hulu Browser [Block ads on Hulu's base plan.][19.08.19]
! Chrome Extension Author:Connor Virostek
|https://player.hulu.com$r@*/app.js@https://dev.tencent.com/u/shaoxia1991/p/hide_js/git/raw/master/hulu/app.js@
|https://player.hulu.com$r@*/external.js@https://dev.tencent.com/u/shaoxia1991/p/hide_js/git/raw/master/hulu/external.js@
! Prime Video [Exclusion][19.08.19]
@@@@||https://www.primevideo.com
裙下孤魂, [08.09.19 16:34]
! 漫画网站移动端
||accesstrade.com.vn^
||accesstrade.vn^
||ad.org.vn^
||ad.zing.vn^
||ad360.vn^
||adasiaholdings.com^
||adbro.me^
||admicro*.vcmedia.com^
||admicro*.vcmedia.vn^
||admicro.vn^
||adnetwork.vn^
||adpia.vn^
||ads-target.coccoc.com^
||ads.hosting.vcmedia.vn^
||ads.zaloapp.com^
||ads.zdn.vn^
||adservice.google.com.vn^
||adsota.com^
||adsplay.net^
||adsplay.xyz^
||adtima*.zadn.vn^
||adtima.vn^
||adtimaserver.vn^
||aiservice.vn^
||ambient-platform.com^
||ambientplatform.vn^
||anthill.vn^
||ants.vn^
||autoads.asia^
||banners-gallery.coccoc.com^
||bidgear-syndication.com^
||bidgear.com^
||cdn.comedia.coccoc.com^
||cityads.com^
||cityadstrack.com^
||cleverads.vn^
||cokhach.com^
||dable.io^
||dsmartvietnam.com^
||eclick.vn^
||ezimar.com^
||fff.com.vn^
||gammaplatform.com^
||itim.vn^
||klick.vn^
||ladipage.com^
||ladipage.net^
||ladipage.vn^
||landingpagelagi.vn^
||lavanetwork.net^
||laydata.com^
||log*.mp3.zing.vn^
||log.api.zaloapp.com^
||log.news.zing.vn^
||log.sdk.zadn.vn^
||log.zingmp3.vn^
||mangoads.vn^
||masoffer.net^
||mediad.asia^
||mediaz.asia^
||mediaz.vn^
||mediazcorp.com^
||mepuzz.com^
||metrics.coccoc.com^
||novanet.vn^
||novaon.asia^
||novaon.vn^
||novaonads.com^
||novaonx.com^
||nt-cdn.coccoc.com^
||ohchat.net^
||phanquang.vn^
||pinetech.vn^
||polyad.net^
||px.za.zaloapp.com^
||qc-static.coccoc.com^
||qc.coccoc.com^
||qc.coccoc.vn^
||qccoccocmedia.vn^
||rungrinh.vn^
||sharks.vn^
||shop-cdn.coccoc.com^
||shop.zalo.me^
||shop.zaloapp.com^
||shopping.coccoc.com^
||sp.zalo.me^
||static-ads.zaloapp.com^
||stats.zaloapp.com^
||tracking.*.zing.vn^
||uniad.vn^
||vads.net.vn^
||vads.vn^
||vclick.vn^
||viam.com.vn^
||vietad.vn^
||vietnamnetad.vn^
||yoads.net^
||yoads.network^
||yomedia.vn^
||younetmedia.com^
||zalo-ads*.zadn.vn^
||zlog.zingmp3.vn^
||zminer.zaloapp.com^
||zplayer-trk.zdn.vn^
||zplayer.trk.zapps.vn^
||123c.vn^
||ad-hcm.24hstatic.com^
||ad-hn.24hstatic.com^
||ad-img.icheck.com.vn^
||ad.24h.com.vn^
||ad.icheck.com.vn^
||ad.mwork.vn^
||ad.sunflower.vn^
||ad.vatgia.com^
||ad.vietbao.vn^
||ad.vkool.net^
||adchoice.com^
||adchoice.com.vn^
||adclient.vietnamnetjsc.vn^
||adfox.vn^
||admedia.com.vn^
||admin.sothuchi.vn^
||adnetwork.5imedia.vn^
||ads*.autodaily.vn^
||ads*.careerbuilder.vn^
||ads-cdn.fptplay.net^
||ads.baodatviet.vn^
||ads.careerbuilder.vn^
||ads.fptplay.net.vn^
||ads.home.vn^
||ads.ictnews.vn^
||ads.itsgroup.vn^
||ads.khoahocdoisong.vn^
||ads.phunuonline.com.vn^
||ads.tiki.vn^
||adserver.lag.vn^
||adsplus.vn^
||adt.com.vn^
||adx.kul.vn^
||adx.xemvtv.net^
||affiliate.k4.tinhte.vn^
||ailamtrieuphu.com^
||alivar.com.vn^
||alivar.vn^
||amobi.vn^
||api.nas.nct.vn^
||apinas.nct.vn^
||banner.5giay.vn^
||bgadx.com^
||clevernet.vn^
||click.xdeal.vn^
||clipbongda.info^
||clix.vn^
||core.vnecdn.com^
||cpx.vnecdn.com^
||delivery.senvangvn.com^
||delivery.vungtv.com^
||deltago.com^
||dt.vnecdn.com^
||events.vungtv.com^
||fptad.com^
||go.vnecdn.com^
||microad.vn^
||mobilead.vn^
||mobileads.dieuviet.com^
||myad.vn^
||ng-vn-notice.gameitop.com^
||phimmedia03.com^
||polyad.galaxypub.vn^
||qc.yan.vn^
||quangcao.24h.com.vn^
||quangcao.thanhnien.vn^
||quangcao.tuoitre.vn^
||quangcao247.com.vn^
||serving-ad.tv24.vn^
||stc-nas.nixcdn.com^
||stc.nas.nixcdn.com^
||trenddigital.vn^
||truoctran.com^
||tvnotice.kg.garena.vn^
||uniad.phimmoi.net^
||upfile16.mediaphim.com^
||vietbuzzad.com^
||vietdorje.com^
||vinaads.vn^
||alexajstrack.com^
||amcdn.vn^
||an.dongphim.net^
||an.xemvtv.net^
||analytics.bkav.com^
||analytics.easyvideo.vn^
||analytics.explus.vn^
||analytics.thethao247.org^
||analytics.tiki.vn^
||analytics.vnreview.vn^
||collect.ovp.vn^
||deqik.com^
||dt.tuoitre.vn^
||elogs.vnexpress.net^
||fbuser.ovp.vn^
||log.anninhthudo.vn^
||log.baodatviet.vn^
||log.baomoi.com^
||log.batdongsan.com.vn^
||log.giaoduc.net.vn^
||log.infonet.vn^
||log.kienthuc.net.vn^
||log.sggp.org.vn^
||log.thanhnien.vn^
||log.tienphong.vn^
||log.vietnamdaily.net.vn^
||log.vietnamplus.vn^
||log.vov.vn^
||log4x.nixcdn.com^
||logging.galaxypub.vn^
||logging.phunuonline.com.vn^
||logsbin.dantri.com.vn^
||s.baomoi.xdn.vn^
||s.kenh14.vn^
||s.soha.vn^
||s.tuoitre.vn^
||sharefb.cnnd.vn^
||staticad.thethao247.vn^
||stats.bizweb.vn^
||stats.dongphim.net^
||stats.vietnammoi.vn^
||thongke.24h.com.vn^
||thongke.baotintuc.vn^
||track-srv.vietnamnet.vn^
||track.icheck.com.vn^
||track.sendo.vn^
||track.srv.vietnamnet.vn^
||track.vatgia.com^
||tracker.tintucvietnam.vn^
||tracking.appwifi.com^
||tracking.meete.co^
||tracking.vht.com.vn^
||trackingapi.foody.vn^
||trackity.tiki.vn^
||trending.vn^
||userstats.shopee.vn^
||vtrack.vht.com.vn^
||web.f8.pyco.vn^
||web.stagingf8.pycogroup.com^
||widget.nhaccuatui.com^
||11bet.com^
||11bet.net^
||1xbetvn.com^
||388bet.vip^
||520xiaojin.com^
||88viet.com^
||8live.com^
||8live.net^
||8live.vip^
||8livevn.com^
||ae888.com^
||betvietnam.info^
||bong88net.com^
||bong99.com^
||casino888vn.com^
||datcuoc247.com^
||debet.com^
||fabet.com^
||fabetvn.com^
||fb88.com^
||fb88club.com^
||fb88en.com^
||fb88go.com^
||fb88live.com^
||fb88sports.com^
||five88.com^
||gdwbetvn888.com^
||gdwviet.com^
||go88.com^
||ibet889.com^
||income88.com^
||jbovn.com^
||k8vn03.com^
||letou8868.com^
||lode88.vip^
||lucky88.com^
||lucky88.net^
||m883d.com^
||m88cvf.com^
||m88my.com^
||m88vina.com^
||mansion66.com^
||mibet.com^
||mibet.mobi^
||mibet88.com^
||ms3388.com^
||ms88asia.com^
||ms88ca.com^
||nhanthuong88.com^
||nhat.game^
||nhatvip.net^
||one88.com^
||one88.fun^
||one88.us^
||one88.vn^
||sun.win^
||thethaofb88.com^
||v8.club^
||v9bet.com^
||vietbet.eu^
||viva88.com^
||vlott88.com^
||vn88.bet^
||vn88.biz^
||vn88.casino^
||vn88.club^
||vn88.com^
||w88.vin^
||w88bro.com^
||w88city.com^
||w88club.com^
||w88hn.com^
||w88yes.com^
||websvn.info^
||ww88club.com^
||zbet.com^
||zo.game^
||fuckbookvietnam.com^
||quangcaotructuyen247.com^
||sukientraogiaizalo.com^
||xmobliefacebook.com^
||152media.com^
||1rx.io^
||2leep.com^
||2mdn.net^
||2mdnsys.com^
||33across.com^
||360in.com^
||3lift.com^
||4dsply.com^
||a-ads.com^
||a4.tl^
||aatkit.com^
||aax-*-iad.amazon.com^
||accengage.com^
||acuityplatform.com^
||ad*.qq.com^
||ad-brix.com^
||ad-stir.com^
||ad.*.starwave.com^
||ad.daum.net^
||ad.download.cnet.com^
||ad.go.com^
||ad.gt^
||ad.plus^
||ad.youtube.com^
||ad4screen.com^
||adadvisor.net^
||adap.tv^
||adblade.com^
||adblox.net^
||adcaffe.com^
||adclixx.net^
||adcolony.com^
||addthis.com^
||addtoany.com^
||adeventtracker.spotify.com^
||adform.net^
||adfox.yandex.ru^
||adgrx.com^
||adhacker.online^
||adhaven.com^
||adhigh.net^
||adimages.go.com^
||adinfuse.com^
||aditms.me^
||adjust.com^
||adjust.io^
||adjustnetwork.com^
||adk2x.com^
||adkernel.com^
||admarketplace.net^
||admedia.com^
||admob.com^
||adnetasia.com^
||adnetworktech.com^
||adnow.cc^
||adnow.com^
||adnxs.com^
||adomik.com^
||adop.cc^
||adoptimize.com^
||adoptimize.info^
||adpushup.com^
||adrecover.com^
||adroll.com^
||adrta.com^
||ads*-adnow.com^
||ads*.msn.com^
||ads-d.viber.com^
||ads-fa.spotify.com^
||ads-twitter.com^
||ads.*.unity3d.com^
||ads.ak.facebook.com^
||ads.aws.viber.com^
||ads.bing.com^
||ads.cnet.com^
||ads.cnn.com^
||ads.gmodules.com^
||ads.nytimes.com^
||ads.snapchat.com^
||ads.twitter.com^
||ads.viber.com^
||ads.yahoo.com^
||ads.youtube.com^
||adsafeprotected.com^
||adsafety.net^
||adsapi*.snapchat.com^
||adsaro.net^
||adsatt.*.go.com^
||adsatt.*.starwave.com^
||adschoom.com^
||adserver.bing.com^
||adserver.yahoo.com^
||adservice.google.*^
||adsfactor.net^
||adsintl.starwave.com^
||adskeeper.co.uk^
||adsnative.com^
||adspirit.de^
||adspruce.com^
||adspsp.com^
||adsrvr.org^
||adstage-analytics.herokuapp.com^
||adswick.com^
||adswizz.com^
||adsymptotic.com^
||adsyndication.msn.com^
||adtarget.me^
||adtdp.com^
||adtech.de^
||adtechjp.com^
||adtechus.com^
||adtelligent.com^
||adthor.com^
||adtimes.nytimes.com^
||adtrackers.net^
||adtrue.com^
||advergine.com^
||advergine.ru^
||advertica.ae^
||advertising*.amazon.com^
||advertising.apple.com^
||advertising.com^
||advertising.snapchat.com^
||advertising.yahoo.com^
||advertising.yandex.ru^
||advertnative.com^
||advertserve.com^
||adview.cn^
||adx1.com^
||adxcorp.kr^
||adxxx.com^
||adxxx.info^
||adz2you.net^
||aerserv.com^
||affise.com^
||agentanalytics.com^
||aj1*.online^
||ajgc1*.online^
||ajx*.online^
||akaads*.starwave.com^
||alcmpn.com^
||alexametrics.com^
||alphonso.tv^
||amazon-adsystem.amazon.com^
||amazon-adsystem.com^
||amazon-adsystems.com^
||ambimob.com^
||amp-error-reporting.appspot.com^
||amplitude.com^
||amung.us^
||an*adserv.online^
||an.facebook.com^
||an.yandex.ru^
||analy.qq.com^
||analytics.go.com^
||analytics.google.com^
||analytics.msn.com^
||analytics.query.yahoo.com^
||analytics.snssdk.com^
||analytics.spotify.com^
||analytics.yahoo.com^
||aniview.com^
||answers.com^
||api.ads.*.go.com^
||api.mobojoy.baidu.com^
||app-adforce.jp^
||app-analytics*.snapchat.com^
||appadhoc.com^
||appads.com^
||appboy.com^
||appcloudbox.net^
||appdynamics.com^
||appearch.info^
||appier.net^
||applifier.com^
||applifier.info^
||applog.snssdk.com^
||applovin.com^
||applvn.com^
||appnext.com^
||appodealx.com^
||appsee.com^
||appsflyer.com^
||appspot.com^
||apptentive.com^
||apptimize.com^
||apptornado.com^
||apxadtracking.net^
||aralego.com^
||aralego.net^
||arsdev.net^
||arsena*.xyz^
||asianmedia.com^
||askingpoint.com^
||assets.adobedtm.com^
||assoc-amazon.com^
||atdmt.com^
||avazutracking.net^
||awaps.yandex.ru^
||awsync.yandex.ru^
||ayads.co^
||b2c.com^
||backtrace.io^
||bam-x.com^
||banners.itunes.apple.com^
||bannertrack.net^
||bat.bing.com^
||batch.com^
||batmobi.net^
||bazaarvoice.com^
||beacon.qq.com^
||beap*.yahoo.com^
||bebi.com^
||betrad.com^
||bfmio.com^
||bidfilter.com^
||bidr.io^
||bidswitch.net^
||bigclicker.me^
||bilsyndication.com^
||bizible.com^
||bj1*.online^
||bkrtx.com^
||blueseed.tv^
||blueserving.com^
||bnmla.com^
||bounceexchange.com^
||branch.io^
||brand-display.com^
||brand.ad^
||braze.com^
||breaktime-inc.com^
||breaktime.com.tw^
||bs.yandex.ru^
||btrace.video.qq.com^
||bttrack.com^
||bugly.qq.com^
||bzclk.baidu.com^
||c.bing.com^
||cacafly.net^
||casalemedia.com^
||cbsi.com^
||cbsileads.com^