summaryrefslogtreecommitdiffstats
path: root/uAssets/thirdparties/easylist/easylist-notifications.txt
blob: 0296473cc3aaca759e0b033ff867b9f339fe74a1 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
[Adblock Plus 2.0]
! Title: EasyList – Notifications
! Last modified: %timestamp%
! Expires: 7 days (update frequency)
! *** easylist:template_header.txt ***
!
! Please report any unblocked adverts or problems
! in the forums (https://forums.lanik.us/)
! or via e-mail (easylist@protonmail.com).
!
! Homepage: https://easylist.to/
! Licence: https://easylist.to/pages/licence.html
! GitHub issues: https://github.com/easylist/easylist/issues
! GitHub pull requests: https://github.com/easylist/easylist/pulls
!
!--------------------------General blocking rules-----------------------------!
! *** easylist:fanboy-addon/fanboy_notifications_general_block.txt ***
-fb-notification/
-push-notification.$domain=~github.com
-push-notification/$domain=~github.com
-push-worker-
/amp-user-notification-
/amp-web-push-
/assets/www/notification.
/av/push-
/build/push.js
/checkPush.js
/content/js/push.js
/fcmPush.js
/FeedifySW.js
/flying_push.
/get_onesignal_
/gm-push-notification-
/ilabspush.
/imports/notifications.
/inpl.webpush.
/jquery-notification.
/jsb/pushnotifications?
/maximizly-push.
/modules/notifications.$domain=~forum.vivaldi.net
/mp-web-notification.
/multi-desktop-notification.
/myPushDc.
/nadz-sdk.
/netmera_worker.
/notification-ext.
/notification-prod-sw.js
/notification-sw.js
/notification/indexdbwrapper.
/notification/notify.js
/notifications_lazy.
/notifyme.js
/notifyme.min.js
/one-signal.
/onesignal-free-
/onesignal-modal.
/onesignal.js
/onesignal.min.
/onesignal/manifest.
/onesignalfix.
/OneSignalSDK-
/OneSignalSDKUpdaterWorker.
/OneSignalSDKWorker.
/openpushwoosh_
/perfecty-push-
/plugins/tfnotifier-wp/*
/plugins/wp-notification-bars/*
/prpushsw.
/push-notification-
/push-notification.
/push-notification/*
/push-notifications.$~stylesheet
/push-notifications/*
/push-notifications?
/push-pro-site-settings/*
/push-sw.
/push-worker-$script
/push-wrap.js
/push.*/list_notificaciones.php
/push/notification-
/push/offer/*
/push/sbscr.
/push/sbscrp.
/push/subscribe.
/push_app.js
/push_newsletter_
/push_notification.
/push_notification/*
/push_notification_
/push_notifications.
/push_subscription.
/push_token_
/pushes/firebase.
/pushes/notification.
/PushexSDK.
/pushly-sdk.
/pushly-sw.
/pushmessageworker.
/pushnews.min.
/pushnote-
/pushnotification.
/pushNotifications.js
/pushnotifications/*
/pushNotificationSdkNew.
/pushpro-lib.js
/pushpushgo/*
/pushsubscribe.
/pushtoast-
/pushv2.js
/pushwoosh-
/pushwooshNotification/*
/pushy-ver.js
/russmediapush/*
/scripts/onesignal.
/sendpulse/*$domain=~sendpulse.ua
/sendsay_push_
/site-notification-desk.
/sna-pushwoosh.
/subscribe-push-notifications.js
/t2push.
/wdt_notifyjson.
/web-push-
/web-push-notification/*
/web-push-worker.
/web-push.
/web-push/init.
/webalert-notification
/webnotf.js
/webnotification.
/webpush-production.js
/webpush.
/webpush/*
/webpush_register.
/webPushIframe.
/webPushNotifications.
/wonderpush,
/wonderpush.
/wordpress-fire-push/*
_push_sw.
_revotas_push.
! Mobile notifications
/app-banner/*$xmlhttprequest
/jquery.androidbanner.js
/js-mobile-*/header_$script
/js/jquery.smartbanner.js|
/js/jquery.smartbanner.min.js|
/mobile-welcome-overlay/*$script
/smart-app-banner.js
!------------------------General element hiding rules-------------------------!
! *** easylist:fanboy-addon/fanboy_notifications_general_hide.txt ***
###FCMpush-slidedown-container
###NotificationsAskMsg
###SubscribePush
###SubscribePushNotificationPanel
###Znotify_Prompt
###\5f __tdspushdiv
###___ndtvpushdiv
###app-promo-overlay
###auplusflash
###auwnotificationpopup
###bigpicture-webpush-widget
###browser-notifications-prompt
###confirmaPush_Cont
###cont_webpush
###crocopush_banner
###desktop-notification-ask-dialog
###desktop-notifications
###dialog-push-notification
###divPnot
###edrone--push--alert--box
###frizbit-prompter
###ggpush-main-area
###grow-consent-modal
###hint-push-service
###ilabspush-optin-container
###jeapie-prompt-widget
###js-gcm-notif
###lwp-popover-container
###modalCognitoPush
###my_web_push_app_box_confirm
###nlSubscriptionCookie
###noti_msg
###noti_subscribe_dialog
###notification-permission
###notification-push
###notificationAllowPrompt
###notificationPopUp
###notificationPopup
###notify-optin-wrap
###og-banner
###oiNotification
###onesignal-popover-container
###pa-push-notification-subscription
###popUpNotification
###push-alert-block
###push-notification
###push-notification-box
###push-notification-pop-up
###push-overlay
###push-prompt
###push-subscription-button
###push-subscription-prompt
###pushAdUpBanner
###pushNotification
###pushNotification-disclaimer
###pushOffer
###pushSec
###pushSubscribeModal
###push_alert
###push_notifications
###push_subscribe
###push_switcher
###pushbanner
###pushinstruments_popup
###pushpushgo-container
###pushwoosh-pop
###qrzpush-prompt-widget
###shopify-section-order-notifications
###smart_push_smio_overlay
###smart_push_smio_window
###spm_msg_push_notification
###subscribeToPush
###visilabs_web_push_perm_box
###web-alerts-modal
###web-push-prompt
###webPushPopup
###webpush-info-div
###webpushSelctorFormId
###webpush_modal
###webpush_overlay_back
###webpush_soft_prompt
###webpushr-prompt-wrapper
###widget-pushNotification
##.FCMpush-slidedown-container
##.PushNotification--base
##.PushNotification--top
##.PushNotification-popover-dialog
##.PushSubscription-block
##.apn-popover-container
##.b-notification-push
##.b-push-notification
##.bk-wonderpush
##.block-sbase-bene-newsletter
##.branded-app-shortcode-inarticle
##.bs-push-noti
##.bubble-push
##.c-push-notification
##.cleverpush-backdrop
##.cleverpush-confirm
##.cont_webpush
##.contentwebpush
##.desktop-notification-ask-dialog
##.dmgpush-popover-container
##.e-push-notification-popup
##.et_push_notification
##.firebase-slidedown-container
##.frizbit-prompt
##.grv-dialog-host
##.hs-push
##.htpush-chrome-style-notification
##.i-push-notification
##.id-StoryElement-embed--cleverPush
##.insider-opt-in-notification
##.item-newsletter-form
##.j-push-notifications-feature
##.jeg_push_notification_content
##.js-custom-push-notifications
##.js-notifications-button
##.js-push-allow
##.kraken-popup
##.lightbox-push
##.m-notifications-banner
##.m-webpush-layer
##.message-push-notification
##.modal-push
##.naf-web-notifications-popup
##.nav-link--notification-handler
##.notBar
##.notf-overlay
##.notificacao.registerPush
##.notification-prompt-wrapper
##.notification-pwa
##.notification-upsell-push
##.notify-optin-wrap
##.ns-notification-popup
##.ntfc_overlay
##.ntfc_popup
##.oi-notify
##.page__notifications
##.perfecty-push-dialog-container
##.push-area-btn
##.push-bx
##.push-message
##.push-modal-wrapper
##.push-notice
##.push-notification-box
##.push-notification-opt-in
##.push-notification-popover
##.push-notification-prompt
##.push-notifications-primer
##.push-overlay
##.push-popup
##.push-subscription-alert
##.push-subscription-button
##.push-subscription-prompt
##.push-subscription-wrapper
##.push-wrap:not(body):not(html)
##.push-wrapper:not(body):not(html)
##.pushNotWrap
##.pushNotification
##.push_back
##.push_notification
##.push_notifications_alert
##.push_subscribe
##.push_warn
##.pushinstruments
##.pushly_popover
##.pushowl-optin
##.pwa-modal-prompt
##.rdmapps-push-dialog
##.setrow-push-popup-container
##.showtvPushOverlay
##.simple-subscription-form
##.softPush_notification
##.surveymonkey-popup
##.tsoft-push--in-notification
##.ud_webpush_sticky
##.web-notification
##.web-push
##.web-push-box
##.webpush_wrap
##.window-push
##.wordpress-fire-push-popup
##.ys-push
##[data-cypress="soft-push-notification-modal"]
##[soft-push-notification-modal]
##amp-web-push-widget
##div[class^="container_NotificationsBanner_"]
! Mobile Notifications
###SmarterBannerContainer
###appInstallNotification
###appinstall_bnr
###aside-app-banner
###bannerInstallApp
###branch-banner-iframe
###custom_smartbanner
###daraz-smart-banner
###download_app_banner_btn
###floatingAppButton
###head-app-download
###inlineBannerForApp
###iossmartbanner
###js-getAppHeader
###mn-app-banner
###smart-bnr-rbcapp
###smartbanner-desktop
###smartbanner.android
###smartbanner.ios
###xm_app_stickyHeader
##.app-ad-container-desktop
##.app-banner-container
##.app-banner-header
##.app-down-banner-container
##.appInstlBnr
##.app_banner_link
##.appbnr-box
##.appdown_popup
##.banner-download-app-hidden
##.branch-banner
##.c-app-banner-header-wrap
##.c-app-install
##.c-install-banner
##.c-notification-link-app
##.cept-banner-link
##.footer-app-download
##.footer__download-app-container
##.gh-app-banner
##.gta-header-banner
##.header-app-banner
##.headerGetApp
##.installAppPopup-top
##.js-link-to-app
##.js-openAppBox
##.mobile-app-banner
##.mobile-download-app-tout
##.mobile-web-redirect-bar
##.mopile-app-banner
##.native-app-banner
##.open-app-banner
##.p-webtoapp-banner
##.rsttop-webtoapp-banner-overlay
##.smart-banner-collection
##.smart-banner-download
##.smartbanner--android
##.smartbanner--ios
##.smartbanner-android
##.smartbanner-container
##.smartbanner-desktop
##.smartbanner-ios
##.smartbnr-android
##.smartbnr-ios
##.tmblr-iframe--app-cta-button
##.z-bit-smartbanner
##[class^="adjust-smart-banner"]
##a[href^="http://www.mobi24.net/"]
##a[href^="https://www.mobi24.net/"]
##amp-app-banner
! substack
##.subscription-widget-wrap > .show-subscribe
! spot.im Notifications
##[class*="NotificationsBell__notificationsWrapper-"]
! International
###uutiskirje-nosto
!-------------------------Third-party blocking rules--------------------------!
! *** easylist:fanboy-addon/fanboy_notifications_thirdparty.txt ***
||api-push.com^$third-party
||bildirnet.com^$third-party
||braze.com^$third-party
||cappushino.com^$third-party
||cdn.qgr.ph^$third-party
||cdn.qgraph.io^$third-party
||centrnotify.com^$third-party
||checke.biz^$third-party
||confirmit.com^$third-party
||conforama-push.com^$third-party
||contentsitesrv.com/js/push/$third-party
||css.xjsx.lol^$third-party
||digipush.io^$third-party
||dpns-notifications.com^$third-party
||easyfeeed.com^$third-party
||evolok.net^$third-party
||farteniuson.com^$third-party
||getnotification.me^$third-party
||irpush.com^$third-party
||jubi.ai/buttonbot/$script,third-party
||krakenoptimize.com^$third-party
||luravius.com^$third-party
||neopush.io^$third-party
||news2day.me^$third-party
||notification-time.com^$third-party
||notification.tubecup.net^
||notix.io^$third-party
||ntvsw.com^$third-party
||partishion.com^$third-party
||pathlime.com^$third-party
||popmechanic.ru^$third-party
||propush.net^$third-party
||puscomosca.com^$third-party
||push-centr.com^$third-party
||push-centr.net^$third-party
||push-engage.com^$third-party
||push-notifications.top^$third-party
||push-pro.net^$third-party
||push.bytesignal.com^
||push.daksham.in^$third-party
||push.delivery.ethinking.de^
||push.delivery^$third-party
||push.esputnik.com^
||push.getbeamer.com^
||push.knd.ro^
||push.newscraft.io^
||push.reamaze.com^
||push.rollout.io^$third-party
||push.world^$third-party
||pushaddict.com^$third-party
||pushango.com^$third-party
||pushassist.com^$third-party
||pushaya.com^$third-party
||pushbaza.com^$third-party
||pushbots.com^$third-party
||pushbox.info^$third-party
||pushcentr.com^$third-party
||pushchev.info^$third-party
||pushcrew.com^$third-party
||pushdealer.com^$third-party
||pushe.co^$third-party
||pusherapp.com^$third-party
||pushinpage.com^$third-party
||pushinstruments.com^$third-party
||pushjunky.com^$third-party
||pushkahouse.com^$third-party
||pushkaplus.com^$third-party
||pushly.com^$third-party
||pushmaster-cdn.xyz^$third-party
||pushmejs.com^$third-party
||pushnews.eu^$third-party
||pushnotifications.click^$third-party
||pushouse.com^$third-party
||pushowl.com^$third-party
||pushpad.xyz^$third-party
||pushpanda.io^$third-party
||pushpro.io^$third-party
||pushprofit.ru^$third-party
||pushprospush.com^$third-party
||pushpushgo.com^$third-party
||pushstack.it^$third-party
||pushtide.com^$third-party
||pushvip.ru^$third-party
||pushwhy.com^$third-party
||pushy.ai^$third-party
||quarepush.com^$third-party
||quaruzon.com^$third-party
||realpush.media^$third-party
||realpush.network^$third-party
||revpusher.com^$third-party
||sckxppzdm.com^$third-party
||signaly.co^$third-party
||snrcdn.net^$third-party
||spacepush.ru^$third-party
! ||staq-cdn.com/grow/$third-party
||system-notify.app^$third-party
||topswp.com^$third-party
||unative.com^$third-party
||viafoura.net/push_handlers.js
||virtualpushplatform.com^$third-party
||webpush.jp^$third-party
||webpushr.com^$third-party
||webpushs.com^$third-party
||whitepush.biz^$third-party
||worldpush.co^$third-party
||wps.relateddigital.com^$third-party
||wpush.biz^$third-party
||wpushsdk.com^$third-party
||xedo.me^$third-party
||youlead.pl/webpushprompt.js
! Stand-alone, in Easyprivacy
||accengage.net^$third-party
||actirinius.com^$third-party
||aimtell.com^$third-party
||alertme.news^$third-party
||amazonaws.com/cdn.aimtell.com/
||aswpsdkeu.com^$third-party
||aswpsdkus.com^$third-party
||bildirt.com^$third-party
||bosspush.com^$third-party
||browserpusher.com^$third-party
||cdn-sitegainer.com^$third-party
||cleverpush.com^$third-party
||copush.com^$third-party
||cracataum.com^$third-party
||danorenius.com^$third-party
||digitalpush.org^$third-party
||edrone.me^$third-party
||face-push.com^$third-party
||feedify.net^$third-party
||feraciumus.com^$third-party
||fernomius.com^$third-party
||fkondate.com^$third-party
||foxpush.com^$third-party
||foxpush.net^$third-party
||getback.ch^$third-party
||getpush.net^$third-party
||getpushmonkey.com^$third-party
||gravitec.net^$third-party
||heroesdom.com^$third-party
||jeeng.com^$third-party
||kattepush.com^$third-party
||master-push.com^$third-party
||master-push.net^$third-party
||misrepush.com^$third-party
||moengage.com^$third-party
||mp3vizor.com^$third-party
||najva.com^$third-party
||nativesubscribe.pro^$third-party
||notifadz.com^$third-party
||notifpush.com^$third-party
||notify.solutions^$third-party
||olgtex.com^$third-party
||on-push.com^$third-party
||onepush.app^$third-party
||provesrc.com^$third-party
||psh.one^$third-party
||push-ad.com^$third-party
||push-free.com^$third-party
||push-house.net^$third-party
||pushalert.co^$third-party
||pushbird.com^$third-party
||pushbullet.com^$third-party
||pushengage.com^$third-party
||pushex.io^$third-party
||pushible.com^$third-party
||pushify.com^$third-party
||pushwoosh.com^$third-party
||reprocautious.com^$third-party
||sendpulse.com^$third-party
||setrowid.com^$third-party
||shroughtened.com^$third-party
||sm-epsilon.com^$third-party
||snd.tc^$third-party
||subscribers.com^$third-party
||truenat.bid^$third-party
||truepush.com^$third-party
||urbanairship.com^$third-party
||viapush.com^$third-party
||webpu.sh^$third-party
||whiteclick.biz^$third-party
||wnpbdan.bid^$third-party
||wonderpush.com^$third-party
||wwclicknews.club^$third-party
||wwclicktm.club^$third-party
||xtremepush.com^$third-party
! Mobile notifications
||app.adjust.net.in/smart_banner
||mobi24.net^$third-party

! *** easylist:fanboy-addon/fanboy_sounds_thirdparty.txt ***
||acquire.io/assets/sound/
||amazonaws.com/alive5cdn/$media
||apex.live/media/$media
||app.chaport.com/sounds/
||app.onlim.com/app/assets/audios/
||appspot.com/sounds/chatmsg.mp3
||azureedge.neti^$media,domain=oct8ne.com
||bac-assets.com/chat/spa-assets/$media,domain=bankofamerica.com
||bac-assets.com/spa/widgets/www-chat/$media,domain=bankofamerica.com
||callback24.io/sounds/
||carchat24.com/inpagechat/audio/$media
||carrotquest.app/sounds/
||cdn-widget.callpage.io/build/sounds/
||channel.io/plugin/$media
||chat.octadesk.services/embed/static/media/$media
||chatango.com/pcache/sounds/
||cleversite.ru/client/default/sound/
||cliengo.com^$media
||cloudfront.net/prod/media/$domain=birdeye.com
||collectcdn.com^$media
||contivio.com/Chat2/audio/
||crisp.chat/static/sounds/
||czater.pl/assets/sounds/
||driftqa.com/conductor/assets/media/
||echatsys.com/sounds/
||fxcity.pl/images/mp4/$media
||goftino.com/static/assets/$media
||gubagoo.io/v4/media/
||helpscout.net/static/ui-sounds/
||intelliticks.com/prod/common/$media
||jivo.ru/sounds/
||jivosite.com/sounds/
||js.driftt.com/conductor/assets/media/
||js.driftt.com/deploy/assets/static/audio/
||js.intercomcdn.com/audio/
||kommunicate.io/kommunicate/$media
||leadback.ru/sounds/$media
||leadgenic.ru/production/$media
||live2support.com/uploads/sound/
||livebeep.com/visitor/events/$media
||livechatinc.com/widget/static/media/
||lpsnmedia.net/le_unified_window/$media
||me-talk.ru/support/sounds/
||nice-incontact.com/inContact/ChatClient/$media
||phenompeople.com/txm-bot/prod/$media
||purechatcdn.com/Content/Audio/
||qualified.com/packs/$media
||quicktext.im/assets/audio/
||raychat.io/assets/widget/audio/
||reamaze.com/audio/
||revechat.com/client/sound/
||richpanel.com/audio/
||salesmartly.com/sounds/
||smartsuppcdn.com/assets/sounds/
||snapengage.com/sounds/
||static.olark.com/jsclient/sounds/
||static.widget.trengo.eu/assets/$media
||streamwood.ru/img/$media
||tars-file-upload.s3.amazonaws.com^$media
||tawk.to/*/audio/
||tidiochat.com^$media
||userbot.ai/widget-chat/dist/audio/
||userway.org/widgetapp/sounds/
||widget.awhy.it/chat/img/$media
||widget.insent.ai/static/media/
||widgets.binotel.com/w/chat/$media
||wpengine.com/wp-content/mu-plugins/wpengine-dotcom/audio/
||zdassets.com/web_widget/$media
||zohocdn.com/salesiq/*/sound/
||zopim.com/widget/sounds/
||zyratalk.com/contractorschatbot/$media
!--------------------------Specific blocking filters--------------------------!
! *** easylist:fanboy-addon/fanboy_notifications_specific_block.txt ***
/firebase-messaging.js$script,domain=tribunnews.com
||9to5terminal.com/push.js
||abendpoint.com/dist/js/push.js
||alerts.ndtv.com^
||alerts.thedailystar.net^
||alibaba.com/sw.js
||annahar.com/assets/js/notifications.js
||astian.org/?push_notification_sw
||bdstatic.com/linksubmit/push.js
||bigbangnews.com/sw.js
||dailymail.co.uk/api/web-push-notification/
||gadgetsnow.com/sw.cms
||hindustantimes.com/messaging-sw.js
||hindustantimes.com/sw.js
||hindustantimes.com^*/ht-notification-
||hulkprod.anm.co.uk/api/web-push-notification/
||imyfone.com/*/notification/$script
||indiatimes.com/pn/
||iol.co.za/sw.js
||kogan.com/sw.js
||latestdeals.co.uk/sw.js
||msn.com/bundles/v1/homePage/latest/experiences_conditional-banner
||ndtv.com/js/breaking_pushalert_revised.js
||ndtv.com/sw.js
||newsukraine.rbc.ua/sworker.js
||nookazon.com/firebase-messaging-sw.js
||notify.hindustantimes.com^
||push.cnnindonesia.com^
||renaultsport.com/spip.php?page=sw.js
||rottentomatoes.com/service-worker/sw.js
||rt.com/homescreen-sw.js
||scmp.com/sw.js
||seattletimes.com/wp-content/plugins/st-user-messaging/$script
||sportskeeda.com/js/production/web-notifications/
||techwalla.com/push-service-worker.js
||telegraphindia.com/akam-sw.js
||timesnownews.com/sw.js
||ultimedia.com/js/common/notification.js
! International
||0564.ua/assets/d6ade384/js/alertsWidget.js
||ad-hoc-news.de/js/push.js
||agazeta.com.br/assets/javascript/notification.js
||cnnindonesia.com/sw.js
||dcnews.ro/sm-
||elpais.com.uy/utms.js
||flashscore.fr^*/build/notifications.
||futura-sciences.com/clientscript/push.js
||horoscope.fr/notifications/
||metrobilbao.eus/firebase-messaging-sw.js
||push.neko-san.fr^
||pushme.magellanotech.it^
||tio.ch/js/api.push.js
||tutto.tv/wp-content/plugins/plugin-notifiche-
! Mobile Notifications
!------------------------Specific element hiding rules------------------------!
! *** easylist:fanboy-addon/fanboy_notifications_specific_hide.txt ***
tbsnews.net###___tbspushdiv
redbull.com###bottom-notifications
thehindu.com,thehindubusinessline.com###gsi_overlay
masrawy.com,yallakora.com###izooto-optin
kizi.com###kizi-popover-dialog
tdtube.net###main-fixed
iol.pt###popover
livenation.co.nz###push-notifications-popup
google.com###pushdown
nrl.com###vue-prompt-toast
live.erinn.biz###win_appinstallhint
alarabiya.net,indiatimes.com###wzrk_wrapper
tenor.com##.LanguageBanner
bing.com##.PopinAnimation
airship.com##.PushNotification
chaturbate.com##.RoomSignupPopup
reddit.com##.XPromoBlockingModal
reddit.com##.XPromoInFeed
improvethenews.org##.__floater
startpage.com##.a-gl-tp__gcsa
nzherald.co.nz##.action-bar
informationweek.com##.announcement
tmz.com##.browser-notifications-prompt
smocca.jp##.c-box-app_banner
cnet.com##.c-globalNotification
techwalla.com##.component-push-notification
manutd.com##.custom-popup
advfn.com##.cw-prompt-alert
mediaexpert.pl##.dynamic-modal
msn.com##.homepage-banner
yummly.com##.house-promo-root
ft.com##.instant-alert-cta
recyclingproductnews.com##.modal-notifications
techpowerup.com##.notice-content
correiobraziliense.com.br##.noticia_notificacao
laarena.com.ar##.notificacion-modal
business-standard.com##.notification-col
wnep.com##.page__notifications
post-gazette.com##.pg-notifybox
pnas.org##.pop-notification
iclarified.com##.pushmodal
startpage.com##.s-toast
pnas.org##.signup-alert-ad
ghpage.com##.tds-call-to-action1
gptoday.net##.webpush_popup
waze.com##.wz-downloadbar
reddit.com##.xPromoAppStoreFooter
chrome.google.com##[role="banner"] > div[class][role="dialog"][aria-labelledby="promo-header"]
!! International
segre.com###body_modal_5bNRsFSmILUgICbhc8pp
diarimes.com###body_modal_mLuzd6bcGWwnVCvfwvBU
mundodeportivo.com###gg-alert
toy-people.com###notification_alert_container
hesport.com###notification_pp
animefire.net###page-mask
interfax.ru##.popupNowReading
!aerzteblatt.de###pushy
formulatv.com###resetUI
valoraanalitik.com###spopup
animefire.net###sub_buttons
animefire.net###sub_modal
abendzeitung-muenchen.de###webpush-app
muziker.at,muziker.be,muziker.bg,muziker.co.uk,muziker.com,muziker.cz,muziker.de,muziker.ee,muziker.es,muziker.fi,muziker.fr,muziker.gr,muziker.hr,muziker.hu,muziker.ie,muziker.it,muziker.lt,muziker.lu,muziker.lv,muziker.nl,muziker.nu,muziker.pl,muziker.pt,muziker.ro,muziker.se,muziker.si,muziker.sk###webpush-popup
focus.de###wpBreakingNewsBanner
rd.fi###zone-header-wrapper
areena.yle.fi##.PauseRecommendations__PauseRecommendationsBackground-sc-1abti0d-0
romait.it##.alert
nu.nl##.breakingpush
zillow.com##.cQZIoF
kariyer.net##.download-app-wrapper
actionnetwork.com##.follow-author__button
dietplus.jp##.js-app-bg
buyma.com##.js-app-download-url
ziare.com##.modal-backdrop
tuttoandroid.net,tuttotech.net##.modal-notifiche
ziare.com##.modal__wp
aamuposti.fi,heinavedenlehti.fi,helsinginuutiset.fi,iisalmensanomat.fi,ita-savo.fi,itahame.fi,joutsenolehti.fi,juvanlehti.fi,kaakonkulma.fi,kangasniemenlehti.fi,keski-hame.fi,keski-uusimaa.fi,keskilaakso.fi,koillis-savo.fi,kouvolansanomat.fi,ksml.fi,kymensanomat.fi,lansi-savo.fi,lansi-uusimaa.fi,lansisaimaa.fi,lansivayla.fi,loviisansanomat.fi,luumaenlehti.fi,mantsalanuutiset.fi,mattijaliisa.fi,miilu.fi,pielavesi-keitele.fi,pitajalainen.fi,pitajanuutiset.fi,puruvesi.net,savonsanomat.fi,seinajoensanomat.fi,sipoonsanomat.fi,sisa-savolehti.fi,soisalonseutu.fi,tamperelainen.fi,uusimaa.fi,uutis-jousi.fi,vantaansanomat.fi,viikkosavo.fi##.note--promoted
jornaldenegocios.pt##.notificacao
elconsolto.com,masrawy.com##.notification
metroworldnews.com.br##.notification-subs
almanar.com.lb##.notification-wrap
sport.ro##.notification-wrapper
ozmall.co.jp##.oz__headApp
mail.ru##.ph-balloo
actionnetwork.com##.promotion-card__container
flvto.biz##.push-offer
rd.fi##.region-sidebar-second-inner > .block-block
diariandorra.ad##.subscribe-notifications
thebeliever.net##.subscriber-popup-container
news.mail.ru##.tooltip_width_huge
actionnetwork.com##.user-component__trial
sbt.com.br##.webpush
bank.gov.ua##.widget-pushNotification
kokemaenjokilaakso.fi##[class|="col-sm"] > .boksiharmaa
zora.bg##cc-web-push-popup
rtsplaneta.rs##ms-allow-notification-modal
tt.com##ttwww-emarsys-push-notification
cba24n.com.ar##view-firebase-prompt
! Mobile app Notifications
bhaskar.com###APP_INSTALL_POPUP_CONTAINER_ID
thefastmode.com###ChromeAppPromotion
paypal.com###PPAppDownloadBannerContainer
newsmax.com###SMSbanner
trakt.tv###android-beta-wrapper
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###app > div.visible > div[role="dialog"][jsaction^="focusout:promotion.dismiss;"]
m.calciomercato.com###app-download
kriptomat.io###app-popup
sports.yahoo.com###app-promo
linkedin.com###app-upsell-container
m.economictimes.com###appDwnldBanner
m.aiscore.com###appLink
brandeli.com###appbuner
dtac.co.th###banner_dtacapp
looopings.nl###blogAppbox
gadgets360.com###bnotify
nbcsandiego.com###branch-amp-journey
deepl.com###callout-subtitle-chromeExtensionPromo
castbox.fm###channelAppBar
deepl.com###dl_app_banner_popup
map.baidu.com###downloadnativepopupUlink
economictimes.indiatimes.com###float_app_ET
codeur.com###follow-modal
kogan.com###footer-native-banner
mercari.com###getTheAppFooter
patreon.com###half-sheet-app-banner
ventusky.com###header > .ii[href]
aliexpress.com,aliexpress.us###header-float-banner
web.quizknock.com###header_iosapp_link
trakt.tv###ios-official-wrapper
ivoox.com###jq-box-app
kinarino.jp###js-appeal-top-banner
euronews.com###js-smart-banner
kinarino-mall.jp###js-view-in-app
twitter.com###layers div[class="css-1dbjc4n r-l5o3uw r-97e31f"]
zillow.com###local-app-upsell
pixlr.com###mobile-variant
oneindia.com###open-app
windy.com###open-in-app
geeksforgeeks.org###openInApp-modal
timesnownews.com###openin-app
zillow.com###pfs-upsell
linkedin.com###protip-capsule
cookpad.com###ru-promotion-banner
mail.google.com###sdppromo
cbsnews.com,yelp.com###smart-banner
m.jpost.com###smartBanner
2br.co.uk,deviantart.com,dw.com,eurosport.com,nzherald.co.nz,photobucket.com,spiegel.de,tvnz.co.nz###smartbanner
mail.google.com###speedbump
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###stUuGf
vietnamairlines.com###store-notify
newsgram.com###sw-wrapper
observer-reporter.com###tncms-block-689490
imgur.io##.Ad
redfin.com##.AppInstallBannerWrapper
reddit.com##.AppSelectorModal__body
metservice.com##.Footer-section-image
minne.com##.MinneAppBanner_root__di0Qk
behance.net##.PrimaryNav-appLinkContainer-bhx
airasia.com##.QRPopUp__QRPopUpWrapper-sc-8gx7le-0
www.google.com##.QWEVge
imgur.io##.ShareButtons-backdrop
imgur.io##.ShareButtons-wrapper
behance.net##.SimplifiedPushToMobilePrompt-root-Sct
beebs.app##.SmartAppBanner-module__container___sK72V
audi-sport.net##.TapatalkBanner_Container
reddit.com##.TopNav__promoButton
lbcgroup.tv##.TopicPresentation
tenor.com##.UpsellPill
reddit.com##.XPromoBottomBar
duolingo.com##._15MEM
grammarly.com##._16m8p-button
bigbasket.com##._1dBfC
m.economictimes.com##._2rMIm
wifiman.com##._3BIlj
asos.com##._3bNxItQ
instagram.com##._acc8
m.webtoons.com##._appDownloadPopup
m.apkpure.com##.aegon-down-item
smartfren.com##.alert-download
skysports.com##.android-banner
filmix.ac##.android-telegram-main
coincodex.com##.app
washingtonpost.com##.app-adoption-banner
m.calciomercato.com,mygwork.com,similarweb.com,spooncast.net,substack.com,whosampled.com##.app-banner
mygwork.com##.app-banner--overlay
republika.rs##.app-box
financialexpress.com,indianexpress.com##.app-btn
klook.com##.app-download
aljazeera.com,ebay.com##.app-download-banner
sportskeeda.com##.app-download-modal
gumtree.com.au##.app-download-wrapper
news.yahoo.com,tracker.gg##.app-promo
atlasobscura.com##.app-store-heading
banggood.com##.app-top-bar
banggood.com##.app-top-height
makemytrip.com##.appDnldCnt
bleacherreport.com##.appInstallButton
kijiji.ca##.appMarketingWrapper-909710043
oilprice.com##.app_download_ad
izi.travel##.app_message
theepochtimes.com##.app_promo
cookpad.com##.app_promotion
cookpad.com##.appinstall
atlasobscura.com##.apple-store-icon
re-katsu.jp##.appli
flightradar24.com##.applink-container
happytv.rs##.apps-download
qatarairways.com##.appstore
ny1.com##.article-app-prompt
msn.com##.articlePage_continueReadingButtonPrimary-DS-EntryPoint1-1
nltimes.nl##.ath-phone
castbox.fm##.banner
gibiru.com##.banner-button
animeanime.global##.banner-click-app
startpage.com##.banner-top
m.yelp.com##.banner__09f24__A12gg
coinpaprika.com##.banners-wrapper
deepl.com##.bg-deepl-blue
canberratimes.com.au##.bg-gray-100.block
breakingnews.ie##.bg-gray-900
ivoox.com##.bg-lightest.wrapper
meetup.com##.bg-midnightDark.align-center.flex
kickstarter.com##.bg-navy-200
evasoes.pt##.bloco_nl
m.bilibili.com##.bottom
banggood.com##.bottom-app-contain
map.baidu.com##.bottom-banner-float
commaful.com##.bottom-section-signup
al-monitor.com##.breaking-news-alert
warbyparker.com##.c-hYggeK
dailywire.com##.c-link
cricbuzz.com##.cbz-leaderboard-banner
clayandbuck.com##.cnb-download-app-at-mobile
coinpaprika.com##.coins-mobile-banner
kijiji.ca##.container-3757608091
folhetospromocionais.com##.corner-popup-container
cookpad.com##.css-1azakc
neeva.com##.cta-search-result-result__extensionCTAContainer-4d4uV
actionnetwork.com##.cta-wrapper__child
kuow.org##.cta_download
expedia.at,expedia.co.id,expedia.co.in,expedia.co.jp,expedia.co.kr,expedia.co.nz,expedia.co.th,expedia.co.uk,expedia.com,expedia.com.ar,expedia.com.au,expedia.com.hk,expedia.com.sg,expedia.de,expedia.dk,expedia.es,expedia.fi,expedia.fr,expedia.it,expedia.nl,expedia.no,expedia.se,hotels.com,vrbo.com##.customer-notification-container
ivoox.com##.d-flex.dark-gray-banner
duckduckgo.com##.ddg-extension-hide
dailyfx.com##.dfx-bottomFixedSlot
supercluster.com##.doormat__overlay
m.webtoons.com##.downapp_area2
diariolasamericas.com,express.co.uk##.download-app
student.com##.download-banner
m.bilibilicomics.com##.download-btn
coincodex.com##.download-coincodex-app
podbean.com##.download-dialog
bisnis.com##.download-disini
metar-taf.com##.download-info
m.bilibilicomics.com##.download-popup
caixinglobal.com##.downloadAPP
cryptonews.net##.download_the_app
zomato.com##.drRXJW
al-sharq.com##.dwn-app
actionnetwork.com##.e7h0b9a0
probuilds.net##.experiment-height-expanded
capitaloneshopping.com##.extension-modal
startpage.com##.extension-store-widget-container
m.bilibili.com##.fe-ui-open-app-btn
marokko.nl##.floatbar
actionnetwork.com##.follow-author__button
cookpad.com##.footer-1azakc
myanimelist.net##.footer-app
pink.rs##.footer-apps
news24.com##.footer__app-links
thepinknews.com##.footer__top-bar
goobike.com##.gb_appbnrs
boredpanda.com,citizen.com,coincodex.com##.get-app
imgur.io##.get-app-block
coincodex.com##.get-app-wrapper
citizen.com##.get-modal.modal
9gag.com##.get-the-app-banner
hindustantimes.com##.getApp
moneycontrol.com##.get_app_sticky_btn
booking.com##.gta-link-track
m.hoyolab.com##.guide-download-drawer
guides.gamepressure.com##.guide19-app-cc
rent.com##.h-100
kiwi.com##.hXbfoy
coinunited.io##.home-div-block-app-2
canada411.ca##.hubapp
liputan6.com##.iframe-widget-mobile-gateway
gumtree.com##.image-app-banner
shazam.com##.info
vanceai.com##.install-app
dideo.tv##.install-app-banner
trip.com##.install-bottom
news18.com##.instlsapp_fxd
terabox.com##.introduce-sticky-btn
tanp.jp##.js-appDownloadHeaderBanner
duckduckgo.com##.js-open-in-app
my.mintmobile.com##.justify-content-end.rounded-1.g-0.p-3
sauna-ikitai.com##.l-headerApp
ahchealthenews.com##.livewell-widget
klarna.com##.ljtbes
gayemagazine.com##.lvMF7
m.bilibili.com##.m-video2-awaken-btn
webnovel.com##.m_down_app_wrap
imyfone.com##.magicmic-popu-banner
castbox.fm##.main-body-banner > .box
merckmanuals.com,msdmanuals.com##.marketing-block-wrapper
inoreader.com##.mid_hero
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.ml-promotion-container
uinterview.com,usbair.com##.mobile-app
kariyer.net##.mobile-app-download
fortnitetracker.com##.mobile-app-preview
discogs.com##.mobile-apps
disk.yandex.com,disk.yandex.ru##.mobile-badges
speedtest.net##.mobile-pretest
speedtest.net##.mobile-pretest-2
reddit.com##.mobile-web-redirect-bar
malaysiaairlines.com##.mobileapp
airtelkenya.com##.modal-content-popup
speedtest.net##.modal-overlay
moovitapp.com##.moovit-banner
m.bilibili.com##.mplayer-widescreen-callapp
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.nWi0wf.kDTz5c
skynews.com.au##.nca-et-rendered
mobile.here.com##.newbanner
myvi.in##.newgetAppsec
wowhead.com##.notifications-dialog
outsideonline.com##.o-promo-module
france24.com##.o-pwa-ah2s
linkedin.com##.omnibanner
india.com,oneindia.com##.open-app
tinyview.com##.open-app-container
flightradar24.com##.open-in-app-button
m.moboreader.com##.openApp
hindustantimes.com##.openAppButton
cgtn.com##.openBtn
m.bilibili.com##.openapp-dialog
livemint.com##.openinApp
livemint.com##.openinApp2
newegg.com##.our-apps
satellitemap.space##.overlay-open-in-app-button
kinarino-mall.jp##.p-appeal-top-banner__container
sbs.com.au##.pane-bean-in-house-ad
islambook.com##.panel-danger
dahuasecurity.com##.partners
shazam.com##.phones
pocketnet.app##.popup
m.bilibilicomics.com##.popup-wrapper
m.bilibilicomics.com##.primary.action-bar
paveldogreat.github.io##.promo
newson.us##.promoHeader
pizzahut.co.nz##.promote-app
beermenus.com##.pure-button-round
hostelworld.com##.qr-wrapper
quora.com##.qu-bg--blue.qu-full
twitter.com##.r-97e31f.r-l5o3uw.css-1dbjc4n
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.rbgrBd div[role="dialog"] > div[jsaction^="settings."] button[jsaction^="settings.useApp;"]
medscape.com##.rel-links-media
speedtest.net##.result-area-ad
rekhta.org##.rt_AppBtn
ticketmaster.com##.sc-16ox40n-1.eDwNYV
geekdashboard.com##.section--download
fdownload.app##.section-app-fb
cbn.com##.section-region-sidebar
investing.com##.seeThisInPopup
comicsvalley.com##.sgpb-popup-dialog-main-div-wrapper
oneplus.com##.side-download-dialog
the42.ie,thejournal.ie##.sidebar > .widget
sportskeeda.com##.sidebar-app-download
glas-javnosti.rs##.skini
crypto.com,zacks.com##.smart-banner
minne.com##.smartAppBanner
forfun.com,imgur.com,kaltura.com,sowetanlive.co.za,turkishairlines.com##.smartbanner
cnnindonesia.com##.smartbanner_new
whosampled.com##.spSlot
amazon.com##.sparkle-container
m.moovitapp.com##.splash-footer
inquisitr.com##.stay-in-touch
airtel.com##.sticky-section-top
www.google.com##.tCroyc
m.tribunnews.com##.tapp-banner
trip.com##.tcp-h5-install-banner
trip.com##.tcp-h5-install-popup
techgenyz.com##.td-fix-index.tds-button
telegram.org##.tg_try_desktop
twitter.com##.toast.client_prompt
hs.fi##.toast__background--app-marketing
fatmap.com##.top-0.sticky
zaim.net##.top-fix
m.investing.com##.topHeader--signup
fortnitetracker.com##.trn-site-appbar
fortnitetracker.com##.trn-site-appbar__apps
tropter.com##.tropter-app-teaser
expedia.com##.uitk-bottom-sheet
wondershare.com##.upload-box
reddit.com##.upsell_banner
9gag.com##.use-app
actionnetwork.com##.user-component__trial-button
ventusky.com##.vj
walmart.ca##.w_6wTF
walmart.com##.w_XgwP
gadgets360.com##.web_dialog
linkedin.com##.windows-app-upsell
bisnis.com##.wrapper__ads-download
ny1.com##.wxAlertBar
oculus.com##.xz9dl7a.x83z2og.x12qgom3
tumblr.com##.y8Hml
i.redd.it,reddit.com##[bundlename="bottom_bar_xpromo"]
travala.com##[class*="BannerApp_container"]
qwant.com##[class*="DownloadQwantApp-module_"]
qwant.com##[class*="MobileAppToast-module_"]
substack.com##[class*="frontend-components-SubscribePrompt"]
reddit.com##[data-testid="bottom-cell-wrapper"]
reddit.com##[data-testid="bottom-sheet-upsell-wrapper"]
weatherbug.com##[href="/appdownload"]
wpxi.com##[href="/mobile-apps/"]
theapplepost.com##[href^="https://apps.apple.com/app/"]
reddit.com##[slot="use-app"]
ozmall.co.jp##[style="display:table;background:#f3f3f3;padding:3%;"]
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##body > div[style="min-height: 100%; display: none;"] + div[style="visibility: visible;"] > div[jsowner]
reddit.com##bottom-bar[app-link-params]
areena.yle.fi##button[aria-label="Jaa ohjelma"]
weatherbug.net##display-ad-widget
m.bilibili.com##div[class*="-openapp"]
genius.com##div[class*="AndroidBannermobile_"]
thescore.com##div[class*="GetTheAppModal_"]
giphy.com##div[class*="OpenInAppContainer-"]
thescore.com##div[class^="GetTheApp__fullScreenContainerScrolldown--"]
m.aliexpress.ru##div[class^="PseudoSmartBanner_"]
kraken.com##div[class^="fc-94f32b27"]
barandbench.com##div[class^="header-two-m__download-links_"]
fedex.com##fedex-smart-banner
twitter.com##header[role="banner"] > ._3oxnid3o._3f2NsD-H
9animetv.to##img[alt="App Download"]
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,google.be,google.bf,google.bg,google.bi,google.bj,google.bs,google.bt,google.by,google.ca,google.cat,google.cd,google.cf,google.cg,google.ch,google.ci,google.cl,google.cm,google.cn,google.co.ao,google.co.bw,google.co.ck,google.co.cr,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.kr,google.co.ls,google.co.ma,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,google.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.com,google.com.af,google.com.ag,google.com.ai,google.com.ar,google.com.au,google.com.bd,google.com.bh,google.com.bn,google.com.bo,google.com.br,google.com.bz,google.com.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.com.et,google.com.fj,google.com.gh,google.com.gi,google.com.gt,google.com.hk,google.com.jm,google.com.kh,google.com.kw,google.com.lb,google.com.ly,google.com.mm,google.com.mt,google.com.mx,google.com.my,google.com.na,google.com.nf,google.com.ng,google.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,google.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,google.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,google.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,google.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.fi,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,google.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,google.iq,google.is,google.it,google.je,google.jo,google.kg,google.ki,google.kz,google.la,google.li,google.lk,google.lt,google.lu,google.lv,google.md,google.me,google.mg,google.mk,google.ml,google.mn,google.ms,google.mu,google.mv,google.mw,google.ne,google.nl,google.no,google.nr,google.nu,google.pl,google.pn,google.ps,google.pt,google.ro,google.rs,google.ru,google.rw,google.sc,google.se,google.sh,google.si,google.sk,google.sm,google.sn,google.so,google.sr,google.st,google.td,google.tg,google.tk,google.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##mobile-promo
weatherbug.net##smart-app-banner
fedex.com##trk-shared-smart-app-banner
voicy.jp##v-sp-download
reddit.com##xpromo-top-button
! Advanced element hiding rules for Adblock Plus
analyticsindiamag.com#?#.elementor-section-content-middle[data-settings="{\"background_background\":\"classic\"}"]:-abp-has(a[href^="https://play.google.com/store/apps"])

! *** easylist:fanboy-addon/fanboy_notifications_specific_uBO.txt ***
downace.com##+js(acis, requestPermission)
news18.com##+js(acis, serviceworker.register)
! International
rd.fi##.nivoSlider:remove()
puuilo.fi##.cf-container-wrapper
puuilo.fi##body:style(overflow: auto !important)
! autoevolution.com
autoevolution.com###notif_asker_div
autoevolution.com##body,html:style(height: auto !important; overflow: auto !important)
! phonearena.com
phonearena.com###pa-survey-modal
phonearena.com##.pa-modal-backdrop
phonearena.com##body:style(overflow: auto !important; position: initial !important;)
! ask.fm (forced app download / login page) https://github.com/easylist/easylist/pull/12751
ask.fm##.lightbox_overlay
ask.fm##body:style(overflow: auto !important)
! reddit.com (mobile)
reddit.com##.XPromoBlockingModal
reddit.com##.XPromoPopup__overlay
reddit.com##.XPromoBlockingModalRpl
reddit.com##.PreviewDrawer
reddit.com##.XPromoPopup
reddit.com##.XPromoPill
reddit.com##shreddit-experience-tree
reddit.com##+js(aeld, block-body-scrolling)
reddit.com##body.scroll-disabled:style(overflow: visible!important; position: static!important;)
reddit.com##.XPromoPopupRpl
reddit.com##body:style(pointer-events:auto !important;)
reddit.com##.XPromoInFeed
amp.reddit.com##.AppSelectorModal__body
reddit.com##+js(set-local-storage-item, xpromo-consolidation, 1)
reddit.com##+js(rc, scroll-disabled, body, stay)
amp.reddit.com##.upsell_banner
!#if env_mobile
reddit.com##body:style(overflow: auto !important;)
!#endif
! tiktok
tiktok.com##+js(set-session-storage-item,webapp_first_open_cta, 1)
tiktok.com##.e1pecv674.css-99ed1t-DivFooterGuide
tiktok.com##.e1x4pa920.css-18fyv6p-DivFloatButtonWrapper
! lightnovelworld.com
lightnovelworld.com###lnwappmsg
lightnovelworld.com##html:style(overflow: auto !important;)
! bestbuy.com (mobile UA open-app)
bestbuy.com##+js(set-local-storage-item, smartBannerDismissed, 1)
bestbuy.com###smartbannerContainer
bestbuy.com##body:style(margin-top:0px !important)
! expedia.com
expedia.at,expedia.co.id,expedia.co.in,expedia.co.jp,expedia.co.kr,expedia.co.nz,expedia.co.th,expedia.co.uk,expedia.com.ar,expedia.com.au,expedia.com.hk,expedia.com.sg,expedia.de,expedia.dk,expedia.es,expedia.fi,expedia.fr,expedia.it,expedia.no,expedia.se,hotels.com,expedia.nl,expedia.com###app-layer-customer-notification-centered-sheet-dialog
expedia.at,expedia.co.id,expedia.co.in,expedia.co.jp,expedia.co.kr,expedia.co.nz,expedia.co.th,expedia.co.uk,expedia.com.ar,expedia.com.au,expedia.com.hk,expedia.com.sg,expedia.de,expedia.dk,expedia.es,expedia.fi,expedia.fr,expedia.it,expedia.no,expedia.se,hotels.com,expedia.nl,expedia.com##body,html:style(overflow: auto !important; position: initial !important;)
! rappler.com
asia.nikkei.com,businesspost.ie,rappler.com##.tp-modal
asia.nikkei.com,businesspost.ie,rappler.com##.tp-backdrop
asia.nikkei.com,businesspost.ie,rappler.com##body:style(height: auto !important; overflow: auto !important)
! flipboard.com (in-app overlay)
!flipboard.com##.modal-overlay
!flipboard.com##body:style(overflow: visible!important; position: static!important;)
!flipboard.com##.outbound-link.button--primary
! behance.net (in-app overlay)
behance.net##.js-vue-mobile-app-upsell
behance.net##body,html:style(overflow: auto !important; position: initial !important;)
behance.net##.PrimaryNav-appLinkContainer-bhx
! ifunny (in-app overlay)
ifunny.co##.aq4y._0sJI
ifunny.co##body,html:style(overflow: auto !important; position: initial !important;)
! sprintmedical.in
sprintmedical.in##.react-responsive-modal-root
sprintmedical.in##body:style(height: auto !important; overflow: auto !important)
! trip.com (app download overlay)
trip.com##.tcp-h5-install-pop
trip.com##body:style(overflow: auto !important; position: initial !important;)
! dailymail.co.uk (popup notification)
! dailymail.co.uk##+js(aopr, DM.later)
! player.fm
player.fm##.bottom-promo-overlay
player.fm##.bottom-promo
player.fm##body,html:style(overflow: auto !important; position: initial !important;)
! wunderground.com
wunderground.com##+js(rc, enable-sda, body, stay)
! m.economictimes.com
m.economictimes.com###prominentOverlay
m.economictimes.com##body,html:style(overflow: auto !important; position: initial !important;)
! m.yelp.com
m.yelp.com,m.yelp.co.uk,m.yelp.ca,m.yelp.com.au,m.yelp.co.nz,m.yelp.dk,m.yelp.de,m.yelp.fi,m.yelp.cz,m.yelp.fr,m.yelp.es,m.yelp.pt,m.yelp.it,m.yelp.no,m.yelp.se,m.yelp.ie,m.yelp.com.tr,m.yelp.com.br,m.yelp.nl,m.yelp.com.mx,m.yelp.co.jp,m.yelp.com.tw,m.yelp.be##div[class^="overlay__09f24"]
m.yelp.com,m.yelp.co.uk,m.yelp.ca,m.yelp.com.au,m.yelp.co.nz,m.yelp.dk,m.yelp.de,m.yelp.fi,m.yelp.cz,m.yelp.fr,m.yelp.es,m.yelp.pt,m.yelp.it,m.yelp.no,m.yelp.se,m.yelp.ie,m.yelp.com.tr,m.yelp.com.br,m.yelp.nl,m.yelp.com.mx,m.yelp.co.jp,m.yelp.com.tw,m.yelp.be##body,html:style(overflow: auto !important; position: initial !important;)
m.yelp.com,m.yelp.co.uk,m.yelp.ca,m.yelp.com.au,m.yelp.co.nz,m.yelp.dk,m.yelp.de,m.yelp.fi,m.yelp.cz,m.yelp.fr,m.yelp.es,m.yelp.pt,m.yelp.it,m.yelp.no,m.yelp.se,m.yelp.ie,m.yelp.com.tr,m.yelp.com.br,m.yelp.nl,m.yelp.com.mx,m.yelp.co.jp,m.yelp.com.tw,m.yelp.be##[aria-label*="Download the Yelp app"]
m.yelp.com,m.yelp.co.uk,m.yelp.ca,m.yelp.com.au,m.yelp.co.nz,m.yelp.dk,m.yelp.de,m.yelp.fi,m.yelp.cz,m.yelp.fr,m.yelp.es,m.yelp.pt,m.yelp.it,m.yelp.no,m.yelp.se,m.yelp.ie,m.yelp.com.tr,m.yelp.com.br,m.yelp.nl,m.yelp.com.mx,m.yelp.co.jp,m.yelp.com.tw,m.yelp.be##[data-testid="OpenAppButton"]
! thedesignlove.com
thedesignlove.com##.cp-overlay
thedesignlove.com##body,html:style(overflow: auto !important; position: initial !important;)
! linkedin.com
linkedin.com##.promo-bottom-sheet
linkedin.com##body:style(overflow: auto !important; position: initial !important;)
! imgur.io
imgur.io##.SeeImgurOIA-overlay
imgur.io##.SeeImgurOIA-container
imgur.io##body:style(overflow: auto !important; position: initial !important;)
! coinpaprika.com (app)
coinpaprika.com##.coins-promo
coinpaprika.com##body:style(overflow: auto !important; position: initial !important;)
! slickdeals.net (app)
slickdeals.net##.sdModalOverlay
slickdeals.net##.bottomBarContainer
slickdeals.net##body:style(overflow: auto !important; position: initial !important;)
! canva.com (mobile app, and scroll fix)
canva.com##.BB_TDQ[style="height: auto; max-height: 66vh;"]
canva.com##body:style(overflow: auto !important; position: initial !important;)
! ebay (scanner app on load)
ebay.com##.pc-dweb
ebay.com##html:style(overflow: auto !important; position: initial !important;)
! audius.co
audius.co##[class*="AppRedirectPopover_container_"]
audius.co##+js(rc, scrollLock, , stay)
audius.co##body:style(overflow: scroll !important)
! cnet.com (shopping popup)
cnet.com##.c-globalModal
cnet.com##.c-shoppingExtModal
cnet.com##.modal-backdrop
cnet.com##.modalSelector
cnet.com##body:style(height: auto !important; overflow: auto !important)
! simpleswap.io (mobile UA)
simpleswap.io##.iRXLZi
simpleswap.io##body,html:style(overflow: auto !important; position: initial !important;)
! m.webtoons.com
m.webtoons.com##.pop_download_home
m.webtoons.com##.dim
m.webtoons.com##body,html:style(overflow: auto !important; position: initial !important;)
! 9gag
9gag.com##.open-in-app
9gag.com##body:style(overflow: auto !important;)
! insider.com,businessinsider.com
insider.com,businessinsider.com##.in-app-banner
insider.com,businessinsider.com##body:style(overflow: auto !important; position: initial !important;)
insider.com,businessinsider.com##.app-button
! makemytrip.com (mobile)
makemytrip.com##.appDnldOffers
makemytrip.com##.overlay-wrapper
makemytrip.com##body:style(overflow: unset !important)
! thestar.com
thestar.com##.kumulos-background-mask
thestar.com##.kumulos-prompt
thestar.com##body,html:style(overflow: auto !important; position: initial !important;)
thestar.com##+js(rc, kumulos-background-mask-blur, , stay)
! sports.ndtv.com
sports.ndtv.com###__cricketsubscribe
sports.ndtv.com###overlaybtn
sports.ndtv.com##body,html:style(overflow: auto !important; position: initial !important;)
! inews.hket.com
inews.hket.com##.app-redirect-panel
inews.hket.com##+js(rc, no-scroll, html, stay)
inews.hket.com###app-floating-button
! jp-m.banggood.com (remove top empty space on mobile)
jp-m.banggood.com##+js(rc,  show-app-bar, , stay)
! realestate.co.nz
realestate.co.nz##.z-overlay
realestate.co.nz##body:style(height: auto !important; overflow: auto !important)
! miravia.es
miravia.es###g_download_bar
miravia.es##html:style(--g-header-top-pos: 0vw !important;)
! instacart.com
instacart.com###native-app-upsell-interstitial
instacart.com##body:style(height: auto !important; overflow: auto !important)
! emailnator.com
emailnator.com##.modal
emailnator.com##.modal-backdrop
emailnator.com##+js(rc, modal-open, , stay)
emailnator.com##html,body:style(position: static !important; overflow: auto !important; width: auto !important;)
emailnator.com##.top-banner
! m.investing.com (Collapse top)
m.investing.com##.withAppBanner:style(top:0 !important)
! vrbo.com
vrbo.com###app-layer-customer-notification-centered-sheet-dialog
vrbo.com##+js(rc, has-uitk-sheet, body, stay)
! similarweb.com (Collapse top)
similarweb.com##+js(rc, app-banner-parent, body, stay)
similarweb.com##.app-header:style(top:0 !important)
! eksisozluk111.com
eksisozluk111.com###app-suggestion-container
eksisozluk111.com##body,html:style(overflow: auto !important; position: initial !important;)
! mydramalist.com
mydramalist.com##+js(rc, smartbanner-active, body)
! smocca.jp
smocca.jp##+js(set, history.state, undefined)
! patreon.com (mobile)
patreon.com##+js(aeld, touchmove, preventDefault)
!------------------------Rules for international sites------------------------!
!---------------------------------Allowlists----------------------------------!
! *** easylist:fanboy-addon/fanboy_notifications_allowlist.txt ***
@@||bostonherald.com^*/webpush.js$script,~third-party
@@||braze.com/api/$domain=deezer.com
@@||forums.opera.com/assets/src/modules/notifications.js$~third-party
@@||inevent.com/js/wizard/pushNotification.js$script,~third-party
@@||learner.mycreds.ca/assets/js/modules/notifications.min.js$~third-party
@@||ledevoir.com/js/web-push.js$script,~third-party
@@||oakley.com^*/notifications.js$~third-party
@@||paste.crdroid.net/assets/js/modules/notifications.js$script,~third-party
@@||snrcdn.net/sdk/3.0/synerise-javascript-sdk.min.js$domain=komputronik.pl
@@||st.mycdn.me/static/*/WebPush.js$script,domain=ok.ru
@@||webpush.jp/js/browserpushv3.js$domain=zakzak.co.jp
! Mobile Notifications
@@||anadolu.edu.tr/assets/js/jquery.smartbanner.js$~third-party
@@||assure.ameli.fr^*/smart-app-banner.js$~third-party
@@||mafia.ua/js/jquery.smartbanner.js$script,~third-party
@@||mirage.ru/js/jquery.smartbanner.js$script,~third-party

! *** easylist:fanboy-addon/fanboy_notifications_allowlist_general_hide.txt ***
audionetwork.com,carlsenfritzoe.no#@##push-container:not(body):not(html)
mega.nz#@#.notification-button
joinhandshake.com,online.rsb.ru#@#.notifications-wrapper
asbclassic.co.nz,envirowaste.co.nz,harmoney.co.nz,harmoney.com.au,mstream.io,rocketlabusa.com,underconsideration.com#@#.push-wrap:not(body):not(html)
arabbank.com.au,color4care.co.uk,color4care.dk,color4care.fi,color4care.no,operon.pl,vardvaskan.se#@#.push-wrapper:not(body):not(html)
rescuetime.com#@#.web-notification
! Mobile notifications
mobi24.net#@#a[href^="http://www.mobi24.net/"]
mobi24.net#@#a[href^="https://www.mobi24.net/"]