-
Notifications
You must be signed in to change notification settings - Fork 0
/
BYD广告.txt
1875 lines (1875 loc) · 77.4 KB
/
BYD广告.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
[Adblock Plus 2.0]
! Description:本规则主要针对百度系网站,谷歌,必应等搜索引擎,萌娘百科,简书,知乎,CSDN等常用网站的广告以及下载APP提示
! Homepage: https://t.me/BYD_Radio
! Title: BYD广告
! Total Count: 1876
! Update Time: 2024-02-12
! by: TG @BYD_ARK
!+ NOT_OPTIMIZED
###ad-header-mobile-contener
###googleAD1
###googleAD2
###googleAD3
###googleAd
###googlead
###se-recommend-word-list-container
###yandex_ad
##.ad-block
##.ad_result
##.adsbygoogle
##.app-open
##.b_algospacing
##.biz_sponsor
##.btn_open_app_prompt_div
##.dl-banner-without-logo
##.double-left
##.double-right
##.g-open_app
##.google-ad2_fixed
##.google_adsense2
##.gpt_ads_box
##.gpt_ads_title
##.m-float-openapp
##.openApp
##.se-recommend-word-list-container
##DIV#googleads-popup.popup.visible
##DIV[data-text-ad]
##[ad_dot_url*="http"]
##[class*="ball-wrapper"]
##[class="result c-container new-pmd"][id="1"][tpl="se_com_default"][data-click="{"]
##[onmousedown*="ad"][h*="Ads"]
##div[id^="yandex_ad"]
.adsbygoogle
163.com###suning-bottom-banner
163.com,bilibili.com,longzhu.com##a[href*=".admaster."]
18comic.*#?#body .bot-per
18comic.org,18comic.vip,18comic1.art,18comic2.art###guide-modal
18comic.org,18comic.vip,18comic1.art,18comic2.art##.modal-backdrop
18comic.org,18comic.vip,18comic1.art,18comic2.art##a[href*=".taobao.com"]
18comic.org,18comic.vip,18comic1.art,18comic2.art##a[href^="http"]:not([href*="18comic."]) > img
18comic.org,18comic.vip,18comic1.art,18comic2.art##div[data-height="264"][data-width="956"]
18comic.org,18comic.vip,18comic1.art,18comic2.art##div[style^="position: fixed; top:"]
18comic.org,18comic.vip,jmcomic1.city,jmcomic1.win##div[style="cursor: pointer;"] > img[src*="/media/albums/"]
18comic.org,18comic.vip,jmcomic1.city,jmcomic1.win#?#:-abp-has(>script+ins)
18comic.org,18comic.vip,jmcomic1.city,jmcomic1.win#?#:not(body):-abp-has(>script[src*=".realsrv.com"])
18comic.org,18comic.vip,jmcomic1.city,jmcomic1.win#@?#:-abp-has(>script[src*=".realsrv.com"])
18comic.org,18comic.vip,jmcomic1.city,jmcomic1.win,jmcomic1.group##.bot-per-context
18comic.org,18comic.vip,jmcomic1.city,jmcomic1.win,jmcomic1.group##[data-group^='album_related'],[data-group^='all_bottom']
18comic.org,18comic.vip,jmcomic1.city,jmcomic1.win,jmcomic1.group##[data-group^='photo_center_']
18comic.vip##.float_left
18comic.vip##IMG[src^='//18comic.vip/media/albums/']
18comic.vip##div[data-group^="skyscraper_"]
18comic.vip#?#.thumb-overlay-albums > div[class][data-group^="photo_center_games_"]:has(> a[target="_blank"] > img)
18comic.vip,18comic.org##div[data-height="250"][data-width="300"]
3g.163.com##.area-card, .js-open-app, .js-area
3g.163.com##.main > div > div, .swiper-container-android, .s-openApp
3g.163.com##.widget-floatMenu, footer > span
@@||accounts.google.com^$popup
@@||ads.google.com^$domain=ads.google.com|analytics.google.com
@@||ads.spotify.com^$popup
@@||ads.taboola.com^$popup
@@||ads.tiktok.com^$popup
@@||ads.twitter.com^$popup
@@||ads.vk.com^$popup
@@||an.yandex.ru$domain=irr.ru
@@||an.yandex.ru$domain=nigma.ru
@@||api.browser.yandex.$stealth
@@||api.github.com^$stealth
@@||apkmirror.com^$generichide
@@||ask.com/web$document
@@||baidu.com/h.js$domain=19lou.com|baomihua.com|ihome99.com
@@||baidu.com/hm.js$domain=cainiao.com|dwz.cn|ramboplay.com|seo.chinaz.com
@@||baidu.com/location/ip?$domain=dominos.com.cn|saicmg.com|tanmizhi.com|tianqi.qq.com
@@||baidu.com/static/touch/js/lib/fingerprint.js$~third-party
@@||bilibili.com^*/web_page_view?$domain=message.bilibili.com
@@||bing.com/Passport.aspx$document
@@||bing.com/news/search?*InfiniteScroll=$document
@@||bing.com/search?$generichide
@@||bing.com/search?showselans=$document,subdocument,important
@@||bing.com/secure/Passport.aspx$stealth,important
@@||bing.com/translator/api/Translate/TranslateArray?$third-party,xmlhttprequest
@@||bing.com^$generichide
@@||cloud.google.com^$~third-party
@@||csdn.net/static/static/js/apps/popShow.js
@@||csdnimg.cn^$stealth,domain=csdn.net
@@||developers.google.com^$domain=developers.google.com
@@||duckduckgo.com/?q=$generichide
@@||ecosia.org^$elemhide
@@||google.com/maps/embed/v*/place?key=$stealth
@@||hoytv-live-stream.hoy.tv
@@||kh.google.com/rt/earth/$stealth,xmlhttprequest
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=apkmirror.com
@@||passport.yandex.ru^$stealth
@@||r.bat.bing.com/?ld=
@@||search.yahoo.com^$document
@@||startpage.com/adsense/search/async-ads.js$domain=startpage.com
@@||startpage.com^$elemhide,content
@@||support.google.com^$domain=support.google.com
@@||tpc.googlesyndication.com/pagead/js/$domain=googleads.g.doubleclick.net
@@||www.google.*/search?$generichide
@@||www.google.*/search?q=*&oq=*&aqs=chrome.*&sourceid=chrome&$popup,third-party
@@||yandex.com/search/?$generichide
@@||yandexcdn.com/ad/api/popunder.js$script
@@||youtube.com/ads/preferences/$popup
@@||youtube.com/live_chat?$stealth
[$path=/search]yandex.*#@?#.serp-list > li.serp-item:has(> div[data-bem*="organic"] > div.organic__title-wrapper > a[href][data-event-required])
adguard.com##.flash-wrapper__in
adrama.to#?#.post_sidebar > div.side_box:has(div[id^="mynewads_"])
amazon.*#@##recsWidget
amazon.*#@##sims-mobile-consolidated-3
amazon.*#@#.csm-widget-type-sponsored-products-mobile-list-card
amazon.*#@#.s-search-results > div[data-asin] div[data-component-props*="Sponsored"]
amazon.*#@#div[cel_widget_id="mobile-dp-sims_SPThematicBrand_Same"]
amazon.*#@#div[cel_widget_id^="tetris-"]
amazon.*#@#div[class*="btf_ad-placements-"]
amazon.*#@#div[data-cel-widget^="MAIN-SHOPPING_ADVISER-"]
amazon.*#@#div[data-csm-widget-type="sponsored-products-mobile-grid-card"]
amazon.*#@#div[data-slot="auto-sparkle-hsa-tetris"]
amazon.*#@#section[class*="csm-placement-id"]
amazon.*#@#span[class*="top-slot_hsa-id"]
amazon.*#@?##WrapperDivToHideBTF > div[cel_widget_id]:has(> div[data-a-remove-bottom-gutter] > div[data-a-card-type] > div[cel_widget_id="mobile-dp-sims_SponsoredProductsSimsDpThematicMobile"])
amazon.*#@?##similarities_feature_div span.threepsl-sponsored:upward(#similarities_feature_div)
amazon.*#@?#.mobile-sims-grid-card-view div.a-section > span[class*="_sponsored_"]:upward(.mobile-sims-grid-card-view)
amazon.*#@?#.s-search-results > div[data-asin]:has(> div[class] > div[cel_widget_id] > div[data-component-props*="Sponsored"])
amazon.*#@?#.sl-carousel-card-faceout-element:has(.sl-carousel-card-sponsored-label)
amazon.*#@?#div.s-result-item[data-asin=""]:has(> .sg-col-inner > div[cel_widget_id^="MAIN-VIDEO_SINGLE_PRODUCT-"])
amazon.*#@?#div[data-order-sm]:has(> div[data-csa-c-painter="ad-topper-desktop-card"]:first-child + div[data-csa-c-painter="enumclaw-slot-display-ad"]:last-child)
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.com.be,amazon.se,amazon.sg#@#div[cel_widget_id="sp-rhf-desktop-carousel_desktop-rhf_0"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.com.be,amazon.se,amazon.sg#@##sponsoredProducts2_feature_div
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.com.be,amazon.se,amazon.sg#@#div[cel_widget_id*="_SponsoredProducts"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.com.be,amazon.se,amazon.sg#@#div[cel_widget_id*="desktop-dp-"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.com.be,amazon.se,amazon.sg#@#div[cel_widget_id="sims-consolidated-3_csm_instrumentation_wrapper"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.com.be,amazon.se,amazon.sg#@#div[id^="sp_detail"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.com.be,amazon.se,amazon.sg#@#div[id^="sponsoredProducts"]
amazon.co.jp#@#span[class*="slot_adPlacements"]
amazon.com#@?##huc-page-container > div[role="complementary"]:has(a[href*="ref=huc_sponsor"])
amazon.com,amazon.de#@##huc-first-upsell-row
amazon.de#@##content > .a-spacing-top-large > .a-section[style="display: none !important;"] + .a-divider-normal
amazon.de#@##detailILMPercolate_feature_div
amazon.de#@##productAlert_feature_div
amazon.de#@#.sbx-mobile
amazon.de#@#.widgetId\=loom-desktop-brand-footer-slot_hsa-id
amazon.de#@#div[cel_widget_id="mobile-cart-carousels_SponsoredProductsPaginatedMobileCartEXPSubstitutesStrategy"]
amazon.de#@#div[class*="ad-topper"]
amazon.de#@#div[class*="thirdPartySponsorLink"]
amazon.de#@#div[data-cel-widget*="desktop-dp-sims_SponsoredProductsSims"]
amazon.de#@#div[data-cel-widget="desktop-rhf_SponsoredProductsRemoteRHFSearchEXPSubsK2ClickPagination"]
amazon.de#@#div[data-p13n-asin-metadata*="adId"]
amazon.de#@#span[cel_widget_id="MAIN-VIDEO_SINGLE_PRODUCT"]
amazon.de#@#span[class*="_adPlacements:"]
amazon.de#@#span[class*="widget=loom-desktop-inline-slot"]
amazon.de#@?##content > .a-spacing-top-large > .a-section:has(> .a-section > div[cel_widget_id="mobile-cart-carousels_SponsoredProductsPaginatedMobileCartEXPSubstitutesStrategy"])
amazon.de#@?##sc-checkout-prefetch + .a-section + .a-section > .a-section:has(> .a-section > div[data-p13n-asin-metadata*="adId"] )
amazon.de#@?#.s-result-list > div[data-asin].s-result-item:has( > .a-section > .widgetId\=loom-desktop-brand-footer-slot_hsa-id)
amazon.de#@?#.s-result-list > div[data-asin]:has(> .sg-col-inner > span[cel_widget_id="MAIN-VIDEO_SINGLE_PRODUCT"])
amazon.de#@?#div[class*="csm-placement-id-"]:has(> div[cel_widget_id^="adplacements"])
amazon.de#@?#div[data-asin]:has(> div.sg-col-inner > span[class*="widget=loom-desktop-inline-slot"])
amazon.de,amazon.com,amazon.co.uk,amazon.fr,amazon.in,amazon.it,amazon.es#@#div[class*="widget=loom-"][class*="FEATURED"]
amazon.in,amazon.fr,amazon.co.uk,amazon.de#@#.s-result-list > li[id^="result_"][style*="display: block;"]
android-doc.com,apk.tw,chaojizhibo.net,chtoen.com,dizhishengcheng.com,doitwell.tw,epinv.com,ff14angler.com,fxpan.com,haoweichi.com,logi.im,lspdfrcn.com,moa.tw,moe123.net,numberempire.com,playok.com,reh.tw,shenfendaquan.com,vaptcha.com#@#.adsbygoogle
android-doc.com,apk.tw,chaojizhibo.net,chtoen.com,dizhishengcheng.com,doitwell.tw,epinv.com,ff14angler.com,fxpan.com,haoweichi.com,logi.im,lspdfrcn.com,moa.tw,moe48.com,numberempire.com,playok.com,reh.tw,shenfendaquan.com,vaptcha.com#@#ins.adsbygoogle
apkmirror.com##.advertisement-text
apkmirror.com##.listWidget > .promotedApp
apkmirror.com##.listWidget > div[style="padding-top: 12px;"][class="appRow"]
apkmirror.com#$#.accent_bg.downloadButton { pointer-events: auto !important; cursor: pointer !important; }
apkmirror.com#$#.gooWidget.google-ad-square { display: block !important; }
apkmirror.com#$#body .ains { display: block !important; position: absolute !important; left: -3000px !important; }
apkmirror.com#$#body .gooWidget { display: block !important; position: absolute !important; left: -3000px !important; height: 310px !important; }
apkmirror.com#$#body .google-ad-square-sidebar { position: absolute!important; left: -4000px!important; display:block!important; }
apkmirror.com#%#//scriptlet('abort-on-stack-trace', 'document.querySelectorAll', '/Object\.visibleEl[\s\S]*?onload|Object\.vE/')
apkmirror.com#%#//scriptlet('remove-class', 'disabled', 'a.downloadButton.disabled')
apkmirror.com$$script[wildcard="*document.querySelector*.classList.add*.innerHTML*"][min-length="200"][max-length="700"]
apkmirror.com,tuxpi.com#@#.adslot
artbarricade.fandom.com##.notifications-box
avtb01.com,beauty321.com,aotu43.com,csdn.net##.ads
baidu.com###J-super-layer-promote
baidu.com###activateGuidePopupOuter
baidu.com###adCard
baidu.com###adMainTopLeft
baidu.com###adMainTopRight
baidu.com###adTitleRight
baidu.com###ad_xbox_1
baidu.com###ad_xbox_2
baidu.com###ad_xbox_3
baidu.com###asideLeft
baidu.com###asideRight
baidu.com###bdrainrwDragButton
baidu.com###bdyx_float_rb
baidu.com###cms-company
baidu.com###cms-scroll
baidu.com###content_right > div > div[id^="m"]
baidu.com###content_right > table > tbody > tr > td > div:not(#con-ar):not([class])
baidu.com###copyright + .banner
baidu.com###couplet-left
baidu.com###couplet-right
baidu.com###ec_im_container
baidu.com###exp-fixed-bottom
baidu.com###fc-left
baidu.com###fengchao-dialog
baidu.com###fengchaoad
baidu.com###gamePromo
baidu.com###ggbtm
baidu.com###index_banner_top
baidu.com###index_right_float
baidu.com###index_right_top
baidu.com###j-ad-first
baidu.com###j-ad-side
baidu.com###knowledge-answer
baidu.com###left-promotion
baidu.com###main > div[lgoinprompt="prompt"]
baidu.com###page-copyright.se-page-copyright.se-copyrig
baidu.com###page-copyright.se-page-copyright.se-copyright-zbios[style='margin-bottom: 50px;']
baidu.com###page_wrapper > div > .tgSGud4cOeqca
baidu.com###qrcode-chunwan
baidu.com###qtqy_container
baidu.com###relative_shop_flow
baidu.com###search-appPromote
baidu.com###search-union-ad
baidu.com###search_bottomad
baidu.com###sning1
baidu.com###sning2
baidu.com###sning3
baidu.com###spage-top-banner
baidu.com###video_push_box
baidu.com###wgt-ad-right-fixed
baidu.com###wgt-left-promo
baidu.com##.ad-block-1
baidu.com##.ad-list
baidu.com##.ad-platform-tips
baidu.com##.ad-taishan
baidu.com##.ad-vip-close
baidu.com##.ad-vip-close-bottom
baidu.com##.ad-wrapper
baidu.com##.adLog
baidu.com##.adTopImg
baidu.com##.adver-one-item-wrapper
baidu.com##.afd-ad
baidu.com##.afd-item
baidu.com##.app-guide
baidu.com##.app-side-ad
baidu.com##.app-side-banner
baidu.com##.apphint
baidu.com##.aside-inner > div[style*="height:"]
baidu.com##.b2c-universal-card-product-item-wrapper
baidu.com##.baiduapp-ad-container
baidu.com##.banner-active
baidu.com##.banner-cover
baidu.com##.banner-wrapper-defensive
baidu.com##.banner_center_adv2
baidu.com##.bannerdown
baidu.com##.barea-ad
baidu.com##.bds-list-ads
baidu.com##.bottom-guide
baidu.com##.bottom-right-dsp-ad-wrap
baidu.com##.brand-entry
baidu.com##.businessvip-wrapper
baidu.com##.c-container.ec-container
baidu.com##.c-result.result[srcid='mkt_ad_space']
baidu.com##.c-result[data-tpl="adv_wenku_fc"]
baidu.com##.c-video-player
baidu.com##.cbg-Ads
baidu.com##.chunwan-wrapper
baidu.com##.commentEmbed-backHomeCard
baidu.com##.content-adv
baidu.com##.corneradv
baidu.com##.cpc-adv-container
baidu.com##.desktop-guide
baidu.com##.download-app-parent
baidu.com##.ec-ad
baidu.com##.ec-ads-container
baidu.com##.ec-fc-ad-results
baidu.com##.ec-oad
baidu.com##.ec_ad
baidu.com##.ec_ad_results
baidu.com##.ec_im_container
baidu.com##.ec_pc_ad
baidu.com##.ec_sma_im
baidu.com##.ec_wise_ad
baidu.com##.ecom_pingzhuan
baidu.com##.ecomad-banner-loading
baidu.com##.experience-card-bar-wrap
baidu.com##.eye-catching-tpl-container
baidu.com##.fc-ad-line
baidu.com##.fc-wenku-ad
baidu.com##.first-card-container
baidu.com##.fufei-activity-bar
baidu.com##.game-adv-fram
baidu.com##.gg-content
baidu.com##.ggbtm-vip-close
baidu.com##.guide-to-univer-app-root
baidu.com##.guidetowkOperationwg-root
baidu.com##.home-app-promotion
baidu.com##.hotad-list-box
baidu.com##.icon-bdad
baidu.com##.img-adv-swap1
baidu.com##.intro-adv
baidu.com##.l-header-ad
baidu.com##.link-banner
baidu.com##.manual-spread
baidu.com##.nav_ads
baidu.com##.openAppCarsouselTpl
baidu.com##.openAppCommonTpl-100
baidu.com##.openBox-shareEntry
baidu.com##.opening-season-dialog
baidu.com##.opr-zhaopin-ad-ctn
baidu.com##.optimus
baidu.com##.pageLeftFixedAD
baidu.com##.pauseadv
baidu.com##.picad
baidu.com##.pop-manager-view-containter
baidu.com##.qb-other-answer-wmad
baidu.com##.quality-elinks
baidu.com##.reader-pop-manager-view-containter
baidu.com##.rec-feeditem
baidu.com##.recommend-goods-card
baidu.com##.redenvelope-small
baidu.com##.rel-exp-feed-ad-item
baidu.com##.result-op[tpl="b2b_prod"] > div > .c-border
baidu.com##.result-op[tpl="pc-education-fs"]
baidu.com##.result-op[tpl="sp_hot_sale"]
baidu.com##.result-op[tpl='sp_hot_sale']
baidu.com##.rightAd-skin
baidu.com##.rmb-carsousel-position-bottom
baidu.com##.rmb-growth-common-tpl-1-wrapper
baidu.com##.s-nativead-item
baidu.com##.s-news-banner-wrap
baidu.com##.s-news-special[data-url^="http://vip.baidu.com/"]
baidu.com##.s-tutorial-tip
baidu.com##.sam_iebrowser_banner
baidu.com##.school-promotion-pop-wrap
baidu.com##.se-page-relative
baidu.com##.se-recommend-word-list,#se-recommend-word-list-container
baidu.com##.search-aside-adWrap
baidu.com##.search-box-wrapper + .pager-container
baidu.com##.searchbox-exp > div[style="overflow: hidden;background: #fff;"]
baidu.com##.sf-wrap > .c-back + div[id]:last-child
baidu.com##.sfc-image-content-ad-container
baidu.com##.sfc-image-content-ad-xg-cell
baidu.com##.sfc-image-content-adrecomm
baidu.com##.sfc-image-content-adrootnew
baidu.com##.sfc-image-content-adtext
baidu.com##.sfc-image-content-waterfall-item > div:not([class]) > .sfc-image-content-cell
baidu.com##.slide-bner-adv-ret
baidu.com##.spage-couplet-container
baidu.com##.spread-wrap
baidu.com##.swan-ad-fc-feed
baidu.com##.tb-threadlist__item.tb-banner
baidu.com##.tc-card[tpl="fc_before_fixads"]
baidu.com##.text-advertise
baidu.com##.text-link-ads
baidu.com##.top-ad-cont
baidu.com##.top-banner-ad-wrap
baidu.com##.ts-qrcode
baidu.com##.under-tips
baidu.com##.union-tg
baidu.com##.v-s-tuiguang-wrap
baidu.com##.w-question-list[data-sign]
baidu.com##.wa-zp-exact-new-border
baidu.com##.wapAd
baidu.com##.wgt-ad-bmc
baidu.com##.wgt-ad-exp-pic
baidu.com##.wgt-ads
baidu.com##.wgt-bottom-ask
baidu.com##.wgt-bottom-union
baidu.com##.wgt-union
baidu.com##.yitiao-box
baidu.com##DIV#page-copyright.se-page-copyright[style='margin-bottom: 50px;']
baidu.com##DIV[class='qrcode call']
baidu.com##DIV[data-module='rec:undefined-undefined']
baidu.com##DIV[data-module='swan-ad-fc-feed'] DIV[sid][posid][prank]
baidu.com##DIV[style^='position: fixed; bottom: 0px; left: 0px; z-index: 300; width: 100%; height: 52px; background: rgb(255, 255, 255);']
baidu.com##[class*='index_godCard'][class*='index_noGuaranteeTag'][class*='index_adTextPosition'],[class^='index_brandEntry__'],[data-show*='swan-ad-fc-swiper-banner']
baidu.com##[class='result c-container new-pmd'][id='1'][tpl='se_com_default'][data-click='{']
baidu.com##[class^='ball-wrapper']
baidu.com##[srcid*="xcx_multi"]
baidu.com##[srcid*="zk_sc_header"]
baidu.com##[srcid="note_lead"]
baidu.com##[srcid^="34689"]
baidu.com##[srcid^="app_mobile_ex"]
baidu.com##[srcid^="app_mobile_simple"]
baidu.com##[srcid^="b2b_straight_wise_vertical_na"]
baidu.com##[srcid^="guanfanghao"]
baidu.com##[srcid^="lego_tpl"]
baidu.com##[srcid^="med_disease_kg"]
baidu.com##[srcid^="med_wz"]
baidu.com##[srcid^="sigma_celebrity_rela"]
baidu.com##[srcid^="sp_purc_atom"]
baidu.com##[srcid^="wenda_inquiry"]
baidu.com##a.ball-wrapper__3BTBO.c-blocka
baidu.com##div[class$="-ecom-ads"]
baidu.com##div[class*="fc-"][tplid]
baidu.com##div[data-ad]
baidu.com##div[id^="toast"]
baidu.com##div[style="padding: 20px 9px 20px 10px;widget:250px;height:250px;"]
baidu.com#$##content_left > div[style*="display:block !important;"]:not(.result) { position: absolute!important; left: -4000px!important; }
baidu.com#?#.c-gap-bottom-small:-abp-has(>a>div>div[class^="jr-stock-open-account-"])
baidu.com#?#.ec_wise_ad
baidu.com#@##header > div:last-child
baidu.com#@##page-pre
baidu.com#@##results > div[class]:not(.result):not(.result-op):not(.sp-rslt-bar)
baidu.com#@#.bds-list-ads
baidu.com#@#.share-line
baidu.com#@#div[class*="ads"]
baidu.com,bdimg.com###aside-ad
baidu.com,bdimg.com##.fengchao-wrap
baidu.com,bdimg.com##.fengchao-wrap-feed
baidu.com,bdimg.com##.shield-agent-tb-feed
baidu.com,bdimg.com##div.thread_item_box[style="position: relative;"]
baidu.com,bdimg.com#?#.l_post:-abp-has(div[class*=" fc-"])
baidu.com,bdimg.com#?#.thread_item_box:-abp-has(div[class*=" fc-"])
baidu.com,cntour2.com##.topBanner
baidu.com,comefromchina.com#@#.ad-block
baidu.com,youdao.com,yun.cn#@#.share-content
baidu.dj###ETE
baiduyun.wiki##.tecent-adsense
baijiahao.baidu.com##.contentPadding:is(.bottomTTSStruct, .contentMedia > div)
baijiahao.baidu.com##.infinite-scroll-component__outerdiv
baijiahao.baidu.com##.invokeAppBtnWrapper, .openImg, #headDeflectorContainer
baijiahao.baidu.com##.undefined, .headDeflectorContainer
baike.baidu.com###J-declare
baike.baidu.com##.article-copyright
baike.baidu.com##.baike-dynamic-wrapper
baike.baidu.com##.footer-wrapper>footer
baike.baidu.com##.pinzhuanWrap
baike.baidu.com##[class="qtqy-container"],[class="yitiao-content J-yitiao-content"],[class="yitiao-title"]
baike.baidu.com##[onclick^="page.Mixedor.mixedOpen(this,"]
bilibili.com###b_app_link
bilibili.com###fixed_app_download
bilibili.com###slide_ad + .ad-report
bilibili.com##.activity-slider[style="width: 1220px;"]
bilibili.com##.ad-e1
bilibili.com##.ad-f
bilibili.com##.ad-report
bilibili.com##.ad-report, .ad-floor
bilibili.com##.adblock-tips
bilibili.com##.banner-card
bilibili.com##.bili-dyn-ads
bilibili.com##.bili-video-card__wrap > a[href^="http"]:not([href*=".bilibili.com/"])
bilibili.com##.desktop-download-tip
bilibili.com##.eva-banner
bilibili.com##.gg-floor-module
bilibili.com##.gg-floor-module,#slide_ad,a[href^="//cm.bilibili.com"]
bilibili.com##.index-promote
bilibili.com##.online + .adpos
bilibili.com##.operate-card[data-target-url*=".miaozhen."]
bilibili.com##.operate-card[data-target-url*="doubleclick."]
bilibili.com##.title > span > a[href^="http"]:not([href*=".bilibili."])
bilibili.com##.topic-preview > li > a[href^="http"]:not([href*=".bilibili."])
bilibili.com##.video-page-game-card
bilibili.com##.video-page-game-card-small
bilibili.com##A[href*="cm.bilibili.com"][data-target-url*=".biligame."]
bilibili.com##A[href*="cm.bilibili.com"][data-target-url*=".biligame."] + .bili-video-card__info
bilibili.com##a[data-target-url*=".taobao.com"]
bilibili.com##a[href$="_suning.html"]
bilibili.com##a[href*=".doubleclick."]
bilibili.com##a[href*="cm.bilibili.com"][data-target-url*="gaoneng.bilibili.com"]
bilibili.com##a[href*="cm.bilibili.com"][data-target-url*="gaoneng.bilibili.com"] + .bili-video-card__info
bilibili.com##a[href*="cm.bilibili.com"][data-target-url]:not([data-target-url*=".bili"])
bilibili.com##a[href*="cm.bilibili.com"][data-target-url]:not([data-target-url*=".bili"]) + .bili-video-card__info
bilibili.com##a[href*="cm.bilibili.com"][data-target-url]:not([data-target-url*=".bilibili.com/"])
bilibili.com##a[href*="cm.bilibili.com"][data-target-url]:not([data-target-url*=".bilibili.com/"]) + .bili-video-card__info
bilibili.com##a[href="/video/av8587236/?tg"]
bilibili.com##bili-open-app div.open-btn
bilibili.com##bili-open-app ~ bili-open-app
bilibili.com##div[style*="height:"][data-loc-id]
bilibili.com##span[style*="height:"][data-loc-id]
bilibili.com#$?#.bili-video-card:has(.bili-video-card__info--ad) > .bili-video-card__skeleton { visibility: visible !important; }
bilibili.com#$?#.bili-video-card:has(.bili-video-card__info--creative-ad) > .bili-video-card__skeleton { visibility: visible !important; }
bilibili.com#$?#.container > div.floor-single-card:has(> div.skeleton) { remove: true; }
bilibili.com#$?#.ex-card-common:has(.gg-icon) { remove: true; }
bilibili.com#$?#.van-slide > .item:has(.bypb-icon) { remove: true; }
bilibili.com#?#.bili-video-card:has(.bili-video-card__info--ad) > .bili-video-card__wrap
bilibili.com#?#.bili-video-card:has(.bili-video-card__info--creative-ad) > .bili-video-card__wrap
bilibili.com#?#.eva-extension-body > .bili-video-card:-abp-has(.bili-video-card__info--ad)
bilibili.com#?#.video-card-common:-abp-has(>.card-pic>a[href*="cm.bilibili.com"][data-target-url])
bilibili.com#?#.video-page-special-card-small:-abp-has(>.card-box>.info>a[href^="http"]:not([href*=".bilibili.com/"]))
bilibili.to###yytf
bilibili.tv##.bstar-open-app
bing.com###BottomAppPro
bing.com###b_content > div#pole > div[class="ra_car_block ra_pole"] > div.ra_car_container
bing.com###b_content > main[aria-label] > #b_ims_bza_pole
bing.com###b_results > li[style*="padding-bottom: 8px;"][style*="235, 235, 235"]
bing.com###banner
bing.com###bepfo.popup[style^="visibility: visible"]
bing.com###bingBrand
bing.com###bnp_container
bing.com###bnp_hfly
bing.com###bnp_rich_div
bing.com###bnp_ttc_div
bing.com###hc_opalinst_cta
bing.com##.OpInNwWndw
bing.com##.ad_sc
bing.com##.b_ad
bing.com##.b_adPATitleBlock
bing.com##.b_adPATitleBlock + div
bing.com##.b_spa_adblock
bing.com##.bnp_btc
bing.com##.ins_exp.tds
bing.com##.ins_exp.vsp
bing.com##.mapsTextAds
bing.com##.mt-edge-extension
bing.com##.opal_serpftrc
bing.com##.shop_page .br-poleoffcarousel
bing.com##DIV#bnp_rich_div.bottom.bnp_rich_div_visible[data-priority='2']
bing.com#$##bLogoExp { display:block!important; }
bing.com#$#.b_ad { display: block !important; position: absolute !important; top: -9999px !important; }
bing.com#$#body .b_adLastChild { display: block !important; position: absolute !important; top: -9999px !important; }
bing.com#$#body .pa_carousel_mlo { display: block !important; position: absolute !important; top: -9999px !important; }
bing.com#$#body .pa_sb { display: block !important; position: absolute !important; top: -9999px !important; }
bing.com#$?#.b_restorableLink { remove: true; }
bing.com#%#//scriptlet('prevent-setInterval', 'logQueue', '10000')
bing.com#?#.b_ans.b_top.b_topborder:-abp-has(.bte_join)
bing.com#?#.insights > .insml > li > .ins_exp > div > ul > li > .ta_c > a[href*="/aclick?ld="]:upward(1)
bing.com#?#.slide:-abp-has(.rtb_ad_caritem_mvtr)
bing.com#?#.slide:has(> .tobitem > a > .rtb_ad_caritem_mvtr)
bing.com#?#.tob_calcontainer > div.slide:has(> div.tobitem > a[href*="/tracking?adUnit="])
bing.com#?#li[class="b_algo"]:-abp-has(.b_attribution[data-partnertag]+p[class])
bing.com#@##b_content > div#pole > div[class="ra_car_block ra_pole"] > div.ra_car_container
bing.com#@##b_content > main > #b_results > li:not(.b_algo):not(.b_ans):not(.b_mop):not(.b_pag)
bing.com#@#.adsMvC
bing.com#@#.b_adBottom
bing.com#@#.b_adLastChild
bing.com#@#.b_adPATitleBlock
bing.com#@#.b_adPATitleBlock + div
bing.com#@#.b_spa_adblock
bing.com#@#.pa_carousel_mlo
bing.com#@#.pa_sb
bing.com#@#.sb_adTA
bing.com#@#.shop_page .br-poleoffcarousel
bing.com#@#a[href*="/aclick?ld="]
bing.com#@#a[href^="https://www.bing.com/aclk?"]
bing.com#@#li.b_adBottom
bing.com#@#li[class=""][data-bm][style*="margin-bottom"]
bing.com#@$#.b_ad { position: absolute!important; left: -3000px!important; }
bing.com#@$#body .b_adLastChild { display: block !important; position: absolute !important; top: -9999px !important; }
bing.com#@$#body .pa_carousel_mlo { display: block !important; position: absolute !important; top: -9999px !important; }
bing.com#@?##b_results > .b_algo:has(> .b_caption > .b_attribution:matches-css-before(content: /url\(data:image/))
bing.com#@?##b_results > li :-abp-has(span:-abp-contains(Ad))
bing.com#@?##b_results > li.b_algo:has(> .b_caption > p:matches-css-before(content: /^(Ad|Ann\.|Annonce|An�ncio|Anzeige|Reklama| 5:;0<0|Reclam|Publicidade)$/))
bing.com#@?##b_results > li:has(> h2 + .b_caption > div.b_attribution:not([u]) + p[class])
blog.163.com###blog-163-com-toptips
blog.163.com###loftertextlinkad
blog.163.com###r_m163news
blog.163.com###r_mlofteriframe
blog.163.com###r_mlofteriframe2
blog.163.com###topbar_gachaArea
blog.163.com###topbar_lofterDldArea
blog.163.com###topbar_randShowArea
blog.163.com###topbar_yxpArea
blog.163.com##.m-regGuideLayer.f-trans
blog.163.com##.postadlayer
blog.51cto.com##.relatedArt.box
blog.csdn.net###article_content > link + a
blog.csdn.net###commentRewardForm
blog.csdn.net###formRewardBox
blog.csdn.net###kp_box_www_swiper_ban
blog.csdn.net###loginTag
blog.csdn.net##.app_abtest_btn_open
blog.csdn.net##.blog-slide-ad-box
blog.csdn.net##.comment-rewarddialog-box
blog.csdn.net##.comment-write-bt
blog.csdn.net##.env-box
blog.csdn.net##.feed-Sign-weixin
blog.csdn.net##.ios-shadowbox
blog.csdn.net##.m_toolbar_left_app_btn
blog.csdn.net##.passport-login-container
blog.csdn.net##.programmer1Box
blog.csdn.net##.spec_space
blog.csdn.net##.t0
blog.csdn.net##.toolbar-advert
blog.csdn.net##.unlogin-box
blog.csdn.net##.weixin-shadowbox
blog.csdn.net##SCRIPT[src^="https://csdnimg.cn/release/phoenix/vendor/linkCatcher/linkCatcher.js"] + .t0
blog.csdn.net##div[style="min-height:250px;"]
blog.csdn.net##dl[id^="yd_a_d_feed_"]
blog.sina.cn###pl-ad-after-comments
blog.sina.cn###pl-adtop-bar
blog.sina.cn###pl-blog-artad
blog.sina.cn###pl-blog-tbyy
blog.sina.cn###pl-float-bar
blog.sina.com.cn##div[style*="WiDTH: 200px;"][style$="HeiGHT: 300px"]
buscape.com.br#@#div[class^="Hits_SponsoredWrapper__"]
carview.yahoo.co.jp#@##ad_SS
chewy.com#?#.kib-carousel-item:-abp-has(.kib-product-sponsor)
cn.bing.com###id_qrcode_popup_positioner
cn.bing.com#?##b_results > li:-abp-has(.b_adProvider)
csdn.net###Topic_Top
csdn.net###asideCustom36733263
csdn.net###asideCustom65392991
csdn.net###footerRightAds
csdn.net###kp_box_476
csdn.net###kp_box_58
csdn.net###kp_box_www_swiper
csdn.net###layerd
csdn.net##.ad_class
csdn.net##.advert-bg
csdn.net##.banner-ad-box
csdn.net##.blog-column-pay
csdn.net##.blog_star_enter
csdn.net##.box.hot
csdn.net##.csdn-common-logo-advert
csdn.net##.csdn-tracking-statistics[style$="250px;"]
csdn.net##.edu-promotion
csdn.net##.el-dialog__wrapper + .activity
csdn.net##.float-left > div[id^="dmp_ad_"]
csdn.net##.fourth_column
csdn.net##.p4course_target
csdn.net##.padb0
csdn.net##.panel_body > div[style^="position:fixed;bottom: 0;"]
csdn.net##.passport-login-mark
csdn.net##.post_recommend
csdn.net##.pulllog-box
csdn.net##.recommend-ad-box
csdn.net##.recommend-item-box[data-track-click*="http"]:not([data-track-click*=".csdn."])
csdn.net##.right-item[data-track-click*="http"]:not([data-track-click*=".csdn."])
csdn.net##.toolbar-advert
csdn.net##.toolbar-redpack-advert
csdn.net##a[href="//gitbook.cn/new/gitchat/activity?utm_source=csdnblog1"]
csdn.net##li[data-type="ad"]
csdn.net#?##feedlist_id > li:has(> div[id^="kp_box_"])
csdn.net#?#aside > div.slide-outer:has(> div.box > div[adsid])
csdn.net,itboth.com,iteye.com,itkeyword.com###ad_pop
cupfox.app#?##outer-container > .model:has(> .model-content > a[href*=".jd.com"])
deepl.com##.AppBanner-module--banner--2Ezkw
disk.yandex.com,disk.yandex.ru##.direct-public__sticky-box
docs.google.com##.docs-ml-promotion
download.csdn.net##.ad_area_1
download.csdn.net##.blind_box
download.csdn.net##.btn
download.csdn.net##.passport-login-container
download.csdn.net##.quake-slider
duckduckgo.com##.js-atb-banner
duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion,duckduckgo.com#@##ads
duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion,duckduckgo.com#@#.highlight_sponsored
duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion,duckduckgo.com#@#.js-results-ads
duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion,duckduckgo.com#@#.result--ad > .result__body
duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion,duckduckgo.com#@#.results--ads
duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion,duckduckgo.com#@#.sponsored
e0838.com##.ad-txt + a
ecosia.org#@#.card-ad
ecosia.org#@#.js-ad
ecosia.org#@#.results-ads
finance.sina.cn##.m-sentiment-blk
forums.overclockers.ru#@#div[id^="yandex_ad"]
freejavbt02.com##.common_banner
freejavbt02.com##.header_banner
getafreenode.com##img[src="img/ad.jpg"]
github.com##.js-notice
github.com##a[href*=".aliyun.com/minisite/goods?"]
github.com##a[href="http://gk.link/a/103EK"]
github.com##a[href="https://start.aliyun.com/"]
github.com##a[href^="https://cloud.tencent.com/redirect."] > img
github.com##a[href^="https://openwrite.cn/"]
go.mail.ru#$#.response___wrapper > #js-bottomBar > div > div[class*="b"][class*="t"] > style + div { position: absolute!important; left: -3000px!important; }
go.mail.ru#$#.response___wrapper > #js-topBar > div > div[class*="p"][class*="t"] > style + div { position: absolute!important; left: -3000px!important; }
go.mail.ru#@#.response___wrapper > #js-bottomBar > div > div[class*="b"][class*="t"] > style + div
go.mail.ru#@#.response___wrapper > #js-topBar > div > div[class*="p"][class*="t"] > style + div
greasyfork.org##.ad-content
greasyfork.org##.ad-entry
h5.qzone.qq.com##.mod-native-tips-wrap
hackhw.com,ithome.com###hd_float
hao.360.cn###snatch-logo
hao.360.com#?#.cube-container div.cube-mod:has(span.adMark)
hao.360.com#?#.cube-list-recommend > div.cube-mod.cpc-card > div.cube-bd > div.cube-card > div.dh-cpcad-container:upward(div.cube-mod.cpc-card)
hk.yahoo.com##div[id^="my-ads"]
https://cdn.you.com/img/images/serp-module/google-play-store_CTA.svg
i.ifeng.com##.index_pageBottomBrandPic_1aXaS
ifeng.com###CA_left
ifeng.com###CA_right
ifeng.com###a_code
ifeng.com###baidualading
ifeng.com###client-spread
ifeng.com###funBar
ifeng.com###g_code
ifeng.com###hslide_sPic_baidu
ifeng.com###js_red
ifeng.com###js_videopause_container
ifeng.com###minefields_bottom
ifeng.com###optimusPrimeContentId
ifeng.com###optimusPrimeContentId_left
ifeng.com###qrCode
ifeng.com###sideBar[class^="box_"]
ifeng.com###swiper_bottom
ifeng.com###upApp1
ifeng.com###upApp2
ifeng.com###video_p
ifeng.com###wx
ifeng.com##.ad05
ifeng.com##.ad06
ifeng.com##.ad07
ifeng.com##.ad08
ifeng.com##.ad1000-2
ifeng.com##.ad1000_2
ifeng.com##.ad1000_box
ifeng.com##.ad200-2
ifeng.com##.adR01
ifeng.com##.ad_01
ifeng.com##.ad_04
ifeng.com##.ad_09
ifeng.com##.ad_12
ifeng.com##.adbest
ifeng.com##.adbox03
ifeng.com##.adpubpic
ifeng.com##.advmark
ifeng.com##.blockR.ipad_none:nth-last-child(2)
ifeng.com##.box_list_pic > a[href^="http://dol.deliver."]
ifeng.com##.conRgg
ifeng.com##.cont_bottom_Yy
ifeng.com##.cont_bottom_YySmall
ifeng.com##.fhsd
ifeng.com##.foot_top_box
ifeng.com##.h_top_box
ifeng.com##.index_allLook_kneEE
ifeng.com##.index_bottom_box_CCgoj
ifeng.com##.index_box_gSVh-
ifeng.com##.index_callupBtn_7BQho
ifeng.com##.index_headerIn_8MwXN
ifeng.com##.index_header_e8RAq
ifeng.com##.index_link_wek7z
ifeng.com##.index_more_NBjVW
ifeng.com##.index_more_box_EX8PQ
ifeng.com##.index_pageBody_-6tWp>setion>section
ifeng.com##.index_pageBottomBrand_UHTZx
ifeng.com##.index_relateVideo_f2iSz
ifeng.com##.index_wrap_r5HZC
ifeng.com##.jcsp
ifeng.com##.js_url[href^="http://dol.deliver."]
ifeng.com##.leftpopad
ifeng.com##.ljPop
ifeng.com##.luckybag
ifeng.com##.mr_top_box
ifeng.com##.newAdImg
ifeng.com##.news_ADbox
ifeng.com##.openApp[onclick^="loadOpen.init(download"]
ifeng.com##.pic1000
ifeng.com##.pic300
ifeng.com##.pic950
ifeng.com##.picNews
ifeng.com##.playad
ifeng.com##.popoxiu_topic
ifeng.com##.right_gg
ifeng.com##.slideImg-lGG7Uta-
ifeng.com##.top-tg
ifeng.com##.topAdBox
ifeng.com##.trade
ifeng.com##.vAdImg
ifeng.com##.vAdbox
ifeng.com##.v_adbox
ifeng.com##.yc_con_r
ifeng.com##.yiyuan
ifeng.com##.yy_right_bottom
ifeng.com##DIV[class^="enquiry_bottom"]
ifeng.com##[href^='https://mall.ifeng.com'],IMG[class^='picMark-'][src^='https://x0.ifengimg.com/']
ifeng.com##a[class^="bookrack-"]
ifeng.com##a[href*=".app"]
ifeng.com##a[href^="http://ids.deliver.ifeng.com/"]
ifeng.com##a[href^="http://yemei.tv/"]
ifeng.com##div[class*="SlideAd"]
ifeng.com##div[class="adbox02"]
ifeng.com##div[class^="adList"]
ifeng.com##div[class^="ad_"]
ifeng.com##div[class^="ad_box"]
ifeng.com##div[class^="adv0"]
ifeng.com##div[class^="adv1"]
ifeng.com##div[class^="bottomDbox"]
ifeng.com##div[class^="bottomSlide"]
ifeng.com##div[class^="bottom_box"]
ifeng.com##div[class^="container-"][content^="[object"]
ifeng.com##div[class^="coupletBox"]
ifeng.com##div[class^="d_box-"]
ifeng.com##div[class^="dbox"]
ifeng.com##div[class^="games_ad_"]
ifeng.com##div[class^="h"] > div[class$="-main"]
ifeng.com##div[class^="index_topBox_"]
ifeng.com##div[class^="index_top_box_"]
ifeng.com##div[class^="layout-"] > div#subNav + div
ifeng.com##div[class^="middleAd"]
ifeng.com##div[class^="pplive"]
ifeng.com##div[class^="ppx_wrap-"]
ifeng.com##div[class^="qrCode"]
ifeng.com##div[class^="rightContent-"] a[href^="//health.ifeng."]
ifeng.com##div[class^="silde_box-"]
ifeng.com##div[class^="slideBannerBox"]
ifeng.com##div[class^="topAd-"]
ifeng.com##div[class^="topBox-"]
ifeng.com##div[id^="couplet3_"]
ifeng.com##div[id^="padhide_"]
ifeng.com##section[class^="fixSlide-"]
ifeng.com#?#.box_list:-abp-has(.tuig)
ifeng.com#?#div[class^="index_yaowen_center"] div[class^="index_news_list_"]:has(a[target="_blank"] + img[src^="https://x0.ifengimg.com/feprod/"])
ifeng.com#?#div[class^="titleImg-"]:-abp-has(span[class^="source-"]:-abp-contains(�))
ifeng.com,qq.com###advert
ifeng.com,sohu.com##.ad950
ifeng.com,~mall.ifeng.com##A[href*="mall.ifeng.com"]
ilibili.com##.title > span > a[href^="http"]:not([href*=".bilibili."])
image.baidu.com###imgCmsAdPart
image.baidu.com###imgid > .fcimgpage
ip.sb##.wwads_abp
ip.sb##img[src="https://ip.sb/assets/images/rivencloud_ads.gif"]
ipv6.baidu.com,www.baidu.com,www1.baidu.com,xueshu.baidu.com#@##content_left > div:not([class]) > div[data-placeid]
irr.ru#@#.ad-link
ithome.com###a_ad
ithome.com###con > div[style="text-align:center"]
ithome.com###hd_float1
ithome.com###wapddfda21
ithome.com##.bx-recom2
ithome.com##.con-recom
ithome.com##.con_2 > .img_listbox
ithome.com##.indexV2 > div > a
ithome.com##.lapin
ithome.com##.open-app-banner
ithome.com##.rds
ithome.com##.related_buy
ithome.com##.rm-modal-bg
ithome.com##.rm-modal-body
ithome.com##.rm-modal1-bg
ithome.com##.rm-modal1-body
ithome.com##.sb_list > .bx
ithome.com##a[href*="/lapin."]
ithome.com##a[href*="/lapin."] + .ad
ithome.com##a[href="/html/363216.htm"]
ithome.com##a[href^="http://e.cn.miaozhen."]
ithome.com##div[style^="width:960px;height:60px;"]
ithome.com#$?#.t-b.sel > ul.nl > li:has(> a[href*="/lapin."]) { visibility: hidden !important; }
ithome.com#?#.bl > li:has(> a[href*="/lapin."])
ithome.com,zhihu.com##.AdblockBanner
ithome.com.tw###ad-on-top
ithome.com.tw##.ad-text-in-middle
ithome.com.tw##.span4:nth-child(5)
ithome.com.tw##.span4:nth-child(8)
ithome.com.tw##div[class="span4"]
iyf.tv##.player-right
jable.tv#?#div.col-6.col-sm-4.col-lg-12:has(> div.video-img-box > div.img-box > a[href*="?banner="])
jianshu.com###note-fixed-ad-container
jianshu.com###web-note-ad-1
jianshu.com##.aside > div[aria-label="3rd-ad"] + div:last-child
jianshu.com##.call-app-btn
jianshu.com##.download-app-guidance
jianshu.com##.self-flow-ad
jianshu.com##.top
jianshu.com##a[id^="web-note-ad"]
jianshu.com##div[aria-label="amc-ad"]
jianshu.com##section[aria-label="jianshu-ad"]
jianshu.com##section[class][aria-label="ad360-ad"]
jingyan.baidu.com###wgt-ad-guess > .ad-card, .feed-ad-wrap
jmcomic1.me##.top-a2db
juejin.cn##.app-open-button
juejin.cn##.open-button
lite.qwant.com#@?#.content > article.result:has(> p > span.ad)
live.bilibili.com##.container-wrapper[style="height:180px;min-width:1280px"]
live.bilibili.com##.container-wrapper[style="height:446px;min-width:1280px"]
live.bilibili.com#.web-player-module-area-mask
m.163.com##.backflow-floating
m.163.com##.js-open-app, .js-recommend-vip, .backflow-floating, .js-recommend.recommend
m.36kr.com##.app-track-banner-outer
m.36kr.com##.article-top-swiper-goapp
m.36kr.com##.float-app-button-wrp
m.amap.com##.call_native_button_wrapper
m.amap.com##.clearfix.shadow
m.baidu.com###format-banner
m.baidu.com###navs
m.baidu.com###page-copyright
m.baidu.com##._zpTVW
m.baidu.com##.banners.banners-2
m.baidu.com##.banners.banners-4
m.baidu.com##.blank-frame
m.baidu.com##.c-line-ivkmask
m.baidu.com##.callicon-warp
m.baidu.com##.d
m.baidu.com##.ec_ad_results
m.baidu.com##.ec_adv
m.baidu.com##.ec_wise_ad, .c-video-container, .c-blocka ec_title
m.baidu.com##.icp
m.baidu.com##.news_ad
m.baidu.com##.se-ft-promlink
m.baidu.com##.tab-tools
m.baidu.com##DIV#relativewords.se-relativewords.c-container.se-relativewords-new.c-bg-color-white
m.baidu.com##[srcid^="live_medical"]
m.baidu.com##[srcid^="med_mall_recommend_san"]
m.baidu.com##[srcid^="med_wz"]
m.baidu.com##a.square-enterance
m.baidu.com##a[href*="m.lecai.com"]
m.baomoi.com##.bm_Bp
m.baomoi.com##.footer__anchor-event
m.bilibili.com###openAppBtn
m.bilibili.com##.bili-avatar-nft-icon
m.bilibili.com##.bili-avatar-pendent-dom
m.bilibili.com##.bili-avatar-size-48
m.bilibili.com##.fe-ui-open-app-btn
m.bilibili.com##.index__openAppBtn__src-commonComponent-topArea-
m.bilibili.com##.m-video2-awaken-btn
m.bilibili.com##.mplayer-widescreen-callapp
m.bilibili.com##.nameplate-icon
m.bilibili.com##.natural-margin
m.bilibili.com##.openapp-dialog
m.bilibili.com##.sailing
m.bilibili.com##div[class*="-openapp"]
m.docin.com###docin_html_3
m.docin.com###header_plus_tips
m.docin.com###money
m.docin.com###money150
m.docin.com###money151
m.docin.com##.btnc_light_gold
m.docin.com##.foldpagewg-bottom
m.docin.com##.open_in_app
m.douban.com##.app-link
m.douban.com##.btn
m.douban.com##.nav-open-app
m.douban.com##.talion-nav-footer
m.douban.com##div[style="position: fixed; top: 0px; overflow: hidden; z-index: 2147483647; background-color: rgba(0, 0, 0, 0.5); height: 110%;"]
m.douban.com##div[style="position: relative;margin: 0 -18px"]
m.douban.com##img[src="https://img1.doubanio.com/f/talion/1c887848ff2671f8ae3a4530ab32e268b98a04cd/pics/card/download_app_banner.png"]
m.duitang.com###__next>.am-flexbox-align-center:contains(首页):style(margin-top:-44px !important)
m.duitang.com###__next>.am-flexbox-align-center:has(#topBtn1)
m.duitang.com###top-swiper-box, #bottomBrowBtn2, #openAppInBlog
m.hupu.com##.tabs-component-search-app
m.huya.com##.btn-open-adpp
m.huya.com##.header-app-btn
m.huya.com##.input-text
m.huya.com##.open-app-button
m.huya.com##.show_more
m.ithome.com##.hot-app, .open-app, .open-app-banner, .brand-column-lapin
m.ithome.com##.placeholder:has(.tip-gray)
m.qidian.com###appDownloadNex
m.qidian.com###bookDetailDownload
m.qidian.com##._bottomNavDl_1vaag_1777
m.qidian.com##._footerBackTopCell_1eu4r_203
m.qidian.com##.auto-tr
m.qidian.com##.first-item
m.qidian.com##.footer-backtop-cell
m.qidian.com##.footer-copy
m.qidian.com##.inset-0
m.qidian.com##.js-download-link
m.qidian.com##.mask
m.qidian.com##.regular
m.qidian.com##.secondary-r
m.sm.cn###footlink
m.sm.cn###sc_app_game_reco_1_6
m.sm.cn##.ad-alert-info
m.sm.cn##.app-bottom-info
m.sm.cn##DIV.ad-alert-info
m.sm.cn##DIV[ad_seid],.dl-banner-lg.card
m.sohu.com###middleText, #middleBanner, #bottomBanner, .common-ad, #CallAppContainer
m.sohu.com##.center-header, body > div > [src], .feed-list-scoped > div
m.sohu.com##.f:has(span.ad-tag), .feed-item-scoped:has(span.tag)
m.sohu.com##.feed-list-scoped > div[data-spm-type="content"]
m.sohu.com##.info-banner-wrapper, .top-bill-wrapper, .middle-insert-ad
m.taobao.com##.install-app
m.taobao.com##body > button[style*="position: fixed;"]
m.taobao.com##body > div#SLK_manualPopBox
m.thepaper.cn###moblink_header
m.thepaper.cn##[class^=index_footer_banner]
m.toutiao.com##.download-bar__container
m.toutiao.com##.float-activate-button
m.toutiao.com##div[id^="top-banner-container-"]
m.weibo.cn##.m-btn
m.weibo.cn##.npage-bg
m.weibo.cn##.npg-bwrap
m.weibo.cn##.wrap
m.weibo.cn##img[src="https://simg.s.weibo.com/20210521_hot_banner_h5.png"]
m.yahoo.co.jp###log-rsab
m.yahoo.co.jp##.RichSmartAppBanner
m.yahoo.co.jp##div[class^="RichSmartAppBanner_"]
m.yahoo.co.jp##div[class^="sc"] > a[href^="https://app.adjust.com/"]
m.yahoo.co.jp#$##log-modal { display: none !important; }
m.youku.com###banner
m.youku.com##.cmt-more
m.youku.com##.cmt-more-cont
m.youku.com##.download
m.youku.com##.hdwrap
m.youku.com##.recommend
m.youku.com##body > [style="width: 100px; height: 100px; position: fixed; top: auto; right: 0px; bottom: 0px; left: auto; z-index: 188;"]:not([class]):not([id])
m.youku.com,v.youku.com#%#//scriptlet('set-constant', 'Object.prototype._adData', 'emptyObj')
m.youm7.com##.mobileAdvFooter
m.youtube.com###koya_child_6
m.youtube.com##.companion-ad-container
m.youtube.com##.related-chips-slot-wrapper>ytm-slim-video-metadata-section-renderer>ytm-watch-metadata-app-promo-renderer
m2.baidu.com###navs
m2.baidu.com###page-copyright
m2.baidu.com##.banners.banners-2
m2.baidu.com##.banners.banners-4
m2.baidu.com##.blank-frame
m2.baidu.com##.c-line-ivkmask
m2.baidu.com##.callicon-warp
m2.baidu.com##.ec_ad_results
m2.baidu.com##.ec_adv
m2.baidu.com##.ec_wise_ad, .c-video-container, .c-blocka ec_title
m2.baidu.com##.news_ad
m2.baidu.com##.se-ft-promlink
m2.baidu.com##[srcid^="live_medical"]
m2.baidu.com##[srcid^="med_mall_recommend_san"]