@browserless.io/browserless 2.23.0 → 2.24.0-beta-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/routes/chrome/http/pdf.post.body.json +8 -8
- package/build/routes/chromium/http/content.post.body.json +8 -8
- package/build/routes/chromium/http/pdf.post.body.json +8 -8
- package/build/routes/chromium/http/scrape.post.body.json +8 -8
- package/build/routes/chromium/http/screenshot.post.body.json +8 -8
- package/docker/base/Dockerfile +1 -1
- package/docker/multi/Dockerfile +2 -1
- package/docker/webkit/Dockerfile +2 -1
- package/extensions/ublock/_locales/ar/messages.json +5 -1
- package/extensions/ublock/_locales/az/messages.json +4 -0
- package/extensions/ublock/_locales/be/messages.json +5 -1
- package/extensions/ublock/_locales/bg/messages.json +4 -0
- package/extensions/ublock/_locales/bn/messages.json +4 -0
- package/extensions/ublock/_locales/br_FR/messages.json +4 -0
- package/extensions/ublock/_locales/bs/messages.json +4 -0
- package/extensions/ublock/_locales/ca/messages.json +4 -0
- package/extensions/ublock/_locales/cs/messages.json +6 -2
- package/extensions/ublock/_locales/cv/messages.json +4 -0
- package/extensions/ublock/_locales/cy/messages.json +15 -11
- package/extensions/ublock/_locales/da/messages.json +4 -0
- package/extensions/ublock/_locales/de/messages.json +8 -4
- package/extensions/ublock/_locales/el/messages.json +4 -0
- package/extensions/ublock/_locales/en/messages.json +4 -0
- package/extensions/ublock/_locales/en_GB/messages.json +4 -0
- package/extensions/ublock/_locales/eo/messages.json +4 -0
- package/extensions/ublock/_locales/es/messages.json +5 -1
- package/extensions/ublock/_locales/et/messages.json +4 -0
- package/extensions/ublock/_locales/eu/messages.json +4 -0
- package/extensions/ublock/_locales/fa/messages.json +14 -10
- package/extensions/ublock/_locales/fi/messages.json +7 -3
- package/extensions/ublock/_locales/fil/messages.json +4 -0
- package/extensions/ublock/_locales/fr/messages.json +5 -1
- package/extensions/ublock/_locales/fy/messages.json +4 -0
- package/extensions/ublock/_locales/gl/messages.json +4 -0
- package/extensions/ublock/_locales/gu/messages.json +4 -0
- package/extensions/ublock/_locales/he/messages.json +4 -0
- package/extensions/ublock/_locales/hi/messages.json +4 -0
- package/extensions/ublock/_locales/hr/messages.json +4 -0
- package/extensions/ublock/_locales/hu/messages.json +4 -0
- package/extensions/ublock/_locales/hy/messages.json +4 -0
- package/extensions/ublock/_locales/id/messages.json +4 -0
- package/extensions/ublock/_locales/it/messages.json +4 -0
- package/extensions/ublock/_locales/ja/messages.json +6 -2
- package/extensions/ublock/_locales/ka/messages.json +5 -1
- package/extensions/ublock/_locales/kk/messages.json +4 -0
- package/extensions/ublock/_locales/kn/messages.json +4 -0
- package/extensions/ublock/_locales/ko/messages.json +5 -1
- package/extensions/ublock/_locales/lt/messages.json +4 -0
- package/extensions/ublock/_locales/lv/messages.json +4 -0
- package/extensions/ublock/_locales/mk/messages.json +4 -0
- package/extensions/ublock/_locales/ml/messages.json +4 -0
- package/extensions/ublock/_locales/mr/messages.json +4 -0
- package/extensions/ublock/_locales/ms/messages.json +4 -0
- package/extensions/ublock/_locales/nb/messages.json +4 -0
- package/extensions/ublock/_locales/nl/messages.json +4 -0
- package/extensions/ublock/_locales/no/messages.json +4 -0
- package/extensions/ublock/_locales/oc/messages.json +4 -0
- package/extensions/ublock/_locales/pa/messages.json +5 -1
- package/extensions/ublock/_locales/pl/messages.json +4 -0
- package/extensions/ublock/_locales/pt_BR/messages.json +4 -0
- package/extensions/ublock/_locales/pt_PT/messages.json +4 -0
- package/extensions/ublock/_locales/ro/messages.json +4 -0
- package/extensions/ublock/_locales/ru/messages.json +5 -1
- package/extensions/ublock/_locales/si/messages.json +4 -0
- package/extensions/ublock/_locales/sk/messages.json +4 -0
- package/extensions/ublock/_locales/sl/messages.json +4 -0
- package/extensions/ublock/_locales/so/messages.json +4 -0
- package/extensions/ublock/_locales/sq/messages.json +4 -0
- package/extensions/ublock/_locales/sr/messages.json +4 -0
- package/extensions/ublock/_locales/sv/messages.json +5 -1
- package/extensions/ublock/_locales/sw/messages.json +4 -0
- package/extensions/ublock/_locales/ta/messages.json +4 -0
- package/extensions/ublock/_locales/te/messages.json +4 -0
- package/extensions/ublock/_locales/th/messages.json +4 -0
- package/extensions/ublock/_locales/tr/messages.json +4 -0
- package/extensions/ublock/_locales/uk/messages.json +7 -3
- package/extensions/ublock/_locales/ur/messages.json +4 -0
- package/extensions/ublock/_locales/vi/messages.json +4 -0
- package/extensions/ublock/_locales/zh_CN/messages.json +4 -0
- package/extensions/ublock/_locales/zh_TW/messages.json +4 -0
- package/extensions/ublock/assets/assets.json +14 -14
- package/extensions/ublock/assets/resources/run-at.js +80 -0
- package/extensions/ublock/assets/resources/safe-self.js +218 -0
- package/extensions/ublock/assets/resources/scriptlets.js +461 -538
- package/extensions/ublock/assets/resources/set-attr.js +201 -0
- package/extensions/ublock/assets/thirdparties/easylist/easylist.txt +4002 -11582
- package/extensions/ublock/assets/thirdparties/easylist/easyprivacy.txt +257 -83
- package/extensions/ublock/assets/thirdparties/pgl.yoyo.org/as/serverlist +22 -38
- package/extensions/ublock/assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat +102 -110
- package/extensions/ublock/assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt +2776 -3613
- package/extensions/ublock/assets/ublock/badware.min.txt +581 -382
- package/extensions/ublock/assets/ublock/filters.min.txt +997 -990
- package/extensions/ublock/assets/ublock/privacy.min.txt +145 -26
- package/extensions/ublock/assets/ublock/quick-fixes.min.txt +134 -83
- package/extensions/ublock/assets/ublock/unbreak.min.txt +69 -46
- package/extensions/ublock/css/document-blocked.css +28 -1
- package/extensions/ublock/document-blocked.html +9 -7
- package/extensions/ublock/js/assets.js +15 -11
- package/extensions/ublock/js/benchmarks.js +13 -9
- package/extensions/ublock/js/biditrie.js +1 -1
- package/extensions/ublock/js/document-blocked.js +41 -5
- package/extensions/ublock/js/hntrie.js +1 -1
- package/extensions/ublock/js/i18n.js +2 -4
- package/extensions/ublock/js/pagestore.js +61 -43
- package/extensions/ublock/js/s14e-serializer.js +47 -22
- package/extensions/ublock/js/scriptlet-filtering.js +21 -18
- package/extensions/ublock/js/scriptlets/load-large-media-interactive.js +61 -48
- package/extensions/ublock/js/scriptlets/should-inject-contentscript.js +1 -3
- package/extensions/ublock/js/static-dnr-filtering.js +9 -7
- package/extensions/ublock/js/static-filtering-parser.js +87 -54
- package/extensions/ublock/js/static-net-filtering.js +118 -42
- package/extensions/ublock/js/traffic.js +37 -18
- package/extensions/ublock/js/vapi-background-ext.js +21 -49
- package/extensions/ublock/js/vapi-background.js +8 -0
- package/extensions/ublock/manifest.json +1 -1
- package/extensions/ublock/web_accessible_resources/googlesyndication_adsbygoogle.js +3 -1
- package/package.json +16 -16
- package/static/docs/swagger.json +1 -1
- package/static/docs/swagger.min.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
! Title: uBlock filters – Badware risks
|
|
2
2
|
! Expires: 5 days
|
|
3
|
-
! Last modified:
|
|
3
|
+
! Last modified: Tue, 19 Nov 2024 13:07:16 +0000
|
|
4
4
|
! Diff-Path: %diffpath%#ublock-badware
|
|
5
5
|
! Diff-Expires: 317 minutes
|
|
6
6
|
! License: https://github.com/uBlockOrigin/uAssets/blob/master/LICENSE
|
|
@@ -219,12 +219,9 @@ thepiratebay3.com^$all
|
|
|
219
219
|
||arclk.net^$all
|
|
220
220
|
||btnativenav.com^$all
|
|
221
221
|
||1111sale.us^$all
|
|
222
|
-
||omgtnc.com^$all
|
|
223
222
|
||n06.biz^$all
|
|
224
223
|
||um-bredirect.com^$all
|
|
225
|
-
||aff2021.com^$all
|
|
226
224
|
||glbltraffic.com^$all
|
|
227
|
-
||0redirc.com^$all
|
|
228
225
|
||inspirationhistorical.com^$all
|
|
229
226
|
||maroohost.online^$all
|
|
230
227
|
||amigosdetuciudad.com^$all
|
|
@@ -293,7 +290,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
293
290
|
||cleardexchange.com^$all
|
|
294
291
|
||lone1y.com^$all
|
|
295
292
|
||tr1net.com^$all
|
|
296
|
-
||usdownload.widost.com^$all
|
|
297
293
|
||cpttrcklnk.com^$all
|
|
298
294
|
||neighborhoodsluts.com^$all
|
|
299
295
|
.xyz/video.php?=*&dating_xyz_0&&0$frame
|
|
@@ -333,7 +329,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
333
329
|
||marootrack.co^$all
|
|
334
330
|
&dci=*&tds_campaign=$doc
|
|
335
331
|
||revpu.sh^$all
|
|
336
|
-
||listen-heres.com^$all
|
|
337
332
|
/smartlink/?a=$doc
|
|
338
333
|
||date.sexpartnercommunity.com/landing/*$doc
|
|
339
334
|
/ll/click.php?key=$doc
|
|
@@ -344,7 +339,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
344
339
|
/?camp=*&cost=0.$doc
|
|
345
340
|
||monglitch.monster^$all
|
|
346
341
|
||d13nu0oomnx5ti.cloudfront.net^
|
|
347
|
-
||quickdates1.com^$all
|
|
348
342
|
||getmackeepersoftpro.xyz^$all
|
|
349
343
|
||familysimulator.$all
|
|
350
344
|
||adblockfast.com^$all
|
|
@@ -353,7 +347,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
353
347
|
||fuckmore.com^$all
|
|
354
348
|
||greengoplatform.com^$all
|
|
355
349
|
||transportgoline.com^$all
|
|
356
|
-
||owlfolk.com^$all
|
|
357
350
|
||onlyfreelesbianporn.com^$all
|
|
358
351
|
||family-simulators.com^$all
|
|
359
352
|
||your-dates-tonight.com^$all
|
|
@@ -488,7 +481,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
488
481
|
/dating_lp?keyword=$doc
|
|
489
482
|
/bonus/*.php?c=$doc,to=space|top
|
|
490
483
|
||club-gagnant.online^$all
|
|
491
|
-
||srengin.com^$all
|
|
492
484
|
/common-player-arrow/index.html?var=*&zoneid=$doc
|
|
493
485
|
/common-player/index.html?var=*&zoneid=$doc
|
|
494
486
|
/not-a-robot/index.html?$doc
|
|
@@ -502,32 +494,24 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
502
494
|
||matches4you.info^$all
|
|
503
495
|
||reifenachbarn.com^$all
|
|
504
496
|
/zclkredirect?visitid=$doc
|
|
505
|
-
||done-install.com^$all
|
|
506
|
-
||felicitakam.ru^$all
|
|
507
|
-
||livestreamchatme.com^$all
|
|
508
497
|
||livechatlove.store^$all
|
|
509
498
|
||naughtymets.com^$all
|
|
510
499
|
||linkprotecttrck.com^$all
|
|
511
500
|
||www3secure.com^$all
|
|
512
501
|
||midnighthookup.today^$all
|
|
513
502
|
||padsthai.com^$all
|
|
514
|
-
||doppelsbangers.com^$all
|
|
515
503
|
||dirtyflirt9.com^$all
|
|
516
504
|
||bestvideo.cloud^$all
|
|
517
505
|
||bmtracks.com^$all
|
|
518
506
|
||doublebangers.com^$all
|
|
519
|
-
||laddler.site^$all
|
|
520
507
|
||bintrr.top^$all
|
|
521
508
|
||bustymeets.com^$all
|
|
522
509
|
||aht42trk.com^$all
|
|
523
510
|
||jasnathvibes.com^$all
|
|
524
|
-
||falltes.site^$all
|
|
525
511
|
||lewdmilfh22y.com^$all
|
|
526
512
|
/mc-test/*/index.php?cid=$doc
|
|
527
513
|
||attractivecutiewcx.com^$all
|
|
528
|
-
||onecupcoffeereviews.com^$all
|
|
529
514
|
||skollett.site^$all
|
|
530
|
-
||browserneedupdate.com^
|
|
531
515
|
||click-allow.top^
|
|
532
516
|
||feelfllirty.com^$all
|
|
533
517
|
||spiendidates.com^$all
|
|
@@ -546,12 +530,9 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
546
530
|
||himasearch.shop^$doc
|
|
547
531
|
||reddriko.site^$all
|
|
548
532
|
||mikkerst.com^$all
|
|
549
|
-
||sugarfllngs.com^$all
|
|
550
533
|
||trripwire.com^$all
|
|
551
|
-
||ardentcrackerbo.com^$all
|
|
552
534
|
/dating/adult/*/index.html?*p1=$doc
|
|
553
535
|
/video-app-default/adult/*/index.html?*p1=$doc
|
|
554
|
-
||meetdats.com^$all
|
|
555
536
|
||meet-flirts.com^$all
|
|
556
537
|
||mltrck.com^$all
|
|
557
538
|
||meetshorny.link^$all
|
|
@@ -560,7 +541,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
560
541
|
||pecuniatrck.com^$all
|
|
561
542
|
||smart-tds.com^$all
|
|
562
543
|
||nicking-unding.com^$all
|
|
563
|
-
||septdate.com^$all
|
|
564
544
|
||maturewomenevm5.com^$all
|
|
565
545
|
||164.132.74.156^$all
|
|
566
546
|
||icetraff.com^$all
|
|
@@ -592,7 +572,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
592
572
|
/1/index.html?c=$doc
|
|
593
573
|
/2/index.html?c=$doc
|
|
594
574
|
||1win-17545.com^
|
|
595
|
-
||saucygirls4g.com^$all
|
|
596
575
|
||onlysexygirl.com^$all
|
|
597
576
|
||binomasia.com^$all
|
|
598
577
|
/protectme_new1/index.html?$doc
|
|
@@ -605,22 +584,18 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
605
584
|
||rekosx.co.in^$all
|
|
606
585
|
||remor.xyz^$all
|
|
607
586
|
||github.io/health-records-x-ray$doc
|
|
608
|
-
||rusoil24.ru^$all
|
|
609
587
|
||adultminglenight.click^$all
|
|
610
588
|
||miallafun.com^$all
|
|
611
589
|
||derriks.site^$all
|
|
612
590
|
||butya.top^$all
|
|
613
|
-
||onenightfindertm.com^$all
|
|
614
591
|
||datenaughtysingles.click^$all
|
|
615
592
|
||flirtyconnection.click^$all
|
|
616
593
|
/other/btn/*/index.html?*p1=$doc
|
|
617
594
|
||suitablepartner.life^$all
|
|
618
595
|
||ohmysweetromancespot.life^$all
|
|
619
|
-
||yourdatefind.com^$all
|
|
620
596
|
||olosex.pics^$all
|
|
621
597
|
||painfont.cyou^$all
|
|
622
598
|
||builder.hufs.ac.kr/goLink.jsp?url=xn-$doc
|
|
623
|
-
||m.jubilantrefreshingvisit.buzz^$all
|
|
624
599
|
||lamilagq.com^$all
|
|
625
600
|
/1/index.html?p1=$doc
|
|
626
601
|
/fb_video_googleplay/*/index.html?*p1=$doc
|
|
@@ -648,8 +623,12 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
648
623
|
||latenightlovers.com^$all
|
|
649
624
|
||clickrotate.net^$all
|
|
650
625
|
||date2night.b-cdn.net^
|
|
651
|
-
||fourth-4-cdn.com^
|
|
652
626
|
||tinder-love.xyz^$all
|
|
627
|
+
||sweet-hot-lady.top^$all
|
|
628
|
+
||ntfck.com^$all
|
|
629
|
+
||malenirt.site^$all
|
|
630
|
+
||repostponing.cfd^$all
|
|
631
|
+
/post/FileRotator_ID*/download.php?subid=$xhr
|
|
653
632
|
||mikkim.top^$all
|
|
654
633
|
||discordvip.createsocialcard.top^$all
|
|
655
634
|
||whatsapp-32w.pages.dev^$all
|
|
@@ -684,32 +663,31 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
684
663
|
||sharpfiledownload.com^$all
|
|
685
664
|
||one-click.cc^$all
|
|
686
665
|
||descarga.pw^$doc
|
|
687
|
-
||soft-lab.pw^$doc
|
|
688
|
-
||cheats.ink^$doc
|
|
689
|
-
||cheat-world.site^$doc
|
|
690
666
|
||clc-link.me^$all
|
|
691
|
-
||soft-portal.me^$doc
|
|
692
667
|
||app.mediafire.com/jjtzeom4qvvxb$doc
|
|
693
668
|
||app.mediafire.com/36culjifmas7b$doc
|
|
694
|
-
||app.mediafire.com/
|
|
695
|
-
||app.mediafire.com/
|
|
669
|
+
||app.mediafire.com/zjtlygawl2i6h$doc
|
|
670
|
+
||app.mediafire.com/29ph7u17caayi$doc
|
|
696
671
|
||mediafire.com/folder/10ejpiwio2gfh/$doc
|
|
697
|
-
||mediafire.com/folder/47ccu44v3b5sq/$doc
|
|
698
|
-
||mediafire.com/folder/n2cwlepl4zeov/$doc
|
|
699
672
|
||mediafire.com/folder/v6itahr4p07b1/$doc
|
|
700
|
-
||mediafire.com/folder/01t0gadw328j9/$doc
|
|
701
|
-
||mediafire.com/folder/h9o4dqf15amrc/$doc
|
|
702
673
|
||mediafire.com/folder/ofa1qju50ffaz/$doc
|
|
703
|
-
||mediafire.com/folder/
|
|
674
|
+
||mediafire.com/folder/5mm90sz4nz0ui/$doc
|
|
675
|
+
||mediafire.com/folder/90qj06387ezr8/$doc
|
|
676
|
+
||mediafire.com/folder/5ablaa1bmr2sb/$doc
|
|
677
|
+
||mediafire.com/folder/oagotlqizjthi/$doc
|
|
678
|
+
||mediafire.com/folder/24w1fswggsv41/$doc
|
|
679
|
+
||mediafire.com/folder/u2is2eo3euyqd/$doc
|
|
680
|
+
||mediafire.com/folder/oljsfjvzr13f2/$doc
|
|
704
681
|
||www.youtube.com/@pengwincheat/$doc
|
|
705
682
|
||www.youtube.com/channel/UCS9ql1ylQmDx7o_6v15X7mw/$doc
|
|
706
683
|
||www.youtube.com/channel/UCEMJ0wTeQgvyyvQTil7tteQ/$doc
|
|
707
|
-
||www.youtube.com/channel/UC0G6UimTOf4mIRvW11yPZXQ/$doc
|
|
708
684
|
||www.youtube.com/channel/UCNLgP9j7dK6tvEiZC2wZp5Q/$doc
|
|
709
|
-
||
|
|
685
|
+
||www.youtube.com/channel/UCwmnsubfOCTN_xMhg4czo5A/$doc
|
|
710
686
|
||sites.google.com/view/hubgames|$doc
|
|
711
|
-
||sites.google.com/view/
|
|
712
|
-
||sites.google.com/view/
|
|
687
|
+
||sites.google.com/view/flechh|$doc
|
|
688
|
+
||sites.google.com/view/kostsoft|$doc
|
|
689
|
+
||sites.google.com/view/ex1aucnh3r/$doc
|
|
690
|
+
||sites.google.com/view/nexol|$doc
|
|
713
691
|
||gamefree.vip^$doc
|
|
714
692
|
||gocrazy.gg^$doc
|
|
715
693
|
||murhack.com^$doc
|
|
@@ -722,15 +700,19 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
722
700
|
||yuqucheat.com^$doc
|
|
723
701
|
||games-blacksoft.com^$doc
|
|
724
702
|
||freefiles-upload.com^$doc
|
|
725
|
-
||rgcatalyst.biz^$all
|
|
726
703
|
||arcanecheat.com^$doc
|
|
727
704
|
||projectglbl.lol^$doc
|
|
728
|
-
||zensoft.club^$all
|
|
729
705
|
||evilmods.com^$doc
|
|
706
|
+
||zencloud.life^$doc
|
|
707
|
+
||projecthygieia.com^$all
|
|
708
|
+
||pctopkey.com^$all
|
|
709
|
+
||zxcprogs.shop^$all
|
|
710
|
+
||echeloncheats.space^$all
|
|
730
711
|
||cloud-folder.org^$doc
|
|
731
712
|
||cloud-pack.org^$doc
|
|
732
713
|
||cloud-deployments.org^$doc
|
|
733
714
|
||tech-cloud.org^$doc
|
|
715
|
+
||cloud-access.org^$doc
|
|
734
716
|
.systems/signup?ad_domain=$doc,popup
|
|
735
717
|
! fake software updaters /redirections
|
|
736
718
|
||atnpx.com^
|
|
@@ -739,11 +721,8 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
739
721
|
||mfroute.com^
|
|
740
722
|
||webpushcloud.top^
|
|
741
723
|
||workerz1.com^
|
|
742
|
-
||xpayperinstx2.com^
|
|
743
|
-
||zvideo-live.com^
|
|
744
724
|
/index.php?uid=*&code=ad^$doc
|
|
745
725
|
||koitushinterneinnehmen.s3.eu-central-1.amazonaws.com^$all
|
|
746
|
-
||localsexfinderxxx4.com^$all
|
|
747
726
|
||sinder8.com^$all
|
|
748
727
|
||bigosext69.com^$all
|
|
749
728
|
||captcharesolving-universe.com^$all
|
|
@@ -751,7 +730,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
751
730
|
||trfcbooost.com^$all
|
|
752
731
|
||turboadblocker.com^$all
|
|
753
732
|
||youtuba.com^$all
|
|
754
|
-
||polyhymnia-mar.com^$all
|
|
755
733
|
! Typosquatting: redirects to scam sites
|
|
756
734
|
||bestbut.com^$all
|
|
757
735
|
||girhub.com^$all
|
|
@@ -767,25 +745,16 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
767
745
|
||youvetube.com^$all
|
|
768
746
|
! "looks like typo squatting"
|
|
769
747
|
||wanderlust.rocks^$all
|
|
770
|
-
||harmlessmessage.com^$all
|
|
771
748
|
||hushemail.net^$all
|
|
772
|
-
||hushmailservice.com^$all
|
|
773
749
|
||lavaboom.net^$all
|
|
774
750
|
||privacyharbor.net^$all
|
|
775
|
-
||privacyharbors.com^$all
|
|
776
|
-
||prontonmailpro.com^$all
|
|
777
|
-
||protonmails.com^$all
|
|
778
751
|
||protonmails.net^$all
|
|
779
|
-
||safemessagesystems.com^$all
|
|
780
|
-
||silencemail.com^$all
|
|
781
752
|
||tutamail.net^$all
|
|
782
|
-
||tutanoto.com^$all
|
|
783
753
|
||messagesafe.net^$all
|
|
784
754
|
||msgsafe.net^$all
|
|
785
755
|
||best4fuck.com^$all
|
|
786
|
-
||aeeonmaill.com^$all
|
|
787
756
|
||bamboairways.com.vn^$all,to=~bambooairways.com
|
|
788
|
-
||
|
|
757
|
+
||purplexity.ai^$doc,to=~perplexity.ai
|
|
789
758
|
||kuaizip.com^$all
|
|
790
759
|
! ||zhuangjizhuli.com^$all
|
|
791
760
|
! ||zhuangjizhuli.net^$all
|
|
@@ -793,7 +762,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
793
762
|
||xiaobaixitong.com^$all
|
|
794
763
|
||daque.cn^$all
|
|
795
764
|
||dabaicai.com^$all
|
|
796
|
-
||qqfzn.com^$all
|
|
797
765
|
||lubuntu.net^$doc
|
|
798
766
|
/^https:\/\/serch\d{2}\.biz\/\?p=/$doc,to=biz
|
|
799
767
|
! ||driverfix.com^$doc
|
|
@@ -824,7 +792,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
824
792
|
||dogehype.com^$all
|
|
825
793
|
||rblx.land^$all
|
|
826
794
|
||nbryb.com^$all
|
|
827
|
-
||onemacusa.com^$all
|
|
828
795
|
||realnetnews.com^$all
|
|
829
796
|
||rogueleader.org^$all
|
|
830
797
|
||suggestive.com/deals/?cid=$doc
|
|
@@ -840,13 +807,10 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
840
807
|
||updatemobilee.com^$all
|
|
841
808
|
||supreme-ad-blocker.info^$all
|
|
842
809
|
||allprizesforme.com^$all
|
|
843
|
-
||hypernitro.ru^$all
|
|
844
|
-
||nitrohunt.com^$all
|
|
845
810
|
||tekhacks.net^$all
|
|
846
811
|
||freedownloadfiles.org^$all
|
|
847
812
|
||tw-goldenwinner-57.com^$doc
|
|
848
813
|
||fasterfiles.net^$all
|
|
849
|
-
||yunosurveys.com^$all
|
|
850
814
|
||a1475.com^$all
|
|
851
815
|
||ts-group.com^$all
|
|
852
816
|
||88btbtt.com^$all
|
|
@@ -878,7 +842,6 @@ origincrack.com##center > button
|
|
|
878
842
|
||thefreesoft.com^$doc
|
|
879
843
|
||scane.click^$all
|
|
880
844
|
.click/track/*?title=*&key=$doc,to=click
|
|
881
|
-
||sbjjzdwqg41ps.click^$all
|
|
882
845
|
||vgfrrtc.click^$all
|
|
883
846
|
||vablecable.click^$all
|
|
884
847
|
||mcteirx.click^$all
|
|
@@ -893,7 +856,6 @@ origincrack.com##center > button
|
|
|
893
856
|
||steamrip.click^$all
|
|
894
857
|
||swiftflare.click^$all
|
|
895
858
|
||rarz-uploader.com^$all
|
|
896
|
-
||rarz-loader.com^$doc
|
|
897
859
|
||uploader-rars.com^$doc
|
|
898
860
|
||fileexpert.xyz^$all
|
|
899
861
|
||securefiles.pro^$all
|
|
@@ -935,7 +897,7 @@ origincrack.com##center > button
|
|
|
935
897
|
||smartklick.biz^$all
|
|
936
898
|
||zoosk.online^$all
|
|
937
899
|
||fulptube.org^$all
|
|
938
|
-
|
|
900
|
+
/bouncy.php?*&inPopUp=$all
|
|
939
901
|
||onpharmvermen.com^$doc
|
|
940
902
|
||sale24-pills.com^$doc
|
|
941
903
|
||hdvideosnet.com^
|
|
@@ -949,7 +911,6 @@ origincrack.com##center > button
|
|
|
949
911
|
/?c=propeller&lpid=$all
|
|
950
912
|
||geoflix.me^$all
|
|
951
913
|
||skymods.net^$all
|
|
952
|
-
||hypixelstorexyz.pages.dev^$all
|
|
953
914
|
! torrdroidforpc. com
|
|
954
915
|
||slugmefilehos.xyz^$all
|
|
955
916
|
||tinyurl.com/setup-full-version$doc
|
|
@@ -980,13 +941,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
980
941
|
||oyndr.com^$all
|
|
981
942
|
||lpoms.com^$all
|
|
982
943
|
||psfmi.com^$all
|
|
983
|
-
||gftet.com^$all
|
|
984
|
-
||fwern.com^$all
|
|
985
|
-
||ytomb.com^$all
|
|
986
944
|
||gghut.com^$all
|
|
987
|
-
||nkmoo.com^$all
|
|
988
|
-
||nnjou.com^$all
|
|
989
|
-
||foilf.com^$all
|
|
990
945
|
||vlyyg.com^$all
|
|
991
946
|
||pimlm.com^$all
|
|
992
947
|
||mciun.com^$all
|
|
@@ -1006,7 +961,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1006
961
|
||99box.com^$all
|
|
1007
962
|
||ezadblocker.com^$all
|
|
1008
963
|
||watchadsfree.com^$all
|
|
1009
|
-
||discordoauthverification.onrender.com^$all
|
|
1010
964
|
||barlear.ru^$all
|
|
1011
965
|
||kaminarisubs.net^$all
|
|
1012
966
|
||galeden.cn^$all
|
|
@@ -1016,7 +970,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1016
970
|
.top/index-install.html|$doc
|
|
1017
971
|
||r39-g003-h8ig0w-u8f0we8-fgw0rgf-0we880e-rhgth.obs.ap-southeast-2.myhuaweicloud.com^$all
|
|
1018
972
|
||bafybeiexjty7qmufu5jvbyln5ce5mue2lqw2htafc3api4wwsefxet5k54.ipfs.dweb.link^$all
|
|
1019
|
-
||jlydxj.com^$all
|
|
1020
973
|
||chargerlogistics-dot-exceldocsverification.uk.r.appspot.com^$all
|
|
1021
974
|
||bizerba-dot-azure-projectfiles.uk.r.appspot.com^$all
|
|
1022
975
|
||aajdrp.com^$all
|
|
@@ -1024,15 +977,12 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1024
977
|
||metamasek.cc^$all
|
|
1025
978
|
||theexpressiveteacher.com^$all
|
|
1026
979
|
||007itshop.com^$all
|
|
1027
|
-
||tonghongad.com^$all
|
|
1028
980
|
||e-tax-nta.web.app^$all
|
|
1029
|
-
||dinglike.com^$all
|
|
1030
981
|
||blisterlngdate.com^$all
|
|
1031
982
|
||fapello.xyz^$all
|
|
1032
983
|
||pf0755.cn^$all
|
|
1033
984
|
||hohshops.com^$all
|
|
1034
985
|
||bavaria-cup.ru^$all
|
|
1035
|
-
||patriothomestore.com^$all
|
|
1036
986
|
||luckypapa.xyz^$doc
|
|
1037
987
|
||manage-fpw-my-sakura-fpw-jp-fpw.impulsion.mu^$all
|
|
1038
988
|
||honda-law-office.jp/wp-includes/70038/Earthcorejp/|$doc
|
|
@@ -1040,34 +990,23 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1040
990
|
||qhigh.com^$all
|
|
1041
991
|
||yoinst.com^$doc
|
|
1042
992
|
||almostmy.com^$all
|
|
1043
|
-
||mkwlejfnaklglkasdjg.com^$all
|
|
1044
|
-
||caponefx.com^$all
|
|
1045
|
-
||jpzone.vip^$all
|
|
1046
993
|
||tokyobag.shop^$all
|
|
1047
994
|
||erdfkhxrnanm.top^$all
|
|
1048
995
|
||tfehmsag.xyz^$all
|
|
1049
996
|
||authority-uspser.top^$all
|
|
1050
997
|
||www.uspertest.vip^$all
|
|
1051
998
|
||xqfefdkey.xyz^$all
|
|
1052
|
-
||aeonasco.com^$all
|
|
1053
|
-
||tokyo-waters.com^$all
|
|
1054
999
|
||app-bitbanlk-cc.weebly.com^$all
|
|
1055
|
-
||www-bitbenk-app.com^$all
|
|
1056
1000
|
||oioi-tokye.top^$all
|
|
1057
1001
|
||tpoint-sites.com^$all
|
|
1058
1002
|
||cordialhoist.top^$all
|
|
1059
1003
|
||app.stocksj.xyz^
|
|
1060
1004
|
||oioi-store.vip^$all
|
|
1061
1005
|
||totalpcsecure.com^$all
|
|
1062
|
-
||gczxaczixzierxzier.com^$all
|
|
1063
1006
|
||zhikunux.com^$all
|
|
1064
|
-
||myetherwalletet.org^$all
|
|
1065
1007
|
||smart-ex-jp.top^$all
|
|
1066
1008
|
||luckvote.top^$all
|
|
1067
1009
|
||kuronekoyamato-jp.com^$all
|
|
1068
|
-
||appleidliy.com^$all
|
|
1069
|
-
||jp-kensatsu.com^$all
|
|
1070
|
-
||saichengbs.com^$all
|
|
1071
1010
|
||npajp.icu^$all
|
|
1072
1011
|
||web-telegvm.org^$all
|
|
1073
1012
|
||m-k-r-5.com^$all
|
|
@@ -1076,8 +1015,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1076
1015
|
||sapjp.com^$doc
|
|
1077
1016
|
||t-pia.me^$all
|
|
1078
1017
|
||toythieves.com^$all
|
|
1079
|
-
||rlfrbxj.com^$all
|
|
1080
|
-
||dsichina.com^$all
|
|
1081
1018
|
||rigidconcrete.ca^$all
|
|
1082
1019
|
||sportslevels.com^$all
|
|
1083
1020
|
||sso.biglobe.jp.net^$all
|
|
@@ -1087,7 +1024,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1087
1024
|
||btemgb.com^$all
|
|
1088
1025
|
||amaeex.one^$all
|
|
1089
1026
|
||ec2-13-230-253-66.ap-northeast-1.compute.amazonaws.com^$all
|
|
1090
|
-
||pocket-888.com^$all
|
|
1091
1027
|
! scam sites
|
|
1092
1028
|
||webuzz.me^$doc
|
|
1093
1029
|
||coup-ling.net^$all
|
|
@@ -1102,7 +1038,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1102
1038
|
||8senjya.jp^$doc
|
|
1103
1039
|
||a-divination.com^$doc
|
|
1104
1040
|
||ad7mylo.com^$doc
|
|
1105
|
-
||advice-obtrusive.com^$doc
|
|
1106
1041
|
||after-pop-abc.com^$doc
|
|
1107
1042
|
||aiai-talk.com^$doc
|
|
1108
1043
|
||aiaitalk.com^$doc
|
|
@@ -1112,7 +1047,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1112
1047
|
||aqmessage.jp^$doc
|
|
1113
1048
|
||astraeus-star.site^$doc
|
|
1114
1049
|
||best-chat.net^$doc
|
|
1115
|
-
||best-friendd.net^$doc
|
|
1116
1050
|
||best-friendd2022.net^$doc
|
|
1117
1051
|
||bestxchat.net^$doc
|
|
1118
1052
|
||bluew-web.com^$doc
|
|
@@ -1134,7 +1068,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1134
1068
|
||dydynight.org^$doc
|
|
1135
1069
|
||en-kakuri.biz^$doc
|
|
1136
1070
|
||en-mu-su-bi.com^$doc
|
|
1137
|
-
||entertainment-undamped.net^$doc
|
|
1138
1071
|
||fapp.work^$doc
|
|
1139
1072
|
||fl-0wer685hjdp300.com^$doc
|
|
1140
1073
|
||fle652.net^$doc
|
|
@@ -1165,7 +1098,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1165
1098
|
||i.redi-ana.jp^$doc
|
|
1166
1099
|
||i2019.jp^$doc
|
|
1167
1100
|
||indi-ana.jp^$doc
|
|
1168
|
-
||ir0d0ri.jp^$doc
|
|
1169
1101
|
||iri195.net^$doc
|
|
1170
1102
|
||irie3.net^$doc
|
|
1171
1103
|
||ivy2241u.jp^$doc
|
|
@@ -1176,7 +1108,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1176
1108
|
||kaiun-com.com^$doc
|
|
1177
1109
|
||kaiun-park.jp^$doc
|
|
1178
1110
|
||keep.secret-ace.com^$doc
|
|
1179
|
-
||koifull.jp^$doc
|
|
1180
1111
|
||koiroom.net^$doc
|
|
1181
1112
|
||koiroomnotice.net^$doc
|
|
1182
1113
|
||koun-yogen.com^$doc
|
|
@@ -1217,8 +1148,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1217
1148
|
||naja59jg.com^$doc
|
|
1218
1149
|
||navi-match.net^$doc
|
|
1219
1150
|
||near-s.com^$doc
|
|
1220
|
-
||nearing.jp^$doc
|
|
1221
|
-
||neverthelessadvertising.com^$doc
|
|
1222
1151
|
||new.hpk0fu9.jp^$doc
|
|
1223
1152
|
||newencounter.pw^$doc
|
|
1224
1153
|
||nydlaepytwuekwhfyvivsf.com^$doc
|
|
@@ -1227,7 +1156,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1227
1156
|
||onega.jp^$doc
|
|
1228
1157
|
||onegaga.jp^$doc
|
|
1229
1158
|
||oprirgreifeuprdlojeocg.com^$doc
|
|
1230
|
-
||originatepour.com^$doc
|
|
1231
1159
|
||osubstancenasubstitute.com^$doc
|
|
1232
1160
|
||otona-nona.biz^$doc
|
|
1233
1161
|
||otonanona.jp^$doc
|
|
@@ -1239,7 +1167,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1239
1167
|
||plati-num.com^$doc
|
|
1240
1168
|
||pr0m.site^$doc
|
|
1241
1169
|
||privatelife.jp^$doc
|
|
1242
|
-
||psg.make9-salon.com^$doc
|
|
1243
1170
|
||purpleiyvf.com^$doc
|
|
1244
1171
|
||r30address.com^$doc
|
|
1245
1172
|
||r30deai.com^$doc
|
|
@@ -1270,25 +1197,19 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1270
1197
|
||tadaapomail.com^$doc
|
|
1271
1198
|
||tadamatch.com^$doc
|
|
1272
1199
|
||tenluuce.jp^$doc
|
|
1273
|
-
||terinron.com^$doc
|
|
1274
1200
|
||tsumalabo.jp^$doc
|
|
1275
1201
|
||tumalabo.net^$doc
|
|
1276
1202
|
||tyotto.jp^$doc
|
|
1277
1203
|
||tyotyo.biz^$doc
|
|
1278
1204
|
||u3ig.com^$doc
|
|
1279
|
-
||undetermined-whitish.com^$doc
|
|
1280
1205
|
||ura-nai-best.com^$doc
|
|
1281
1206
|
||vanilla-japan.net^$doc
|
|
1282
1207
|
||verita-t.jp^$doc
|
|
1283
|
-
||very.bes-tplay.com^$doc
|
|
1284
1208
|
||with.2-on-line.com^$doc
|
|
1285
1209
|
||yu0287tk.com^$doc
|
|
1286
1210
|
||yumajhsbsff.com^$doc
|
|
1287
1211
|
||jivo-ce.jp^$doc
|
|
1288
1212
|
||whimsicalrain.com^$doc
|
|
1289
|
-
||myjapanonlineshop.xyz^$all
|
|
1290
|
-
||mynameserverok.xyz^$all
|
|
1291
|
-
||slapcleaner.com^$all
|
|
1292
1213
|
||tatikhale.xyz^$all
|
|
1293
1214
|
||2226wurpatw.tokyo^$doc
|
|
1294
1215
|
||app.plum375ap.com^$doc
|
|
@@ -1304,16 +1225,12 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1304
1225
|
||naughtyfever.com^$doc
|
|
1305
1226
|
||oo.opaall.com^$doc
|
|
1306
1227
|
||sldg02.com^$doc
|
|
1307
|
-
||sll-lp1f.com^$doc
|
|
1308
|
-
||smart-chat.info^$doc
|
|
1309
1228
|
||tenseikaiun.com^$doc
|
|
1310
|
-
||v1v-g1ft-o7.com^$doc
|
|
1311
1229
|
||woman-busi.com^$doc
|
|
1312
1230
|
||secure-57v.pages.dev^$all
|
|
1313
1231
|
||ll-m-work-2020.com^$doc
|
|
1314
1232
|
||slb3cr9dx9.jp^$doc
|
|
1315
1233
|
||sukui05.com^$doc
|
|
1316
|
-
||36vv-ssj.com^$doc
|
|
1317
1234
|
||4miracle4.jp^$doc
|
|
1318
1235
|
||abc.youtus7216.com^$doc
|
|
1319
1236
|
||amari-ama.com^$doc
|
|
@@ -1327,15 +1244,10 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1327
1244
|
||dddiey-s1d2.com^$doc
|
|
1328
1245
|
||deaimatch.jp^$doc
|
|
1329
1246
|
||facebooc.jp^$doc
|
|
1330
|
-
||friendmatch.jp^$doc
|
|
1331
|
-
||ganesha0910.com^$doc
|
|
1332
1247
|
||gtir5die6sutngr.jpn.com^$doc
|
|
1333
1248
|
||happiness-gate.com^$doc
|
|
1334
|
-
||happy-h0ur.jp^$doc
|
|
1335
|
-
||heart-s2.com^$doc
|
|
1336
1249
|
||iikanjiyanakanjide.wixsite.com^$doc
|
|
1337
1250
|
||kisekichikara.com^$doc
|
|
1338
|
-
||l1nefree.com^$doc
|
|
1339
1251
|
||loto-chance.com^$doc
|
|
1340
1252
|
||makoto-in-room.wixsite.com^$doc
|
|
1341
1253
|
||moira-101.com^$doc
|
|
@@ -1353,33 +1265,26 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1353
1265
|
||rainbow-fortune.com^$doc
|
|
1354
1266
|
||rainbow-fortune.jp^$doc
|
|
1355
1267
|
||sall.etchat.jp^$doc
|
|
1356
|
-
||som7ebb3.com^$doc
|
|
1357
1268
|
||star-fortune.com^$doc
|
|
1358
1269
|
||toki-no-irodori.com^$doc
|
|
1359
1270
|
||tokyo-get-business.jp^$doc
|
|
1360
1271
|
||tomodachixoxo.wixsite.com^$doc
|
|
1361
1272
|
||triangle123.com^$doc
|
|
1362
|
-
||trust-tarade.net^$doc
|
|
1363
1273
|
||ukokjxfbdqwffmuvsd.jp^$doc
|
|
1364
|
-
||umjditpwlb4f.com^$doc
|
|
1365
1274
|
||unmei-kaika.com^$doc
|
|
1366
|
-
||very10.com^$doc
|
|
1367
1275
|
||vf5rkgirsir8ska.jpn.com^$doc
|
|
1368
1276
|
||vitop7eg5sqwgbk.jpn.com^$doc
|
|
1369
1277
|
||vixii.co^$doc
|
|
1370
1278
|
||wishhoree1890.com^$doc
|
|
1371
1279
|
||with-with.net^$doc
|
|
1372
1280
|
||xs5rur1she7eyry.jpn.com^$doc
|
|
1373
|
-
||you.y-uh9k7n5y.tokyo^$doc
|
|
1374
1281
|
||57zyazmk.jp^$doc
|
|
1375
1282
|
||a.tlineat.jp^$doc
|
|
1376
|
-
||abc.lemon2023.com^$doc
|
|
1377
1283
|
||angelchance.com^$doc
|
|
1378
1284
|
||b2ujcm.com^$doc
|
|
1379
1285
|
||be-loaded.com^$doc
|
|
1380
1286
|
||coralnov.jp^$doc
|
|
1381
1287
|
||deaisaito.jp^$doc
|
|
1382
|
-
||dia-lover.com^$doc
|
|
1383
1288
|
||doorway-of-guidance.com^$doc
|
|
1384
1289
|
||ed-blissful.com^$doc
|
|
1385
1290
|
||eika-akie220202.com^$doc
|
|
@@ -1401,14 +1306,12 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1401
1306
|
||im-excellent.com^$doc
|
|
1402
1307
|
||infomessagehappy.com^$doc
|
|
1403
1308
|
||iris-808.com^$doc
|
|
1404
|
-
||jdig56po.com^$doc
|
|
1405
1309
|
||kaaairoo549kai.com^$doc
|
|
1406
1310
|
||kahimeyuki.jp^$doc
|
|
1407
1311
|
||karinaroom.wixsite.com^$doc
|
|
1408
1312
|
||l-chat.jp^$doc
|
|
1409
1313
|
||login-chat.net^$doc
|
|
1410
1314
|
||lovekatsu2277.com^$doc
|
|
1411
|
-
||match1ng.com^$doc
|
|
1412
1315
|
||mintiia.com^$doc
|
|
1413
1316
|
||mio-love2.wixsite.com^$doc
|
|
1414
1317
|
||moon-1light.com^$doc
|
|
@@ -1425,21 +1328,16 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1425
1328
|
||pinponpaipan.com^$doc
|
|
1426
1329
|
||poke10ve.com^$doc
|
|
1427
1330
|
||pocketlove.jp^$doc
|
|
1428
|
-
||pos.tnsd-apsq.com^$doc
|
|
1429
1331
|
||ppo.re9t-hmd0.com^$doc
|
|
1430
1332
|
||relife0001.com^$doc
|
|
1431
1333
|
||relifemail555.com^$doc
|
|
1432
1334
|
||s-kiseki.jp^$doc
|
|
1433
1335
|
||sebumu28.com^$doc
|
|
1434
1336
|
||sevensmooon.com^$doc
|
|
1435
|
-
||su-hisenjutu.com^$doc
|
|
1436
|
-
||suhi-senjutsu.com^$doc
|
|
1437
|
-
||suhi-sejutsuexpert.com^$doc
|
|
1438
1337
|
||tada10ve.jp^$doc
|
|
1439
1338
|
||tada1ove.com^$doc
|
|
1440
1339
|
||take.the.n-chapter.jp^$doc
|
|
1441
1340
|
||tkmailgirl.xyz^$doc
|
|
1442
|
-
||toxic-ventilate.com^$doc
|
|
1443
1341
|
||ultratime.info^$doc
|
|
1444
1342
|
||uu-charisma.jp^$doc
|
|
1445
1343
|
||v-yummy.com^$doc
|
|
@@ -1455,7 +1353,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1455
1353
|
||zaitaku-baito.com^$doc
|
|
1456
1354
|
||action0120.com^$doc
|
|
1457
1355
|
||best-web2020.com^$doc
|
|
1458
|
-
||computer0120.com^$doc
|
|
1459
1356
|
||degmq5l23.jp^$doc
|
|
1460
1357
|
||dosudosuo.com^$doc
|
|
1461
1358
|
||fanfande.net^$doc
|
|
@@ -1463,12 +1360,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1463
1360
|
||forum0120.com^$doc
|
|
1464
1361
|
||foundate-core.net^$doc
|
|
1465
1362
|
||intern0120.com^$doc
|
|
1466
|
-
||kasegeru-rank.com^$doc
|
|
1467
1363
|
||li-neeee.net^$doc
|
|
1468
1364
|
||linemail.work^$doc
|
|
1469
1365
|
||make2022.com^$doc
|
|
1470
|
-
||positive0120.com^$doc
|
|
1471
|
-
||protein0120.com^$doc
|
|
1472
1366
|
||ol2ewq989.jp^$doc
|
|
1473
1367
|
||salon.beauty202201.com^$doc
|
|
1474
1368
|
||sbfw.work^$doc
|
|
@@ -1527,9 +1421,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1527
1421
|
||heartmatch.jp^$doc
|
|
1528
1422
|
||hho.yes-hhoyf.com^$doc
|
|
1529
1423
|
||home-22-time.com^$doc
|
|
1530
|
-
||hy4ied3d.com^$doc
|
|
1531
1424
|
||i5h56ozira7l6.jp^$doc
|
|
1532
|
-
||ii-earth.com^$doc
|
|
1533
1425
|
||jack-roaddinc.jp^$doc
|
|
1534
1426
|
||japanhotties.jp^$doc
|
|
1535
1427
|
||jdoasjfojuhod.com^$doc
|
|
@@ -1565,7 +1457,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1565
1457
|
||plaza-l1o0nni-p1aza.com^$doc
|
|
1566
1458
|
||ps-sns0girls.com^$doc
|
|
1567
1459
|
||ptron.net^$doc
|
|
1568
|
-
||pxk.jp^$doc
|
|
1569
1460
|
||ranch-1and.com^$doc
|
|
1570
1461
|
||rexsvj8omabse.jp^$doc
|
|
1571
1462
|
||richheart.completelifetime.com^$doc
|
|
@@ -1588,8 +1479,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1588
1479
|
||vhills.net^$doc
|
|
1589
1480
|
||votteetten.com^$doc
|
|
1590
1481
|
||vqydliiyda.net^$doc
|
|
1591
|
-
||wbpb9.com^$doc
|
|
1592
|
-
||whim-w.net^$doc
|
|
1593
1482
|
||xn--4dkua4c8143c.jp^$doc
|
|
1594
1483
|
||xn--edkc9m807k.jp^$doc
|
|
1595
1484
|
||xn--n8j0la8wb3547bghe.jp^$doc
|
|
@@ -1732,14 +1621,11 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1732
1621
|
||0didjsgheje.club^$doc
|
|
1733
1622
|
||5050.fm^$doc
|
|
1734
1623
|
||6xtpke4.com^$doc
|
|
1735
|
-
||8xpamp5fxd.com^$doc
|
|
1736
|
-
||aberration-0000000001.com^$doc
|
|
1737
1624
|
||adoptmeantranslate.com^$doc
|
|
1738
1625
|
||after-7.net^$doc
|
|
1739
1626
|
||aikatuz.jp^$doc
|
|
1740
1627
|
||always-happy-fortune.com^$doc
|
|
1741
1628
|
||alwayslike.safestspot.jp^$doc
|
|
1742
|
-
||anau6stg6y.com^$doc
|
|
1743
1629
|
||aphrodite-astrology.net^$doc
|
|
1744
1630
|
||apppleheaddd.jp^$doc
|
|
1745
1631
|
||bestcosme.jp^$doc
|
|
@@ -1786,7 +1672,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1786
1672
|
||higher-mainnd.jp^$doc
|
|
1787
1673
|
||igazre.com^$doc
|
|
1788
1674
|
||jinsei-uranai2023.com^$doc
|
|
1789
|
-
||just1ce.net^$doc
|
|
1790
1675
|
||kantei-oracle.com^$doc
|
|
1791
1676
|
||kinhako-m02.com^$doc
|
|
1792
1677
|
||lover-c.com^$doc
|
|
@@ -1806,10 +1691,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1806
1691
|
||rosaca-nina.net^$doc
|
|
1807
1692
|
||s-space.jp^$doc
|
|
1808
1693
|
||sokuai.jp^$doc
|
|
1809
|
-
||sp-gt-meet.com^$doc
|
|
1810
1694
|
||spring-sealion.com^$doc
|
|
1811
1695
|
||spiritual-leading.com^$doc
|
|
1812
|
-
||star-superstar-yellow.com^$doc
|
|
1813
1696
|
||sugusagasu.com^$doc
|
|
1814
1697
|
||sukui01.com^$doc
|
|
1815
1698
|
||sukui02.com^$doc
|
|
@@ -1824,7 +1707,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1824
1707
|
||unmei2023.com^$doc
|
|
1825
1708
|
||uranai-hit.com^$doc
|
|
1826
1709
|
||uranai-like.com^$doc
|
|
1827
|
-
||utugmz93sr.com^$doc
|
|
1828
1710
|
||wastearguewasteill.com^$doc
|
|
1829
1711
|
||web.fe-vrier.com^$doc
|
|
1830
1712
|
||whpbrmdss.com^$doc
|
|
@@ -1834,13 +1716,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1834
1716
|
||cwa-2020.com^$doc
|
|
1835
1717
|
||dwoetbarcrooplsloiwh.com^$doc
|
|
1836
1718
|
||gargar.making-garden.com^$doc
|
|
1837
|
-
||happy-popice.com^$doc
|
|
1838
|
-
||kronos2022.com^$doc
|
|
1839
1719
|
||like-baloon-leaf.com^$doc
|
|
1840
1720
|
||mor.chance-10dayful.com^$doc
|
|
1841
|
-
||octagongon.com^$doc
|
|
1842
1721
|
||s.meru.jp^$doc
|
|
1843
|
-
||vcrwv.monster^$doc
|
|
1844
1722
|
||x-yz6asktoi.com^$doc
|
|
1845
1723
|
||x-yzn6.com^$doc
|
|
1846
1724
|
||x6-yz-kzyx0.com^$doc
|
|
@@ -1854,10 +1732,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1854
1732
|
||m2sg.jp^$doc
|
|
1855
1733
|
||mamasg.net^$doc
|
|
1856
1734
|
||mcbien.net^$doc
|
|
1857
|
-
||mlaligms205s.com^$doc
|
|
1858
1735
|
||rollfa.net^$doc
|
|
1859
|
-
||rollin-12fate.com^$doc
|
|
1860
|
-
||rollin-fat1e.com^$doc
|
|
1861
1736
|
||sgua.jp^$doc
|
|
1862
1737
|
||spilov.net^$doc
|
|
1863
1738
|
||splv.jp^$doc
|
|
@@ -1928,7 +1803,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1928
1803
|
||vy8monlf1t.com^$doc
|
|
1929
1804
|
||wifekai.net^$doc
|
|
1930
1805
|
||zerocha.jp^$doc
|
|
1931
|
-
||catchato10.com^$doc
|
|
1932
1806
|
||chat-search.com^$doc
|
|
1933
1807
|
||happy.pp99adad.com^$doc
|
|
1934
1808
|
||hhh.u3se3jg3gae.com^$doc
|
|
@@ -1959,7 +1833,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1959
1833
|
||sachikru3.com^$doc
|
|
1960
1834
|
||sachikru4.com^$doc
|
|
1961
1835
|
||sachikru5.com^$doc
|
|
1962
|
-
||sachikru6.com^$doc
|
|
1963
1836
|
||sachikru7.com^$doc
|
|
1964
1837
|
||sachikru8.com^$doc
|
|
1965
1838
|
||koundayori.com^$doc
|
|
@@ -1977,7 +1850,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1977
1850
|
||sdlbtwi3lr.com^$doc
|
|
1978
1851
|
||tvngrq6yat.com^$doc
|
|
1979
1852
|
||vjybuykaxz4.com^$doc
|
|
1980
|
-
||willgood-will.com^$doc
|
|
1981
1853
|
||y2sysagetf.com^$doc
|
|
1982
1854
|
||san-dast.net^$doc
|
|
1983
1855
|
||dedestin0.jp^$doc
|
|
@@ -1991,14 +1863,10 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1991
1863
|
||for.life-thrones.com^$doc
|
|
1992
1864
|
||7wbb.com^$doc
|
|
1993
1865
|
||me-ru.jp^$doc
|
|
1994
|
-
||byoep.moustachespontaneous.com^$doc
|
|
1995
|
-
||moustachespontaneous.com^$doc
|
|
1996
1866
|
||w-dbl.com^$doc
|
|
1997
1867
|
||recruit-gold.com^$doc
|
|
1998
|
-
||6q5c53c6sg4z9vkkpqnc.com^$doc
|
|
1999
1868
|
||emoti-on.com^$doc
|
|
2000
1869
|
||jinsei-undesu.com^$doc
|
|
2001
|
-
||sftqg7t9cyzjaw0b.com^$doc
|
|
2002
1870
|
||spiritual-jp.com^$doc
|
|
2003
1871
|
||unki-josho.com^$doc
|
|
2004
1872
|
||xdpiwrx7ub.net^$doc
|
|
@@ -2025,29 +1893,22 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2025
1893
|
||softlab.fun^$doc
|
|
2026
1894
|
||appxfree.com^$doc
|
|
2027
1895
|
||appxfree.top^$doc
|
|
2028
|
-
||grasshoppermirro.com^$doc
|
|
2029
1896
|
||nuts.sugar1105.com^$doc
|
|
2030
|
-
||prc.pr-e-c-i-o-us.com^$doc
|
|
2031
1897
|
||kounnomichishirube.net^$doc
|
|
2032
1898
|
||lucksignpost0804.org^$doc
|
|
2033
1899
|
||lightning02s.com^$doc
|
|
2034
1900
|
||lightning0707.com^$doc
|
|
2035
|
-
||jkytd-rd3.com^$doc
|
|
2036
1901
|
||le.tter99.com^$doc
|
|
2037
1902
|
||silversex.com^$doc
|
|
2038
1903
|
||flirttime.com^$doc
|
|
2039
|
-
||eyesput55.com^$doc
|
|
2040
1904
|
||scene7goal3.work^$doc
|
|
2041
|
-
||all-friends0817.com^$doc
|
|
2042
1905
|
||ma-rry.net^$doc
|
|
2043
1906
|
||ma-rry.site^$doc
|
|
2044
1907
|
||altdorfer-niklaus.com^$doc
|
|
2045
|
-
||lucky-star69.com^$doc
|
|
2046
1908
|
||lucky-star8.com^$doc
|
|
2047
1909
|
||tulip-tulip.net^$doc
|
|
2048
1910
|
||koinik.net^$doc
|
|
2049
1911
|
||ukylcim.top^$doc
|
|
2050
|
-
||gallery-sight.com^$doc
|
|
2051
1912
|
||yurizono.com^$doc
|
|
2052
1913
|
||9gcpz8hu.com^$doc
|
|
2053
1914
|
||bobonheur.com^$doc
|
|
@@ -2056,16 +1917,13 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2056
1917
|
||holy-kantei.com^$doc
|
|
2057
1918
|
||sk3-renew.com^$doc
|
|
2058
1919
|
||unki-max.com^$doc
|
|
2059
|
-
||boost6182ll.com^$doc
|
|
2060
1920
|
||eir.tdhg7ppa.com^$doc
|
|
2061
|
-
||grea-fd12dr.com^$doc
|
|
2062
1921
|
||cpd.ipllo4ys.com^$doc
|
|
2063
1922
|
||htjrs-fgds.com^$doc
|
|
2064
1923
|
||recklessdroughtburglar.com^$doc
|
|
2065
1924
|
||the-match.jp^$doc
|
|
2066
1925
|
||gekkei-jyu-gekkei-jyu.com^$doc
|
|
2067
1926
|
||gekkeijyu-gekkeijyu.com^$doc
|
|
2068
|
-
||lemonadebb.net^$doc
|
|
2069
1927
|
||ev4ev.biz^$doc
|
|
2070
1928
|
||evkakuri2308.click^$doc
|
|
2071
1929
|
||gtex3.com^$doc
|
|
@@ -2079,17 +1937,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2079
1937
|
||jukukoi.jp^$doc
|
|
2080
1938
|
||jukukoi.me^$doc
|
|
2081
1939
|
||buono2023-web.com^$doc
|
|
2082
|
-
||a3-1089115.com^$doc
|
|
2083
|
-
||cloud3-3679244.com^$doc
|
|
2084
|
-
||d3-8692227.com^$doc
|
|
2085
1940
|
||ic-05lion.com^$doc
|
|
2086
|
-
||m3-8498263.com^$doc
|
|
2087
1941
|
||michi-fortune.jp^$doc
|
|
2088
1942
|
||miemashita.jp^$doc
|
|
2089
|
-
||p3-5723935.com^$doc
|
|
2090
|
-
||s3-8388725.com^$doc
|
|
2091
|
-
||x3-001-8103.com^$doc
|
|
2092
|
-
||x3-228-1713.com^$doc
|
|
2093
1943
|
||lovely-lovely.com^$doc
|
|
2094
1944
|
||shareno1wish.net^$doc
|
|
2095
1945
|
||cue-find.com^$doc
|
|
@@ -2100,7 +1950,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2100
1950
|
||love2-mail.com^$doc
|
|
2101
1951
|
||gokinjoscreen.com^$doc
|
|
2102
1952
|
||koun-wa.com^$doc
|
|
2103
|
-
||koto-dama-kin.com^$doc
|
|
2104
1953
|
||one----talk.com^$doc
|
|
2105
1954
|
||pc.deainobasyo.jp^$doc
|
|
2106
1955
|
||ewfwetqfbhmlodz.com^$doc
|
|
@@ -2152,7 +2001,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2152
2001
|
||tsumatsuma.xyz^$doc
|
|
2153
2002
|
||olive-ft.jp^$doc
|
|
2154
2003
|
||fortuna-destiny.com^$doc
|
|
2155
|
-
||shiawasenokotae.com^$doc
|
|
2156
2004
|
||az-l.com^$doc
|
|
2157
2005
|
||luna-t.net^$doc
|
|
2158
2006
|
||sm-bt.net^$doc
|
|
@@ -2169,7 +2017,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2169
2017
|
||y54wdrg.com^$doc
|
|
2170
2018
|
||peach2023.net^$doc
|
|
2171
2019
|
||gokinjo---hot.com^$doc
|
|
2172
|
-
||matchin.site^$doc
|
|
2173
2020
|
||metalepsa.me^$doc
|
|
2174
2021
|
||nysoctieotion.tech^$doc
|
|
2175
2022
|
||peroiramus.me^$doc
|
|
@@ -2180,21 +2027,13 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2180
2027
|
||matching-searchh.jp^$doc
|
|
2181
2028
|
||falsettoy.click^$doc
|
|
2182
2029
|
||on-li-ne.net^$doc
|
|
2183
|
-
||rayon-mid.com^$doc
|
|
2184
2030
|
||pc.mt3sys.com^$doc
|
|
2185
2031
|
||as25ap.com^$doc
|
|
2186
2032
|
||asap15.com^$doc
|
|
2187
2033
|
||sm8787.com^$doc
|
|
2188
|
-
||pc.line-center.jp^$doc
|
|
2189
|
-
||pc.peach1ink.jp^$doc
|
|
2190
|
-
||felicitaline.com^$doc
|
|
2191
2034
|
||foretheure.jp^$doc
|
|
2192
2035
|
||alt.com^$doc
|
|
2193
2036
|
||keenchimairaanthem.com^$doc
|
|
2194
|
-
||pc.h1ma.jp^$doc
|
|
2195
|
-
||pc.ta1k.jp^$doc
|
|
2196
|
-
||63jehxd5vfi6.jp^$doc
|
|
2197
|
-
||imiqmcyj4wjj.jp^$doc
|
|
2198
2037
|
||kev8ffh2n9a8.jp^$doc
|
|
2199
2038
|
||qeucuzpbv6jq.jp^$doc
|
|
2200
2039
|
||ccappu-ccinno.com^$doc
|
|
@@ -2223,24 +2062,18 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2223
2062
|
||happyhappylovely.jp^$doc
|
|
2224
2063
|
||lovelylovelyhappy.jp^$doc
|
|
2225
2064
|
||matching364.com^$doc
|
|
2226
|
-
||pc.maleana.jp^$doc
|
|
2227
2065
|
||dr5rmdxa.com^$doc
|
|
2228
|
-
||efmg29.com^$doc
|
|
2229
2066
|
||executiveclub-x3.com^$doc
|
|
2230
2067
|
||kinkyu-desuku-27.com^$doc
|
|
2231
2068
|
||pktbuu.morau.top^$doc
|
|
2232
2069
|
||qxb0v.com^$doc
|
|
2233
2070
|
||w0o.eu^$doc
|
|
2234
2071
|
||zj5c3.com^$doc
|
|
2235
|
-
||e-summer.top^$doc
|
|
2236
2072
|
||getchance.top^$doc
|
|
2237
2073
|
||ilovu.store^$doc
|
|
2238
|
-
||in-sight.top^$doc
|
|
2239
2074
|
||moneyget.top^$doc
|
|
2240
2075
|
||millionget.top^$doc
|
|
2241
|
-
||premiers.top^$doc
|
|
2242
2076
|
||sugukasegu.top^$doc
|
|
2243
|
-
||tbotb.top^$doc
|
|
2244
2077
|
||iris-making.com^$doc
|
|
2245
2078
|
||lm-mousey-happy.com^$doc
|
|
2246
2079
|
||speeds5-mmiliked.com^$doc
|
|
@@ -2254,14 +2087,11 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2254
2087
|
||ll.liberrttyy.com^$doc
|
|
2255
2088
|
||6kk2a4t.com^$doc
|
|
2256
2089
|
||eujsiyajep.niigata.jp^$doc
|
|
2257
|
-
||fnebvr1a.com^$doc
|
|
2258
2090
|
||humane-urgent.com^$doc
|
|
2259
2091
|
||kantanemusuu.jp^$doc
|
|
2260
|
-
||nextgenpeacety.jp^$doc
|
|
2261
2092
|
||sp-ciro-gov.com^$doc
|
|
2262
2093
|
||startwork-introduce.com^$doc
|
|
2263
2094
|
||success-dream.jp^$doc
|
|
2264
|
-
||super-express-f.com^$doc
|
|
2265
2095
|
||lovetwipaco.com^$doc
|
|
2266
2096
|
||sharesharemail.net^$doc
|
|
2267
2097
|
||high-incomes.com^$doc
|
|
@@ -2286,22 +2116,17 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2286
2116
|
||t-haihukikaku.online^$doc
|
|
2287
2117
|
||t-present.online^$doc
|
|
2288
2118
|
||rich-cash.site^$doc
|
|
2289
|
-
||fr4aj87j.com^$doc
|
|
2290
2119
|
||island-vanity.com^$doc
|
|
2291
2120
|
||side-joblp.com^$doc
|
|
2292
|
-
||32k987.com^$doc
|
|
2293
2121
|
||71l0b.com^$doc
|
|
2294
2122
|
||ajv06.com^$doc
|
|
2295
2123
|
||f8dt6.com^$doc
|
|
2296
2124
|
||i7fq6o.com^$doc
|
|
2297
2125
|
||m65ln.com^$doc
|
|
2298
2126
|
||mphb0.com^$doc
|
|
2299
|
-
||sj74is.com^$doc
|
|
2300
2127
|
||e-chat1.com^$doc
|
|
2301
2128
|
||fc67x.com^$doc
|
|
2302
|
-
||condemn-fearful.com^$doc
|
|
2303
2129
|
||heading-towards.net^$doc
|
|
2304
|
-
||search-happiness.jp^$doc
|
|
2305
2130
|
||5hjd9t.com^$doc
|
|
2306
2131
|
||cd7z7b.com^$doc
|
|
2307
2132
|
||d8yfr7.com^$doc
|
|
@@ -2386,10 +2211,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2386
2211
|
||peraichi.com/landing_pages/view/s8j8k/$doc
|
|
2387
2212
|
||lovelove-on-line.site^$doc
|
|
2388
2213
|
||gmatch.jp^$doc
|
|
2389
|
-
||gppw5cm4.com^$doc
|
|
2390
2214
|
||mai1b0x.com^$doc
|
|
2391
2215
|
||majiainc.com^$doc
|
|
2392
|
-
||m4x8ndwhed9.com^$doc
|
|
2393
2216
|
||meet-up.jp^$doc
|
|
2394
2217
|
||torquetrove.com^$doc
|
|
2395
2218
|
||getm.site^$doc
|
|
@@ -2413,7 +2236,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2413
2236
|
||lshyodrgehlnyswsjq.com^$doc
|
|
2414
2237
|
||lum-i0e0r0e.com^$doc
|
|
2415
2238
|
||himitumatch.com^$doc
|
|
2416
|
-
||a9gcq7sc.com^$doc
|
|
2417
2239
|
||yy4rhgzd.com^$doc
|
|
2418
2240
|
||fallenscfwqy2pbin0.jp^$doc
|
|
2419
2241
|
||genetick4zwtf6c8mh5.jp^$doc
|
|
@@ -2434,7 +2256,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2434
2256
|
||webworks-plus.jp^$doc
|
|
2435
2257
|
||colorfulromance.com^$doc
|
|
2436
2258
|
||gmatch.jp^$doc
|
|
2437
|
-
||me-l-t1.com^$doc
|
|
2438
2259
|
||blue-uranai.com^$doc
|
|
2439
2260
|
||bluemoon-uranai.com^$doc
|
|
2440
2261
|
||bm-bluemoon.com^$doc
|
|
@@ -2484,10 +2305,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2484
2305
|
||ai-referee.com^$doc
|
|
2485
2306
|
||present-folio.jp^$doc
|
|
2486
2307
|
||surprise-folio.jp^$doc
|
|
2487
|
-
||advisory.stockss.top^$doc
|
|
2488
2308
|
||gamecygenn.com^$doc
|
|
2489
2309
|
||cryp-prel.com^$doc
|
|
2490
|
-
||medianews77.com^$doc
|
|
2491
2310
|
||lowsoop.com^$doc
|
|
2492
2311
|
||5qex5.com^$doc
|
|
2493
2312
|
||bxn45.com^$doc
|
|
@@ -2501,7 +2320,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2501
2320
|
||efficient-election.com^$doc
|
|
2502
2321
|
||fantasy-federation.com^$doc
|
|
2503
2322
|
||only.hearty-community.com^$doc
|
|
2504
|
-
||ee9gf8d6.com^$doc
|
|
2505
2323
|
||mithu02s.com^$doc
|
|
2506
2324
|
||impoverishedordealscrutinize.com^$doc
|
|
2507
2325
|
||hfykmfd1.com^$doc
|
|
@@ -2563,7 +2381,40 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2563
2381
|
||h3ninin.top^$all
|
|
2564
2382
|
||puxmju.top^$all
|
|
2565
2383
|
||jkoi.jp^$doc
|
|
2566
|
-
||
|
|
2384
|
+
||dream901o.fun^$doc
|
|
2385
|
+
||gold456o.fun^$doc
|
|
2386
|
+
||light678o.fun^$doc
|
|
2387
|
+
||sky567o.fun^$doc
|
|
2388
|
+
||t-campaign.website^$doc
|
|
2389
|
+
||t-service.lol^$doc
|
|
2390
|
+
||5ra-greaws.com^$doc
|
|
2391
|
+
||bibian4k.com^$doc
|
|
2392
|
+
||bacchuss.net^$doc
|
|
2393
|
+
||sg1first-syspro.jp^$doc
|
|
2394
|
+
||ssgalaxy-sysgold.jp^$doc
|
|
2395
|
+
||b2g57ds.com^$doc
|
|
2396
|
+
||b3g6f86.com^$doc
|
|
2397
|
+
||5sa74e2.com^$doc
|
|
2398
|
+
||foryouswk.jp^$doc
|
|
2399
|
+
||bell-02.com^$doc
|
|
2400
|
+
||bell-03.com^$doc
|
|
2401
|
+
||mirai-jc.jp^$doc
|
|
2402
|
+
||herebyintentionally.com^$doc
|
|
2403
|
+
||m-ateria.com^$doc
|
|
2404
|
+
||fscleopon.com^$doc
|
|
2405
|
+
||hhll.app^$doc
|
|
2406
|
+
||lu-club-de-matching.com^$doc
|
|
2407
|
+
||l-partner.jp^$doc
|
|
2408
|
+
||lpartner.jp^$doc
|
|
2409
|
+
||peace-77place.com^$doc
|
|
2410
|
+
||peach-next.info^$doc
|
|
2411
|
+
||profileclub.info^$doc
|
|
2412
|
+
||freeshot.info^$doc
|
|
2413
|
+
||e95nfjld.com^$doc
|
|
2414
|
+
||orga29.com^$doc
|
|
2415
|
+
||the-latest-version.com^$doc
|
|
2416
|
+
||book234h.fun^$doc
|
|
2417
|
+
||litlink.site^$doc
|
|
2567
2418
|
||apkmirror.co^$all
|
|
2568
2419
|
||webogram.org^$all
|
|
2569
2420
|
||webogram.ru^$all
|
|
@@ -2575,18 +2426,14 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2575
2426
|
!#if !env_mobile
|
|
2576
2427
|
||n.fcd.su^$all
|
|
2577
2428
|
!#endif
|
|
2578
|
-
||ru-torproject.ru^$all
|
|
2579
2429
|
||anapatformacion.org/modules/file/tor/tor-browser.zip^$all
|
|
2580
2430
|
/^https:\/\/[a-z]+\.com\/away\.php\?url=[%0-9A-z]{100,}$/$doc
|
|
2581
2431
|
||a-new86.com^$all
|
|
2582
2432
|
||ane102.net^$all
|
|
2583
|
-
||honey888.love^$all
|
|
2584
2433
|
||ima55notice.biz^$all
|
|
2585
2434
|
||infozoomplus.biz^$all
|
|
2586
2435
|
||koi2ru.com^$all
|
|
2587
|
-
||likechat33.net^$all
|
|
2588
2436
|
||likechat33call.net^$all
|
|
2589
|
-
||pair55.net^$all
|
|
2590
2437
|
||pair55call.net^$all
|
|
2591
2438
|
||room2021.net^$all
|
|
2592
2439
|
||roomoshirase.net^$all
|
|
@@ -2601,7 +2448,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2601
2448
|
||imgfarm.com/images/dlp2/prod$3p
|
|
2602
2449
|
||myway.com^$all
|
|
2603
2450
|
/anemone-*.min.js$script,1p
|
|
2604
|
-
||tor-browser-rus.ru^$all
|
|
2605
2451
|
! techsupport scam
|
|
2606
2452
|
/?{BV_SRCID}&$doc
|
|
2607
2453
|
/werrx01/^$doc
|
|
@@ -2619,66 +2465,34 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2619
2465
|
||eharmonysingle.online^$all
|
|
2620
2466
|
||errorordufhwe.s3.ap-south-1.amazonaws.com^$all
|
|
2621
2467
|
||microsoftsupportservices.com^$all
|
|
2622
|
-
||tiffanyandtoke.com^$all
|
|
2623
2468
|
||s3.ap-northeast-2.amazonaws.com/%*!!%*/index.html$doc
|
|
2624
2469
|
||s3.amazonaws.com/securityfotrus.1.13/index.html$all
|
|
2625
2470
|
||s3.eu-west-2.amazonaws.com/675.88.u6.8878/index.html$all
|
|
2626
2471
|
||s3.us-west-1.amazonaws.com/security.uni.firewall.$all
|
|
2627
2472
|
/Win00Security07/index.html$document
|
|
2628
|
-
||xngqoc.com^$all
|
|
2629
2473
|
/Er0Wind0fsd0Security087/index.html$doc
|
|
2630
2474
|
||websafety.online^$all
|
|
2631
2475
|
||cnctddot.com^$all
|
|
2632
|
-
||woocommerce-sagepayments.com^$all
|
|
2633
2476
|
||mct-niger.com^$all
|
|
2634
2477
|
||klinikmrc.com^$all
|
|
2635
|
-
||govimpot.com^$all
|
|
2636
2478
|
||stb-media.xyz^$all
|
|
2637
2479
|
||compass-holding.com^$all
|
|
2638
|
-
||pguilford.com^$all
|
|
2639
2480
|
||theweddingmahotsav.com^$all
|
|
2640
2481
|
||detailsreceipts.com^$all
|
|
2641
2482
|
||hodllane.com^$all
|
|
2642
|
-
||hiddenamonghearts.com^$all
|
|
2643
|
-
||stowesupperclub.com^$all
|
|
2644
|
-
||185.161.248.253^$all
|
|
2645
2483
|
||golovanov.net^$all
|
|
2646
2484
|
||165-227-173-120.plesk.page^$all
|
|
2647
|
-
||dare2life.click^$all
|
|
2648
2485
|
||pushlandings.b-cdn.net^$all
|
|
2649
|
-
||webaudhar.online^$all
|
|
2650
|
-
||asian-maturedates.click^$all
|
|
2651
|
-
||flextd.shop^$all
|
|
2652
2486
|
||64-226-126-114.plesk.page^$all
|
|
2653
|
-
||boomdates.online^$all
|
|
2654
|
-
||erroarwasuppoto.world^$all
|
|
2655
2487
|
||fastndio.s3.eu-central-1.amazonaws.com^$all
|
|
2656
|
-
||ikiped.online^$all
|
|
2657
2488
|
||pub-77106c9273be4f3fbec6b6d6c3c51b7f.r2.dev^$all
|
|
2658
|
-
||erroarwasuppoto.life^$all
|
|
2659
2489
|
||janganhackya.com^$all
|
|
2660
|
-
||viewmerit.info^$all
|
|
2661
2490
|
||blexad.shop^$all
|
|
2662
2491
|
||xoty55.cfd^$all
|
|
2663
|
-
||dumbabd.online^$all
|
|
2664
|
-
||alewis.sbs^$all
|
|
2665
|
-
||edeyk.sbs^$all
|
|
2666
|
-
||edfzh.sbs^$all
|
|
2667
|
-
||tanhes.sbs^$all
|
|
2668
|
-
||tansxv.sbs^$all
|
|
2669
|
-
||tanvoa.sbs^$all
|
|
2670
|
-
||tanwmv.sbs^$all
|
|
2671
|
-
||kosbqn.sbs^$all
|
|
2672
|
-
||taniqj.sbs^$all
|
|
2673
|
-
||ahmxgv.sbs^$all
|
|
2674
|
-
||edluv.sbs^$all
|
|
2675
|
-
||koskdd.sbs^$all
|
|
2676
|
-
||liqftt.sbs^$all
|
|
2677
2492
|
||s3.ap-northeast-1.amazonaws.com/ongoing.com/aanoitmessure/index.html^$all
|
|
2678
2493
|
||setkuttina.pages.dev^$all
|
|
2679
2494
|
||liq27qbf.monster^$all
|
|
2680
2495
|
||certificate-certificate.gettrials.com^$all
|
|
2681
|
-
||vasafreight.com/ajax.php?
|
|
2682
2496
|
||boring-tesla.149-102-231-176.plesk.page^$all
|
|
2683
2497
|
||qwudbhasdwq9h.sa.com^$all
|
|
2684
2498
|
/^https:\/\/[0-9a-z]{12,16}\.azureedge\.net\/\d{4}\//$doc
|
|
@@ -2690,7 +2504,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2690
2504
|
||uwqghwfdwqywetqwfghewqeqweig.s3.ap-southeast-2.amazonaws.com^$all
|
|
2691
2505
|
||baattakkkk.online^$all
|
|
2692
2506
|
||assitechnique.net^$all
|
|
2693
|
-
||kelectricalservices.com^$all
|
|
2694
2507
|
||fantastic-salamander-c721cb.netlify.app^$all
|
|
2695
2508
|
||shishimishi.shop^$all
|
|
2696
2509
|
||track7.online^$all
|
|
@@ -2713,11 +2526,11 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2713
2526
|
||windows.net/*?bcda=$doc
|
|
2714
2527
|
/index.html?ph0n=1-$doc
|
|
2715
2528
|
||technosoft35.ru^$all
|
|
2716
|
-
||tube-dvm.com^$all
|
|
2717
2529
|
||cj7tv5fq8p.com^$all
|
|
2718
2530
|
||pages.dev/Wi0n0erAry0mpAlert048/$all
|
|
2719
2531
|
||netlify.app/errox01/?$all
|
|
2720
2532
|
||infinityserve.life^$all
|
|
2533
|
+
||ditenudedittaditenud.z7.web.core.windows.net^$all
|
|
2721
2534
|
||pages.dev/*/Fm7-alert.wav
|
|
2722
2535
|
||pages.dev/*/ai2.mp3
|
|
2723
2536
|
||pages.dev/*_Fm7-alert.mp3
|
|
@@ -2734,6 +2547,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2734
2547
|
||pages.dev/js/nvidia.js
|
|
2735
2548
|
||r2.dev/_Fm7-alert.mp3
|
|
2736
2549
|
||r2.dev/media/_Fm7-alert.mp3
|
|
2550
|
+
||windows.net/*/esc.js
|
|
2551
|
+
||windows.net/*/flscn.js
|
|
2737
2552
|
||japanonlinebroadcast.live^$all
|
|
2738
2553
|
||crackedpc.org^$all
|
|
2739
2554
|
||cracksway.com^$all
|
|
@@ -2751,8 +2566,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2751
2566
|
||gamefabrique.com^$all
|
|
2752
2567
|
||d2r3dgsh5nr4kg.cloudfront.net/installer/$all
|
|
2753
2568
|
||hard-configurator.com^$all
|
|
2754
|
-
||filmshngjbzix.blogspot.com
|
|
2755
|
-
||mopiez.com
|
|
2569
|
+
||filmshngjbzix.blogspot.com^$all
|
|
2570
|
+
||mopiez.com^$all
|
|
2756
2571
|
||goglel.com^$all
|
|
2757
2572
|
||bestextensionegde.com^$all
|
|
2758
2573
|
.com/api/users*^pii=&in=false^$doc
|
|
@@ -2798,14 +2613,12 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2798
2613
|
||ytvancedpro.com^$all,domain=~revanced.app
|
|
2799
2614
|
||youtubevanced.$all,domain=~revanced.app
|
|
2800
2615
|
||youtuberevanced.*^$all,domain=~revanced.app
|
|
2801
|
-
||re-vanced.com^$all,domain=~revanced.app
|
|
2802
2616
|
||revancedmusic.com^$all,domain=~revanced.app
|
|
2803
2617
|
||revancedyoutube.org^$all,domain=~revanced.app
|
|
2804
2618
|
||revancedextend.com^$all,domain=~revanced.app
|
|
2805
2619
|
||revancedextended.$all,domain=~revanced.app
|
|
2806
2620
|
||revanced-extended.com^$all,domain=~revanced.app
|
|
2807
2621
|
||extendedrevanced.com^$all,domain=~revanced.app
|
|
2808
|
-
||youtuberevancedextended.com^$all,domain=~revanced.app
|
|
2809
2622
|
||ytrevanced.$all,domain=~revanced.app
|
|
2810
2623
|
||vanced-official.com^$all,domain=~revanced.app
|
|
2811
2624
|
||vanced.pro^$all,domain=~revanced.app
|
|
@@ -2828,7 +2641,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2828
2641
|
||z-lib.io^$all
|
|
2829
2642
|
||z-lib.id^$all
|
|
2830
2643
|
||zlibrary.to^$all
|
|
2831
|
-
||z-lib.ee^$all
|
|
2832
2644
|
||z-lib.tf^$all
|
|
2833
2645
|
||z-lib.wf^$all
|
|
2834
2646
|
||z-lib.yt^$all
|
|
@@ -2837,30 +2649,24 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2837
2649
|
||zlib-official.com^$all
|
|
2838
2650
|
||zlibrary.lol^$all
|
|
2839
2651
|
||z-library.live^$all
|
|
2840
|
-
||z-library.wiki^$all
|
|
2841
2652
|
||z-library.blog^$all
|
|
2842
2653
|
||z-library-proxy.com^$all
|
|
2843
2654
|
||go-to-zlibrary.com^$all
|
|
2844
2655
|
! phishing https://www.virustotal.com/gui/url/8521a1e5b4269111fb1e98f2142739dad1d6fb42ddf5198597c68abfea395f7f/detection
|
|
2845
|
-
||reink2.top
|
|
2656
|
+
||reink2.top^$all
|
|
2846
2657
|
||86pmafno21mst.com^$all
|
|
2847
2658
|
||akyr3h9x5mb.com^$all
|
|
2848
2659
|
||tiger.qnews.media^$3p
|
|
2849
2660
|
||s8bet.com^$doc
|
|
2850
|
-
||azure.z97z.com/go.html$doc
|
|
2851
2661
|
||imagebet.ph^$all
|
|
2852
2662
|
||googleeplay.com^$all
|
|
2853
2663
|
||mingvip.com^$all
|
|
2854
2664
|
||t89ll.com^$doc
|
|
2855
2665
|
||brkbk.202226.net/jump/index.html$doc
|
|
2856
2666
|
||kbkb.bet^$doc
|
|
2857
|
-
||bet55h.com^$doc
|
|
2858
|
-
||officefonts-clo.com^$all
|
|
2859
|
-
||lazycaht.pro^$all
|
|
2860
2667
|
||bxtongji.cc^$all
|
|
2861
2668
|
||04tips.com^$all
|
|
2862
2669
|
||cdn.jsdelivr.net/gh/cnmseo/LookMother$3p
|
|
2863
|
-
||yes2033.lol^
|
|
2864
2670
|
||urjump.com^$doc
|
|
2865
2671
|
||m8u9f3.com^$doc
|
|
2866
2672
|
|http://playing.io/?inviteCode=1000631|$doc
|
|
@@ -2868,21 +2674,16 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2868
2674
|
||ttt777.com^$doc
|
|
2869
2675
|
||cloudflarebros.com^$all
|
|
2870
2676
|
||brcknkblue.com^$all
|
|
2871
|
-
||sxmbs.com^$all
|
|
2872
|
-
||dhotelzao.com^$all
|
|
2873
2677
|
||tamilislamgate.com^$all
|
|
2874
2678
|
||adblock1.com^$all
|
|
2875
2679
|
||newupdatesnow.com^$all
|
|
2876
2680
|
||thefinanceadvice.com^$all
|
|
2877
2681
|
||fralstamp-genglyric.icu^$all
|
|
2878
2682
|
||ilil.in^$all
|
|
2879
|
-
||ruiukp.top^$all
|
|
2880
2683
|
||ets2.gr^$all
|
|
2881
2684
|
||chromegoogle.cn^$all
|
|
2882
2685
|
||mk90.shop^$all
|
|
2883
2686
|
||stalkforx.ru^$all
|
|
2884
|
-
||stalktoolss.ru^$all
|
|
2885
|
-
||stalkanalysis.ru^$all
|
|
2886
2687
|
! Cryptocurrency Scams
|
|
2887
2688
|
||mevtime.com^$all
|
|
2888
2689
|
||musk-project.com^$doc
|
|
@@ -2890,13 +2691,29 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2890
2691
|
||cealits.com^$all
|
|
2891
2692
|
||pepzk-community.xyz^$all
|
|
2892
2693
|
||earth-ling.org^$doc
|
|
2893
|
-
||
|
|
2694
|
+
||muskevent.info^$doc
|
|
2695
|
+
||teslamaked.com^$all
|
|
2696
|
+
||cryptomusk.io^$all
|
|
2697
|
+
||youtube.com/@Tesla.debate_live2024^$doc
|
|
2698
|
+
||teslafond.io^$doc
|
|
2699
|
+
||teslacore.io^$doc
|
|
2700
|
+
||btc24.info^$all
|
|
2701
|
+
||youtube.com/@tesla24official^$doc
|
|
2702
|
+
||usmusk.net^$doc
|
|
2703
|
+
||foundations-x2024.*^$doc,to=foundations-x2024.*
|
|
2704
|
+
||foundations-x2024.cloud^$doc
|
|
2705
|
+
||foundations-x2024.sbs^$doc
|
|
2706
|
+
||trump-drop.org^$all
|
|
2707
|
+
||youtube.com/@tesla.Iive.officiaI.24^$doc
|
|
2708
|
+
||elondonald.com^$all
|
|
2709
|
+
||musktrump.io^$all
|
|
2710
|
+
||stage3-last.$doc,to=~edu|~gov
|
|
2711
|
+
||stage2024.$doc,to=~edu|~gov
|
|
2894
2712
|
||arbitragebot.team^$all
|
|
2895
2713
|
||arbitrageinstruction.media^$all
|
|
2896
2714
|
||arbitrageproject.blog^$all
|
|
2897
2715
|
||autotradeguide.pro^$all
|
|
2898
2716
|
||botarbitrages.pro^$all
|
|
2899
|
-
||ethmevbot.com^$all
|
|
2900
2717
|
||ethmevsetup.group^$all
|
|
2901
2718
|
||guidesetup.pro^$all
|
|
2902
2719
|
||mevfrontbot.info^$all
|
|
@@ -2921,16 +2738,10 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2921
2738
|
||uniproject.substack.com^$all
|
|
2922
2739
|
||web3projects.substack.com^$all
|
|
2923
2740
|
||webpublic.substack.com^$all
|
|
2924
|
-
||teslafond.io^$doc
|
|
2925
|
-
||teslacore.io^$doc
|
|
2926
|
-
||btc24.info^$doc
|
|
2927
|
-
||youtube.com/@tesla24official^$doc
|
|
2928
|
-
||usmusk.net^$doc
|
|
2929
2741
|
! Phishing - See https://bbs.kafan.cn/thread-2264505-1-1.html
|
|
2930
2742
|
||counter-strike2-official.net^$all
|
|
2931
2743
|
||primeleech.com^$all
|
|
2932
2744
|
||privacyguides.io^$all
|
|
2933
|
-
||skinboxs.com^$all
|
|
2934
2745
|
||hostpdf.co^$all
|
|
2935
2746
|
||billlionair.app^$all,to=~billionair.com
|
|
2936
2747
|
||cdn-npmjs.com^$all
|
|
@@ -2960,7 +2771,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2960
2771
|
||re-captha-version-$all
|
|
2961
2772
|
||valid-check-tl-$all
|
|
2962
2773
|
! http://teluguodu.com/om-bheem-bush-movie-review/ - example site
|
|
2963
|
-
||
|
|
2774
|
+
||psh-static.b-cdn.net^
|
|
2775
|
+
||check-tl-$all
|
|
2964
2776
|
||tech4u.app^$all
|
|
2965
2777
|
.com/?news&s|$popup
|
|
2966
2778
|
||cloud.tnewstraffic.com^$all
|
|
@@ -2990,6 +2802,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2990
2802
|
||clickhereecraigslist.tripod.com^$all
|
|
2991
2803
|
||unclepigva.com^$all,to=~chase.com
|
|
2992
2804
|
||mymokki.ru^$all,to=~hozblokspb.ru
|
|
2805
|
+
||lapmangsctv.com.vn^$doc,to=~sctv.com.vn
|
|
2806
|
+
||socgeneralist.firebaseapp.com^$all,to=~societegenerale.com
|
|
2993
2807
|
||testra*-covid.weebly.com^$all,to=~telstra.com.au
|
|
2994
2808
|
||final-ua.eu/vasilisa/votings$all
|
|
2995
2809
|
||flow.page/foxhills.co.uk^$all,to=~foxhills.co.uk
|
|
@@ -2998,13 +2812,24 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2998
2812
|
||mybluehost.me/*Recibir_paquete.php$doc,to=~correos.es
|
|
2999
2813
|
||codeanyapp.com/klarna/$doc,to=~klarna.com
|
|
3000
2814
|
||mybluehost.me/*/dir/ca/pay/$doc,to=~canadapost-postescanada.ca
|
|
3001
|
-
||inner.website/*.html^$doc
|
|
3002
|
-
/^https:\/\/www\.[a-z]{4,5}\.[a-z]{3,7}\/[a-z0-9]{36}\.html\b/$doc,match-case,to=com|info|website|~edu|~gov|~google.com
|
|
3003
2815
|
||pub-*.r2.dev/gsecondcheck.html^$doc
|
|
3004
2816
|
||uwelldeutschland.com^$all,to=~myuwell.com
|
|
3005
|
-
|
|
3006
|
-
||
|
|
3007
|
-
||
|
|
2817
|
+
||user.fm/files/*/AbsaOnlinePop.html^$doc,to=~absa.co.za
|
|
2818
|
+
||user.fm/files/*/ProofOfPayment.HTML^$doc
|
|
2819
|
+
||rampostsouthafrican-*.codeanyapp.com^$all,to=~ram.co.za
|
|
2820
|
+
||codeanyapp.com/southafrica/*/PAYU^$doc,to=~ram.co.za
|
|
2821
|
+
||ntriela-solar65.line.pm^$doc,to=~ameli.fr
|
|
2822
|
+
||line.pm/*/SNF-GKFF.FR/$doc,to=~ameli.fr
|
|
2823
|
+
! wetransfer
|
|
2824
|
+
||vercel.app/magi/olde/saac-wetr-magi.html^$doc,to=~wetransfer.com
|
|
2825
|
+
||download-wetransfer-*.vercel.app^$doc,to=~wetransfer.com
|
|
2826
|
+
||specific-sample-orderline.vercel.app^$all,to=~wetransfer.com
|
|
2827
|
+
||purring-wood-magnolia.glitch.me^$all,to=~wetransfer.com
|
|
2828
|
+
||wetransferlogin.freewebhostmost.com^$all,to=~wetransfer.com
|
|
2829
|
+
||bingkasprogram-*.xdbng.com^$all
|
|
2830
|
+
! leboncoin.fr
|
|
2831
|
+
||auth-llbc.elementfx.com^$all,to=~leboncoin.fr
|
|
2832
|
+
||epayln.site.tb-hosting.com^$all,to=~leboncoin.fr
|
|
3008
2833
|
! linkedin
|
|
3009
2834
|
||faran.ac.ir/wp-content/$all,to=~linkedin.com
|
|
3010
2835
|
||lnkdeka.standard.*.oortech.com^$doc,to=~linkedin.com
|
|
@@ -3016,15 +2841,26 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3016
2841
|
||jss.pages.dev^$all,to=~yahoo.com
|
|
3017
2842
|
! serasa.com.br
|
|
3018
2843
|
||seguro.serasaexperian.site^$all,to=~serasa.com.br
|
|
3019
|
-
||seguros-pag.com^$all,to=~serasa.com.br
|
|
3020
2844
|
! webmail
|
|
3021
2845
|
||formspark.rongviet.com.vn^$all
|
|
2846
|
+
||webmailrupdatekorea.firebaseapp.com^$all
|
|
2847
|
+
||benpsignin-portal.webflow.io^$all
|
|
3022
2848
|
||mail-cytanet.pages.dev^$all,to=~mail.cytanet.com.cy
|
|
2849
|
+
||serviceteasfreem.weebly.com^$all
|
|
3023
2850
|
||jhwbcvkjkshaw.weebly.com^$all,to=~webmail.shaw.ca
|
|
3024
|
-
||powersolutions4u.com/*/WEBMAIL1.html^$doc
|
|
3025
2851
|
||phoenixvilla.rw/wp-about/*.html^$doc
|
|
3026
2852
|
||moonworks.in/jpcpanel/$all
|
|
3027
2853
|
||bequettehomes.com/ahost/$all
|
|
2854
|
+
/^https://[a-z]{40,}\.pages\.dev\//$doc,to=pages.dev
|
|
2855
|
+
||resisted-amusing-driver.glitch.me^$all
|
|
2856
|
+
||glitch.me/public/index_CNC.html^$doc
|
|
2857
|
+
||emaildomains.ezzomatic.online^$all
|
|
2858
|
+
! webmail.bell.net
|
|
2859
|
+
||bellsecuredloginfom-net.vercel.app^$all,to=~webmail.bell.net
|
|
2860
|
+
||hootbio.com/bellmail$all,to=~webmail.bell.net
|
|
2861
|
+
! webmail.shaw.ca
|
|
2862
|
+
||shawupdatingservic.wixstudio.io^$all,to=~webmail.shaw.ca
|
|
2863
|
+
||shawmailboxservice4.wixsite.com^$all,to=~webmail.shaw.ca
|
|
3028
2864
|
! ups.com
|
|
3029
2865
|
||mybluehost.me/Versan/UPS/$doc,to=~ups.com
|
|
3030
2866
|
||preprod.exclusifparis.com/modules/deleteordersfree/$all,to=~ups.com
|
|
@@ -3050,11 +2886,10 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3050
2886
|
! shopify
|
|
3051
2887
|
||suoncopbaonk.com^$all,to=~shopify.com
|
|
3052
2888
|
||xsjt.site^$all,to=~shopify.com
|
|
3053
|
-
||shopify-careers.com^$all,to=~shopify.com
|
|
3054
2889
|
! paypal
|
|
3055
2890
|
||paypal-complete.com^$all
|
|
3056
2891
|
||prizegift.top^$all
|
|
3057
|
-
||
|
|
2892
|
+
||paypal*.blogspot.$doc
|
|
3058
2893
|
! jio
|
|
3059
2894
|
/\/recharge\d?\.(?:html|php)\?mobile=\d{10}\b/$doc,match-case,to=~jio.com|~edu|~gov
|
|
3060
2895
|
/offer.php?rechargenumber=$doc,to=~jio.com|~edu|~gov
|
|
@@ -3062,6 +2897,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3062
2897
|
/\/offer\.(?:html|php)\?(?:mobile|rechargenumber)=\d{10}\b/$doc,match-case,to=~jio.com|~edu|~gov
|
|
3063
2898
|
! apple
|
|
3064
2899
|
||buscaapp.com^$all
|
|
2900
|
+
||apples-24x7-help.pages.dev^$all
|
|
3065
2901
|
||dbs.applerewardsstore.com^$all,to=~dbs.com
|
|
3066
2902
|
||rbchidraulica.com.br/info/verify^$all
|
|
3067
2903
|
/isignesp.php^$doc,to=~edu|~gov|~apple.com
|
|
@@ -3069,17 +2905,17 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3069
2905
|
! ourtime
|
|
3070
2906
|
||login-ourtime.members-datings.workers.dev^$all,to=~ourtime.com
|
|
3071
2907
|
||ourtime-assist.members-authenticated.workers.dev^$all,to=~ourtime.com
|
|
2908
|
+
||chat.voice-datings.workers.dev^$all,to=~ourtime.com
|
|
3072
2909
|
||profile-ourtime.*.workers.dev^$doc,to=~ourtime.com
|
|
3073
2910
|
/^https:\/\/ourtime\.[a-z]+-[a-z]+\.workers\.dev\//$doc,to=workers.dev|~ourtime.com
|
|
3074
|
-
! tiktok
|
|
3075
2911
|
/\/wap\/api\/(?:activity\/)?[a-zA-Z]+![-_a-zA-Z]+\.action\?/$xhr,1p,strict1p,match-case
|
|
2912
|
+
||wetching.ru^$doc,frame
|
|
3076
2913
|
! made-in-china.com
|
|
3077
2914
|
||griffithdds.com/*/madeinchina.com/$all,to=~made-in-china.com
|
|
3078
2915
|
||oortech.com/mic.shtml^$doc,to=~made-in-china.com
|
|
3079
2916
|
! fedex
|
|
3080
2917
|
||fedexridn.com^$all
|
|
3081
2918
|
||yellowjacket.co.nz^$all,to=~fedex.com
|
|
3082
|
-
||bookingtool.azurewebsites.net^$all,to=~fedex.com
|
|
3083
2919
|
||saham.hugaf.dev^$all,to=~fedex.com
|
|
3084
2920
|
! booking.com
|
|
3085
2921
|
/^https:\/\/(?:[a-z]+\.)?hotel-(?:id)?\d{3,8}\.eu\//$doc,to=eu|~booking.com
|
|
@@ -3089,18 +2925,26 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3089
2925
|
/^https:\/\/booking(-[a-z]{3,}){2}\.(?:baby|lat|lol|xyz)\//$doc,to=baby|lat|lol|xyz|~booking.com
|
|
3090
2926
|
! airbnb
|
|
3091
2927
|
||air-bnb.check-$doc
|
|
3092
|
-
||
|
|
2928
|
+
||air.bnb-id*.com^$all,to=~airbnb.com
|
|
2929
|
+
||navi-airbnb.vercel.app^$all,to=~airbnb.com
|
|
2930
|
+
||property-rental-seven.vercel.app^$all,to=~airbnb.com
|
|
2931
|
+
||airbnb-pi-three.vercel.app^$all,to=~airbnb.com
|
|
3093
2932
|
/^https?:\/\/([a-z]{4,}\.)?support-\d{1,2}\.ru\//$doc,to=ru
|
|
3094
2933
|
! labanquepostale
|
|
3095
2934
|
||group-postban.firebaseapp.com^$all,to=~labanquepostale.fr
|
|
3096
2935
|
||oasisministries.com/fr/postale/$all,to=~labanquepostale.fr
|
|
3097
2936
|
||lidarusa.com/*/Bpostale2022/$all,to=~labanquepostale.fr
|
|
3098
2937
|
||plesk.page/*--_--$doc,to=~labanquepostale.fr
|
|
2938
|
+
||spsb.vantechdns.com^$all,to=~labanquepostale.fr
|
|
2939
|
+
||vantechdns.com/bpnew/$doc,to=~labanquepostale.fr
|
|
3099
2940
|
! adobe
|
|
3100
2941
|
||adobecloud5xpo.yolasite.com^$all,to=~adobe.com
|
|
3101
2942
|
||socalthesyndicate.com/*/adobefud/$all,to=~adobe.com
|
|
3102
2943
|
||pub-*.r2.dev/adobe2024.html^$doc,to=~adobe.com
|
|
3103
2944
|
||adobepd*.glitch.me^$doc,to=~adobe.com
|
|
2945
|
+
||doc*-order*adobe.glitch.me^$doc,to=glitch.me
|
|
2946
|
+
||glitch.me/adobe-auto*.html^$doc
|
|
2947
|
+
||facture-free.com/Adobeverapdf/$all
|
|
3104
2948
|
! gazprom
|
|
3105
2949
|
/^https:\/\/[a-z0-9]{5,15}\.shop\/l\/gaz\//$1p,strict1p,match-case,to=shop
|
|
3106
2950
|
/^https:\/\/[a-z0-9]{5,15}\.shop\/uniq$/$xhr,1p,strict1p,match-case,method=get,to=shop
|
|
@@ -3112,11 +2956,13 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3112
2956
|
||pe4hk.shop^$all,to=~gazprom.ru
|
|
3113
2957
|
||g1vm6.shop^$all,to=~gazprom.ru
|
|
3114
2958
|
! netflix
|
|
3115
|
-
||reactiver-abonnement.com^$all,to=~netflix.com
|
|
3116
2959
|
||vstergioul.sites.sch.gr^$all,to=~netflix.com
|
|
2960
|
+
||netflix.avdhoothadke.com^$all,to=~netflix.com
|
|
2961
|
+
||supporto-netflix.com^$all,to=~netflix.com
|
|
3117
2962
|
||myeloma.gr.jp/zz.php^$all
|
|
3118
2963
|
||mybluehost.me/*/netflix/net/login.php$doc
|
|
3119
2964
|
||mybluehost.me/watch/a/flix/$doc
|
|
2965
|
+
||ija.xwi.mybluehost.me^$all
|
|
3120
2966
|
||mybluehost.me/ntcz/$doc
|
|
3121
2967
|
||floridavacationrentalsbyowners.com/*/Info/page_settings/account.php^$all
|
|
3122
2968
|
||loginnetflixleiojfioje.blogspot.$all
|
|
@@ -3129,11 +2975,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3129
2975
|
||allegrostore.cc^$all
|
|
3130
2976
|
||allegrostu.com^$all
|
|
3131
2977
|
||allegrocolombia.com^$all
|
|
3132
|
-
||allegrocx.com^$all
|
|
3133
2978
|
||allegrocns.com^$all
|
|
3134
|
-
||allegro-005.com^$all
|
|
3135
|
-
||allegro-online.ru^$all
|
|
3136
2979
|
||allegro-reinigung.de^$all
|
|
2980
|
+
||chn-allegroshopac.one^$all
|
|
3137
2981
|
/^https:\/\/allegro[a-z]{2,}\.shop\//$doc,to=shop
|
|
3138
2982
|
||allegroshop.shop^$all
|
|
3139
2983
|
||allegrocn.shop^$all
|
|
@@ -3142,21 +2986,20 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3142
2986
|
||racks.pages.dev^$all,to=~rackspace.com
|
|
3143
2987
|
||rackweb-----support*.weebly.com^$all,to=~rackspace.com
|
|
3144
2988
|
! dana
|
|
2989
|
+
||danakagetrsm.vercel.app^$all,to=~dana.id
|
|
3145
2990
|
||dana-indone*.id^$doc,to=my.id|web.id|~dana.id
|
|
3146
2991
|
! biz.id
|
|
3147
2992
|
-dna-log-*.biz.id^$doc,to=biz.id|~dana.id
|
|
3148
|
-
||xxtl-v1.biz.id^$doc,to=~dana.id
|
|
3149
|
-
||danaxspaylaterr.biz.id^$all,to=~dana.id
|
|
3150
2993
|
! my.id
|
|
3151
|
-
||xcxcx.my.id^$doc,to=~dana.id
|
|
3152
2994
|
||pemesanan*.glowz.my.id^$doc,to=~dana.id
|
|
3153
|
-
||
|
|
2995
|
+
||claiim-hadiahh-danax-$all,to=~dana.id
|
|
3154
2996
|
! orange.fr
|
|
3155
2997
|
||jeuconcoursorange.com^$all,to=~orange.fr
|
|
3156
2998
|
||orange53.yolasite.com^$all,to=~orange.fr
|
|
3157
2999
|
||dev-7614646544.pantheonsite.io^$all,to=~orange.fr
|
|
3158
3000
|
||smsmmsernorepls.wixsite.com^$all,to=~orange.fr
|
|
3159
3001
|
||orange234.wixsite.com^$all,to=~orange.fr
|
|
3002
|
+
||mail.smartnetcom.ro^$all,to=~orange.fr
|
|
3160
3003
|
||exbtengineers.com/o/$all,to=~orange.fr
|
|
3161
3004
|
||servicemailorange25.wixsite.com^$all,to=~orange.fr
|
|
3162
3005
|
||assistancesosh.wixsite.com^$all,to=~orange.fr
|
|
@@ -3165,20 +3008,24 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3165
3008
|
||messagerie*.godaddysites.com^$doc
|
|
3166
3009
|
||messagerie*.wixsite.com^$doc
|
|
3167
3010
|
||messagerie*.yolasite.com^$doc
|
|
3168
|
-
||
|
|
3011
|
+
||disponible.temp.swtest.ru/*/login.php^$all,to=~orange.fr
|
|
3012
|
+
||app.vision6.com/em/message/email/$all,to=~orange.fr
|
|
3013
|
+
||svropeauthentificatid.run.place^$all,to=~orange.fr
|
|
3014
|
+
! tiktok shop
|
|
3015
|
+
||tiktikshopvn.com^$doc
|
|
3016
|
+
||perazxcs.com^$all
|
|
3169
3017
|
! amazon
|
|
3170
3018
|
||amazon-*.shop^$doc
|
|
3171
3019
|
||amazon-shopping.shop^$all
|
|
3172
|
-
||amazonl3.com^$all
|
|
3173
|
-
||tepoty.com^$all
|
|
3174
3020
|
||daroznel.com^$all
|
|
3175
3021
|
||amazon8898.com^$all
|
|
3176
3022
|
||dalabuso.com^$all
|
|
3177
3023
|
||mm39sg6.top^$all
|
|
3178
|
-
||dalazeey.com^$all
|
|
3179
3024
|
||gimkax.com^$all
|
|
3180
3025
|
||dalobatter.com^$all
|
|
3181
3026
|
||skae3299.top^$all
|
|
3027
|
+
||yenrtonm3367.top^$all
|
|
3028
|
+
||signup-amazon.com^$all
|
|
3182
3029
|
||ecommrce-web-amazon.netlify.app^$all
|
|
3183
3030
|
||etisalat-amazonprime.com^$all,to=~etisalat.ae
|
|
3184
3031
|
||mybluehost.me/wp-admin/amz/$doc
|
|
@@ -3187,6 +3034,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3187
3034
|
||amserva.com^$all
|
|
3188
3035
|
||cs-portalintranet.com/pf/$doc
|
|
3189
3036
|
||amazonway.co^$all
|
|
3037
|
+
||sites.google.com/mwhite55.appquestss.com/$doc
|
|
3038
|
+
||orders-processed.com^$all
|
|
3190
3039
|
! ebay
|
|
3191
3040
|
||c.vn-ebayn.vip^$all
|
|
3192
3041
|
||vn-ebay.quxlpuj.cn^$all
|
|
@@ -3194,26 +3043,27 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3194
3043
|
||vilbuy.com^$all
|
|
3195
3044
|
||ebay839.cc^$all
|
|
3196
3045
|
||epayu.cc^$all
|
|
3197
|
-
||svipeebay.com^$all
|
|
3198
3046
|
||ebaymerchant.shop^$all
|
|
3199
3047
|
||ebayonstores.com^$all
|
|
3200
3048
|
||shop-line.vip^$all
|
|
3201
3049
|
||939l.xyz^$all
|
|
3202
3050
|
||bebayb.cc^$all
|
|
3051
|
+
||ebayma77.com^$all
|
|
3052
|
+
||ebnays.xyz^$all
|
|
3053
|
+
||ebay-supplier.shop^$all
|
|
3203
3054
|
/^https:\/\/(?:seller\.)?ebay-[a-z]{8,15}\.com\//$doc,to=com
|
|
3204
|
-
||ebay-european.com^$all
|
|
3205
|
-
||ebay-shopprogj.com^$all
|
|
3206
3055
|
||51eabay.com^$all
|
|
3207
3056
|
||135buy.com^$all
|
|
3208
3057
|
||ebaydw.^$all,to=ebaydw.cc|ebaydw.com
|
|
3209
3058
|
||pages.dev/errors/validateCaptcha^$doc
|
|
3210
3059
|
! alibaba
|
|
3211
3060
|
||hologramid.cn^$all,to=~alibaba.com
|
|
3212
|
-
||alibaba-shopvip.com^$all,to=~alibaba.com
|
|
3213
3061
|
||topmarifle.life^$all,to=~alibaba.com
|
|
3214
3062
|
||jybelinda.com^$all,to=~alibaba.com
|
|
3215
|
-
||shopvip-alibaba.com^$all,to=~alibaba.com
|
|
3216
3063
|
||vetsinthecity.me/*/Alibaba/$doc,to=~alibaba.com
|
|
3064
|
+
||sanpelmaquinas.com.br^$all,to=~alibaba.com
|
|
3065
|
+
! aliexpress
|
|
3066
|
+
||airpsite.club^$all,to=~aliexpress.com
|
|
3217
3067
|
! AT&T
|
|
3218
3068
|
||wixsite.com/att-support/$doc
|
|
3219
3069
|
||diwapa3051.wixsite.com^$all
|
|
@@ -3223,84 +3073,109 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3223
3073
|
||ruthah9.wixsite.com^$all
|
|
3224
3074
|
||iirrrrrrii.wixsite.com^$all
|
|
3225
3075
|
||attstsv.weebly.com^$all
|
|
3076
|
+
||newversionattmailapps.weebly.com^$all
|
|
3226
3077
|
||ewueuweudsjdjsdjjd.weeblysite.com^$all
|
|
3227
3078
|
||maiil-myatt.weeblysite.com^$all
|
|
3228
3079
|
||rtm-att.directly.com^$all
|
|
3229
|
-
||attxsdasdasmail.yolasite.com^$all
|
|
3230
3080
|
||attvip.mx^$all
|
|
3231
|
-
||
|
|
3081
|
+
||olive121407.studio.site^$all
|
|
3082
|
+
||at-t-admin.daftpage.com^$all
|
|
3232
3083
|
||keepo.io/loginatt/$all
|
|
3233
|
-
||keepo.io/mailaccountverifier/$all
|
|
3234
3084
|
||dlhessell.wixsite.com/att-support/$all
|
|
3085
|
+
||bio.site/atttt^$all
|
|
3235
3086
|
||dones9.wixsite.com^$all
|
|
3236
3087
|
||alisongaudino992.wixsite.com^$all
|
|
3237
3088
|
||deenveerww.wixsite.com^$all
|
|
3238
3089
|
||att5h6.wixsite.com^$all
|
|
3239
3090
|
||wixstudio.io/mysiteattmail940940^$doc
|
|
3240
3091
|
||f.digital-*.com/igit/$doc
|
|
3092
|
+
||currentlyatt*.weebly.com^$all
|
|
3241
3093
|
! BT
|
|
3242
3094
|
||homelogginbbt.weebly.com^$all,to=~bt.com
|
|
3095
|
+
||loogginhomebtcom.weebly.com^$all,to=~bt.com
|
|
3243
3096
|
||boardband.univer.se^$all,to=~bt.com
|
|
3244
3097
|
||telegra.ph/British-Telecommunication-08-22^$all,to=~bt.com
|
|
3245
3098
|
||telegra.ph/BT-Business-Communications-$all,to=~bt.com
|
|
3246
3099
|
! gov phishing site
|
|
3247
|
-
||thanhtrapcrt.online^$all,to=~thanhtra.gov.vn
|
|
3248
3100
|
||pttgov*.top^$doc,to=top|~ptt.gov.tr
|
|
3249
3101
|
||irstaxrefunds.$doc,to=~irs.gov
|
|
3250
3102
|
! gov.au
|
|
3251
3103
|
||seeproc.com.br^$all,to=~my.gov.au
|
|
3252
3104
|
||homeinboxlogin.com^$all,to=~my.gov.au
|
|
3253
|
-
|
|
3105
|
+
! gov.vn
|
|
3106
|
+
||thanhtrapcrt.online^$all,to=~thanhtra.gov.vn
|
|
3107
|
+
||jetkingncsc.online^$all,to=~ncsc.gov.vn
|
|
3108
|
+
! gov.my
|
|
3109
|
+
||portalkemaskinibantuansrt2024.inf1-id1.com^$all,to=~malaysiamadani.gov.my
|
|
3110
|
+
! gov.it
|
|
3111
|
+
||agenziaentrateriscossione.com^$all,to=~agenziaentrateriscossione.gov.it
|
|
3112
|
+
! gov.gr
|
|
3113
|
+
||aitimaforou.web.app^$all,to=~gov.gr
|
|
3254
3114
|
! gov.uk
|
|
3255
3115
|
||liveflo.qxlva.io^$all,to=~gov.uk
|
|
3256
3116
|
||student-finance-auth.firebaseapp.com^$all,to=~gov.uk
|
|
3257
3117
|
||casadosvidrosmt.com.br/wp-admin/csii/$all,to=~gov.uk
|
|
3258
3118
|
||smartaromas.com/income-individual_service_tax-gg-check-hm/$all,to=~gov.uk
|
|
3259
3119
|
||insolvency-development.co.uk^$all,to=~gov.uk
|
|
3260
|
-
! gouv.fr
|
|
3120
|
+
! impots.gouv.fr
|
|
3261
3121
|
||mybluehost.me/*/impo/$doc,to=~impots.gouv.fr
|
|
3262
3122
|
||isz.bqv.mybluehost.me^$doc,to=~impots.gouv.fr
|
|
3123
|
+
||polufredsoa.2mydns.net^$all,to=~impots.gouv.fr
|
|
3124
|
+
||2mydns.net/fr-impot-gouv^$doc,to=~impots.gouv.fr
|
|
3125
|
+
/\.temporary\.site\/service\/[a-f0-9]{32}\//$doc,to=temporary.site|~impots.gouv.fr
|
|
3126
|
+
||kkg.yaf.temporary.site^$doc,to=~impots.gouv.fr
|
|
3127
|
+
! amendes.gouv.fr
|
|
3128
|
+
||antai-gouv-fr.troliga.sk^$all,to=~amendes.gouv.fr
|
|
3263
3129
|
||mybluehost.me/wp-content/12/*.php^$doc,to=~amendes.gouv.fr
|
|
3264
3130
|
||mybluehost.me/*/amendes.org/$doc,to=~amendes.gouv.fr
|
|
3265
3131
|
||amz.boy.mybluehost.me^$doc,to=~amendes.gouv.fr
|
|
3266
3132
|
||vmb.wvs.mybluehost.me^$doc,to=~amendes.gouv.fr
|
|
3267
3133
|
||mybluehost.me/*/amendes2024org/$doc,to=~amendes.gouv.fr
|
|
3268
3134
|
||kby.oqp.mybluehost.me^$doc,to=~amendes.gouv.fr
|
|
3135
|
+
||vdv.oqp.mybluehost.me^$doc,to=~amendes.gouv.fr
|
|
3136
|
+
||mybluehost.me/*/3dsec.php^$doc,to=~amendes.gouv.fr
|
|
3269
3137
|
||wcomhost.com/amendes-gouv/$doc,to=~amendes.gouv.fr
|
|
3270
3138
|
||wcomhost.com/impots-gouv/$doc,to=~impots.gouv.fr
|
|
3271
3139
|
||impotsgouv.*.wcomhost.com^$doc,to=~impots.gouv.fr
|
|
3272
|
-
/am/*.php^$doc,to=arubabusiness.it|mybluehost.me|wcomhost.com|~amendes.gouv.fr
|
|
3140
|
+
/am/*.php^$doc,to=arubabusiness.it|mybluehost.me|serv00.net|wcomhost.com|~amendes.gouv.fr
|
|
3273
3141
|
||h567268.linp*.arubabusiness.it^$doc,to=~amendes.gouv.fr
|
|
3274
3142
|
||fi/a/Amendes/*.php^$doc,to=fi|~amendes.gouv.fr
|
|
3275
3143
|
||fi/part/Amendes/*.php^$doc,to=fi|~amendes.gouv.fr
|
|
3276
3144
|
||odeal.fi/fr/AMA/*.php^$doc,to=~amendes.gouv.fr
|
|
3277
3145
|
||odeal.fi/amndes/*.php^$doc,to=~amendes.gouv.fr
|
|
3278
3146
|
||askozvar.sk/*/amendesgouv/$all,to=~amendes.gouv.fr
|
|
3147
|
+
||codeanyapp.com/amendes/$doc,to=~amendes.gouv.fr
|
|
3279
3148
|
/12/infospage.php^$doc,to=~amendes.gouv.fr
|
|
3280
3149
|
/12/paiement.php^$doc,to=~amendes.gouv.fr
|
|
3281
3150
|
/12/3dsece.php^$doc,to=~amendes.gouv.fr
|
|
3282
3151
|
/12/3dsec.php^$doc,to=~amendes.gouv.fr
|
|
3152
|
+
||iglawfirm.com/services/antai-fr/$doc,to=~amendes.gouv.fr
|
|
3153
|
+
||antaidossiersuivamendimpayeer*.zynekcctv.com^$all,to=~amendes.gouv.fr
|
|
3154
|
+
||zynekcctv.com/amandes/$doc,to=~amendes.gouv.fr
|
|
3155
|
+
/amandes/infospage.php^$doc,to=~amendes.gouv.fr
|
|
3283
3156
|
! bank
|
|
3284
3157
|
||chamsocthekhachhang-$doc,to=~edu|~gov|~edu.vn|~gov.vn
|
|
3158
|
+
||uudaikhachhangthe-$doc,to=~edu|~gov|~edu.vn|~gov.vn
|
|
3285
3159
|
||sotuyenvcb.vietcombanker.com^$all,to=~vietcombank.com.vn
|
|
3286
3160
|
||vdbank.com.vn^$all,to=~vdb.gov.vn
|
|
3287
3161
|
||conveyancingportal.com^$all
|
|
3288
3162
|
||canhantpb.com^$all,to=~tpb.vn
|
|
3289
|
-
||mbdk99.com^$all,to=~mbbank.com.vn
|
|
3290
3163
|
||bmoreferral.com^$all,to=~bmo.com
|
|
3291
3164
|
||personas.devbam.com^$all,to=~bam.com.gt
|
|
3292
3165
|
||negociebra.com.br^$all,to=~banco.bradesco
|
|
3293
|
-
||lloyd-group.com^$all,to=~lloydsbank.com
|
|
3294
3166
|
||itaconsorciodigital.com.br^$all,to=~itau.com.br
|
|
3295
3167
|
||wizardpayroll.com.ar^$all,to=~hsbc.com
|
|
3296
3168
|
||spareb1.com^$all,to=~sparebank1.no
|
|
3297
3169
|
||amigosdelasfinanzas.com^$all,to=~bancocajasocial.com
|
|
3298
|
-
||e-cmv.ph^$all,to=~grupobancolombia.com
|
|
3299
3170
|
||anz.brandkit.io^$all,to=~anz.co.nz
|
|
3300
3171
|
||baovietin.top^$all,to=~baoviet.com.vn
|
|
3301
3172
|
||pncexc.com^$all,to=~pnc.com
|
|
3302
3173
|
||moonlightproshop.com^$all,to=~volksbank.at
|
|
3303
3174
|
||nbtbank.architect-cert.fiservapps.com^$all,to=~nbtbank.com
|
|
3175
|
+
||douroweb.eu^$all,to=~bankofamerica.com
|
|
3176
|
+
||gaoyinjiao.com^$all,to=~jabank.jp
|
|
3177
|
+
||activatecustomerduesupportdillegence.com^$all,to=~asb.co.nz
|
|
3178
|
+
||nyfinance.ru^$all,to=~nykredit.com
|
|
3304
3179
|
/^https:\/\/tpbank\.[-a-z0-9]{5,}\.[a-z]{3}(?:\.vn)?\//$doc,to=~edu|~gov|~gov.vn|~tpb.vn
|
|
3305
3180
|
||mybluehost.me/service/*/nkl-log.php$doc,to=~nickel.eu
|
|
3306
3181
|
||turkiyecumhuriyetiziraatbankasi.com^$all,to=~ziraatbank.com.tr
|
|
@@ -3321,6 +3196,25 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3321
3196
|
||ingresocancelacion.wixsite.com^$all,to=~bb.com.mx
|
|
3322
3197
|
||wixsite.com/foliobanbajio$doc,to=~bb.com.mx
|
|
3323
3198
|
||shahidulislamaurko.com^$all,to=~vr.de
|
|
3199
|
+
||www-winbank-lfremhmida*.codeanyapp.com^$doc,to=~dkb.de
|
|
3200
|
+
||codeanyapp.com/*/DKB_new/$doc,to=~dkb.de
|
|
3201
|
+
||sunnysani.com/lb/$all,to=~landbank.com
|
|
3202
|
+
! hype.it
|
|
3203
|
+
||correopackvia.freewebhostmost.com^$all,to=~hype.it
|
|
3204
|
+
||freewebhostmost.com/DARKSIDE/hype/$doc,to=~hype.it
|
|
3205
|
+
||td-online-carta.codeanyapp.com^$all,to=~hype.it
|
|
3206
|
+
||codeanyapp.com/hype/$doc,to=~hype.it
|
|
3207
|
+
! bancolombia
|
|
3208
|
+
||e-cmv.ph^$all,to=~grupobancolombia.com
|
|
3209
|
+
||bancolombiaapp.glitch.me^$all,to=~grupobancolombia.com
|
|
3210
|
+
! Lloyds Bank
|
|
3211
|
+
||lloyd-group.com^$all,to=~lloydsbank.com
|
|
3212
|
+
||lbg-calcs.vercel.app^$all,to=~lloydsbank.com
|
|
3213
|
+
! hypovereinsbank.de
|
|
3214
|
+
||gohvb-d634f.web.app^$all,to=~hypovereinsbank.de
|
|
3215
|
+
||gohvb-*.web.app^$doc,to=~hypovereinsbank.de
|
|
3216
|
+
! mbbank
|
|
3217
|
+
/^https:\/\/mbdk\d+\.com\//$doc,to=com|~mbbank.com.vn
|
|
3324
3218
|
! bbva
|
|
3325
3219
|
||bbvaar.zeabur.app^$all,to=~bbva.com
|
|
3326
3220
|
||programajourney.com^$all,to=~bbva.pt
|
|
@@ -3331,6 +3225,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3331
3225
|
||bdvenlinea*.pages.dev^$doc,to=~bancodevenezuela.com
|
|
3332
3226
|
||bdvenlineaconfirmate.pages.dev^$all,to=~bancodevenezuela.com
|
|
3333
3227
|
||bdvenlinea-banvenez-beram.pages.dev^$all,to=~bancodevenezuela.com
|
|
3228
|
+
||bdvenlineabanven.line.pm^$all,to=~bancodevenezuela.com
|
|
3334
3229
|
! shinhan
|
|
3335
3230
|
||tinchapshinhan.online^$all,to=~shinhan.com.vn
|
|
3336
3231
|
||sites.google.com/view/shinhan-fiinance/^$all,to=~shinhan.com.vn
|
|
@@ -3339,9 +3234,10 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3339
3234
|
||r2.dev/blobamexbsatt.html^$doc,to=~americanexpress.com
|
|
3340
3235
|
||amxprd.com^$doc,to=~americanexpress.com
|
|
3341
3236
|
! santander
|
|
3237
|
+
||santanderstaging.interviewtoolkit.io^$all
|
|
3342
3238
|
||recompensaszurichsantander.com.mx^$all
|
|
3343
3239
|
||santander.cf.sandbox.motrada.ch^$all,to=~santanderbank.com|~santander.co.uk
|
|
3344
|
-
||
|
|
3240
|
+
||santanderpod.*.co.uk^$all
|
|
3345
3241
|
! DHL
|
|
3346
3242
|
||dhl.*.potabox.com^$doc,to=~dhl.com
|
|
3347
3243
|
||dhl-event.app^$all,to=~dhl.com
|
|
@@ -3350,11 +3246,11 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3350
3246
|
||deliverytodayrequest.com^$all,to=~dhl.com
|
|
3351
3247
|
||ltlweight.trgr.me^$all,to=~dhl.com
|
|
3352
3248
|
||dhlproductosyservicios.com^$all,to=~dhl.com
|
|
3353
|
-
||dhlguestmanagement.com^$all,to=~dhl.com
|
|
3354
3249
|
||sites.google.com/view/expressdhl^$all,to=~dhl.com
|
|
3355
3250
|
||xn--d1aqfkf.xn--p1ai/bitrix/.../GlobalSources/$all,to=~dhl.com
|
|
3356
3251
|
||app.farmaciadelmonestironline.com/SER/dnkdl/$all,to=~dhl.com
|
|
3357
3252
|
||cricketbettingpro.com/home.html/autoload.html^$all,to=~dhl.com
|
|
3253
|
+
||itmustbetime.com/content/uploads/products/china/china/index.php^$all,to=~dhl.com
|
|
3358
3254
|
||leatherqueen.shop^$all
|
|
3359
3255
|
||dhl-express-ppd.infanion.com^$all,to=~dhl.com
|
|
3360
3256
|
||elementor.cloud/*/ENGHUY645/$doc,to=~dhl.com
|
|
@@ -3364,18 +3260,24 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3364
3260
|
||goldsystem.com.br/amds/css/secure/dhlFR^$doc,to=~dhl.com
|
|
3365
3261
|
||elementor.cloud/*/ESDHL/$doc,to=~dhl.com
|
|
3366
3262
|
/tracking/fV5EjH/*.php^$doc,to=~dhl.com
|
|
3263
|
+
||youronlinetrraackkkk.freewebhostmost.com^$all,to=~dhl.com
|
|
3367
3264
|
||delivery-globaldhlauth.github.io^$all,to=~dhl.com
|
|
3368
3265
|
||github.io/samedaydelivery/$doc,to=~dhl.com
|
|
3266
|
+
||myjobdhl.earcu.com^$all,to=~dhl.com
|
|
3369
3267
|
! whatsapp
|
|
3370
3268
|
||ann.tess1.top^$all
|
|
3371
|
-
||whats.met-esm.top^$all
|
|
3372
3269
|
||firavave.club^$all
|
|
3373
3270
|
||play.funfourmob.com^$all
|
|
3374
3271
|
||fevertime.com/wasop/$all
|
|
3272
|
+
||wathzapp.com^$all
|
|
3273
|
+
||wa-groupbebe.pages.dev^$all
|
|
3274
|
+
||tg.sv/panggahokeee^$all
|
|
3375
3275
|
! instagram
|
|
3376
3276
|
||instogromv.com^$all
|
|
3377
3277
|
||fr-instagram.com^$all
|
|
3378
3278
|
||igleak.info^$all
|
|
3279
|
+
||instagram.irancell-10g-free.rf.gd^$all
|
|
3280
|
+
||facebook-login.mobiletracker.pk^$all
|
|
3379
3281
|
! facebook
|
|
3380
3282
|
||slimhealth.us^$all
|
|
3381
3283
|
||mait.inhhome.top^$all
|
|
@@ -3390,7 +3292,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3390
3292
|
||ads-verification-for-pay.vercel.app^$all
|
|
3391
3293
|
||business-manange.com^$all
|
|
3392
3294
|
||lucky-gift-ph24new.online^$all
|
|
3295
|
+
||report.case-referency.com^$all
|
|
3393
3296
|
||facebook-guidelines.com^$all
|
|
3297
|
+
||certify-issues-details-case.netlify.app^$all
|
|
3394
3298
|
||meta-accessibility.io.vn^$all
|
|
3395
3299
|
||mfacebook-com.vn^$all
|
|
3396
3300
|
||www-mfacebook.$doc
|
|
@@ -3398,6 +3302,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3398
3302
|
||www-facebook-$doc
|
|
3399
3303
|
||www-facebook.$doc
|
|
3400
3304
|
||vww-facebook.$doc
|
|
3305
|
+
||123456789login.weebly.com^$all
|
|
3401
3306
|
||www-facebook-com.vn^$all
|
|
3402
3307
|
||vww-facebook.com.vn^$all
|
|
3403
3308
|
||www-facebooks.com.vn^$all
|
|
@@ -3410,7 +3315,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3410
3315
|
||fakeserhelpsreivew-facesonseriengoies-16839.io.vn^$all
|
|
3411
3316
|
||fakeserhelpsreivew-$doc
|
|
3412
3317
|
||ifbsmetaiidentiityconfirms.com^$all
|
|
3413
|
-
||ad-activity-center.com^$all
|
|
3414
3318
|
||govern-assessment-validation-*.vercel.app^$all
|
|
3415
3319
|
||support-center-for-*.vercel.app^$all
|
|
3416
3320
|
||request-page-violation-*.surge.sh^$all
|
|
@@ -3436,17 +3340,27 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3436
3340
|
/\.(?:boats|cfd)\/contract\/\d{14,19}\b/$doc,match-case,to=boats|cfd|~facebook.com
|
|
3437
3341
|
||business-center-$doc
|
|
3438
3342
|
||meta.com-case*.com/help/contact/$doc
|
|
3439
|
-
||amarmehandiart.in/metaen/$all
|
|
3440
3343
|
||helps-center-page-number-$doc
|
|
3344
|
+
||business-manager-report.com^$all
|
|
3441
3345
|
||support-16.ubpages.com^$all
|
|
3442
3346
|
/\.(?:pages\.dev|vercel\.app)\/appeal_case_id\b/$doc,to=pages.dev|vercel.app
|
|
3443
3347
|
/^https:\/\/(?:appeal|contact|page)\.[a-z]{15,}\.com\/appeal_case_id\b/$doc,to=com|~facebook.com
|
|
3348
|
+
||suport-page-help.com^$all,to=~facebook.com
|
|
3349
|
+
/\/contract\/support-case-id=\d{14,19}\b/$doc,match-case,to=~facebook.com
|
|
3444
3350
|
||akuanakmamah.de^$doc,to=~facebook.com
|
|
3445
3351
|
||kraftonmidas.com^$doc,to=~facebook.com
|
|
3352
|
+
||support-metahelpcenter-id*.netlify.app^$all,to=~facebook.com
|
|
3353
|
+
||support-metahelpcenter-$doc,to=~facebook.com
|
|
3354
|
+
||netlify.app/help/support/client_id=$doc,to=~facebook.com
|
|
3355
|
+
||reminders-infraction-account.netlify.app^$all,to=~facebook.com
|
|
3446
3356
|
||abc-ckd.com/facebook/$all
|
|
3447
3357
|
||xyzxyz55.xyz^$all
|
|
3448
3358
|
||thepatrones.blob.core.windows.net^$all
|
|
3449
3359
|
||vercel.app/americaplata.com.html^$doc
|
|
3360
|
+
||atplink.com/responseandresolutioncenter$all
|
|
3361
|
+
/^https:\/\/h5\.[a-z0-9]{4}\.com\//$doc,to=com
|
|
3362
|
+
||vercel.app/mixcc.html/$doc,to=~facebook.com
|
|
3363
|
+
||live-metasupport.com^$all,to=~facebook.com
|
|
3450
3364
|
! shopping sites
|
|
3451
3365
|
/api/user/do_login|$xhr,1p,to=com|info,method=post,header=access-control-allow-headers:/authorization\,content-type\,if-match\,if-modified-since\,if-none-match\,if-unmodified-since\,x-requested-with/i
|
|
3452
3366
|
/api/user/do_login|$xhr,1p,to=com|info,method=post,header=Access-Control-Allow-Headers:/authorization\,content-type\,if-match\,if-modified-since\,if-none-match\,if-unmodified-since\,x-requested-with/i
|
|
@@ -3454,9 +3368,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3454
3368
|
||lazada.bbc6666.com^$all
|
|
3455
3369
|
||tuyendungtiki2024.vn^$all,to=~tiki.vn
|
|
3456
3370
|
! shopee
|
|
3457
|
-
||shopeas.cc^$all
|
|
3458
3371
|
/^https:\/\/sp\d{2,3}88(?:vn)?\.com\//$doc,to=com|~shopee.vn
|
|
3459
|
-
||virtualnoticiasaqui.com^$all
|
|
3460
3372
|
! sendo
|
|
3461
3373
|
||vnsendo.*^$all,to=info|shop|vip|~sendo.vn
|
|
3462
3374
|
! dienmayxanh
|
|
@@ -3471,7 +3383,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3471
3383
|
||11steam.com^$all
|
|
3472
3384
|
||gtm.you1.cn^$all
|
|
3473
3385
|
||steamxiazai.cn^$all
|
|
3474
|
-
||s.team-pn.com^$all
|
|
3475
3386
|
||steam.zssjsq.com^$all
|
|
3476
3387
|
||steamtopup.ru^$all
|
|
3477
3388
|
||steamcommunitylog.chez.com^$all
|
|
@@ -3479,28 +3390,24 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3479
3390
|
/^https:\/\/stea[a-z]{1,4}o[mn][a-z]{4,7}y[a-z]?\.com\//$doc,to=com|~steamcommunity.com
|
|
3480
3391
|
/^https:\/\/steam\.(?:community)?workshop-?[a-z]+\.com\//$doc,to=com|~steamcommunity.com
|
|
3481
3392
|
||steam.communityart-work.com^$all
|
|
3482
|
-
||stearnccommunity.com^$all
|
|
3483
3393
|
||steamcomuniry.com^$all
|
|
3484
3394
|
||steamcommunlyt.com^$all
|
|
3485
3395
|
||steemcommuntiy.com^$all
|
|
3486
3396
|
||stemcommunty.com^$all
|
|
3487
3397
|
||staemcommunnitty.com^$all
|
|
3488
|
-
||
|
|
3489
|
-
||staemcommunnity.com^$all
|
|
3398
|
+
||staemcomunnutty.com^$all
|
|
3490
3399
|
||workshop-users.com^$all
|
|
3491
3400
|
||cn-steam.com^$all
|
|
3492
3401
|
||com/p/jcod-ppsr/huasdirjdo^$doc,to=~steamcommunity.com
|
|
3493
3402
|
! garena
|
|
3494
3403
|
/^https:\/\/(?:www\.)?(?:ff[-.])?member[-.]gare[a-z]+a(?:\.pro)?\.vn\//$doc,to=vn|~garena.vn
|
|
3495
3404
|
/^https:\/\/(?:www\.)?(?:ff[-.])?men?mber[-.]garena\.vn\//$doc,to=vn|~garena.vn
|
|
3496
|
-
||xn--npth-5q5a1g.vn^$all,to=~napthe.vn
|
|
3497
3405
|
||garerna.vn^$all,to=~garena.vn
|
|
3498
|
-
||gareza.vn^$all,to=~garena.vn
|
|
3499
|
-
||ff-menmber-garena.vn^$all,to=~garena.vn
|
|
3500
3406
|
||gasenna.id.vn^$all,to=~garena.vn
|
|
3501
3407
|
||garenaa.id.vn^$all,to=~garena.vn
|
|
3502
3408
|
||gaerana.io.vn^$all,to=~garena.vn
|
|
3503
3409
|
||gasenna.io.vn^$all,to=~garena.vn
|
|
3410
|
+
||gerarna.io.vn^$all,to=~garena.vn
|
|
3504
3411
|
||gareana.vn^$all,to=~garena.vn
|
|
3505
3412
|
||doivangfreefiregarena.io.vn^$all,to=~garena.vn
|
|
3506
3413
|
||garenae.vn^$all,to=~garena.vn
|
|
@@ -3508,7 +3415,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3508
3415
|
||garecna.vn^$all,to=~garena.vn
|
|
3509
3416
|
! mobilelegends
|
|
3510
3417
|
||mobilelegendsmycode.com^$all
|
|
3511
|
-
||
|
|
3418
|
+
||exchange-mlbb.go-midfer.com^$all
|
|
3512
3419
|
! pubg
|
|
3513
3420
|
||pubg-arena.top^$all
|
|
3514
3421
|
||register-turnamen.free.nf^$all
|
|
@@ -3520,6 +3427,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3520
3427
|
||pubgxbest.com^$all
|
|
3521
3428
|
! google
|
|
3522
3429
|
||google-stare.com^$all
|
|
3430
|
+
||play-quartz-sanctuary.xyz^$doc
|
|
3523
3431
|
||datahub.center^$all
|
|
3524
3432
|
||channelhub.info^$all
|
|
3525
3433
|
! microsoft
|
|
@@ -3528,6 +3436,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3528
3436
|
||microsoft.account.dfautomotive.de^$all
|
|
3529
3437
|
||activarhotmail.weebly.com^$all
|
|
3530
3438
|
||hab-sharepoint.weebly.com^$all
|
|
3439
|
+
||servicewebformoes.weebly.com^$all
|
|
3440
|
+
||microsoft-verify.glitch.me^$all
|
|
3441
|
+
||validacionesoutlookmailwebadmin.glitch.me^$all
|
|
3531
3442
|
||whfdny.org^$all
|
|
3532
3443
|
||infos4.yolasite.com^$all
|
|
3533
3444
|
||microsoftupdate67.wixsite.com^$all
|
|
@@ -3547,6 +3458,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3547
3458
|
||od.atami.no/one_drive.html$all
|
|
3548
3459
|
||thermovitraffic.com.mx/SharepointFileProject/$all
|
|
3549
3460
|
||cognitoforms.com/FiRe21/EmployeeTeammateQuarterNominationPeriodForMidyear^$all
|
|
3461
|
+
||santangelo.eng.br/owasetup/$all
|
|
3462
|
+
||arvgroup.az/hash/$all
|
|
3550
3463
|
||pages.dev/smart89/$doc
|
|
3551
3464
|
/^https:\/\/[a-f0-9]{58}\.pages\.dev\//$doc,to=pages.dev
|
|
3552
3465
|
||acir.postofficeweb.com/grupoacir/$all
|
|
@@ -3593,6 +3506,13 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3593
3506
|
||sitio-interno.com^$all
|
|
3594
3507
|
||oortech.com/onedrive.-html^$doc
|
|
3595
3508
|
||shockaholic.net/jgr/$all
|
|
3509
|
+
||earovit.dk^$all
|
|
3510
|
+
||user.fm/files/v2-*/Refundnotice.html^$doc
|
|
3511
|
+
||user.fm/files/*/Proof%20of%20Payment.htm*$doc
|
|
3512
|
+
||alnobala.ae/owasetup/$all
|
|
3513
|
+
||authsignonstaff*.softr.app^$all
|
|
3514
|
+
||facture-pdf-secure-*.vercel.app^$all
|
|
3515
|
+
||hkwordpress.com/public/export/SM-ORDER/excelz/$doc
|
|
3596
3516
|
! telegram
|
|
3597
3517
|
||telegramhcn.com^$all
|
|
3598
3518
|
||newappmssg.ru^$all
|
|
@@ -3601,6 +3521,11 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3601
3521
|
||telegerasm.work^$all
|
|
3602
3522
|
||telegeram.work^$all
|
|
3603
3523
|
||webtelegram.eu.org^$all
|
|
3524
|
+
||telaagam.maxisl.vip^$all
|
|
3525
|
+
||zhongwen-telegram.com^$all
|
|
3526
|
+
||dxyezzxkrvqf.top^$all
|
|
3527
|
+
||telergaom.top^$all
|
|
3528
|
+
||telergctm.vip^$all
|
|
3604
3529
|
||telegrambotsolution.pages.dev^$all
|
|
3605
3530
|
/^https:\/\/www\.telegramk[a-z]\.com\//$doc,to=com|~telegram.org
|
|
3606
3531
|
||telegramkv.com^$all
|
|
@@ -3610,13 +3535,16 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3610
3535
|
||telegram-zhongwen.com^$all
|
|
3611
3536
|
||rr.nu^$doc
|
|
3612
3537
|
/^https:\/\/ht[a-z]\d{2}\.vip\//$doc,to=vip
|
|
3538
|
+
||recouphh.top^$all
|
|
3539
|
+
||recovery-cr.top^$all
|
|
3540
|
+
||recovery-gzo.top^$all
|
|
3541
|
+
/^https:\/\/xy[a-z]\d{2}\.cc\//$doc,to=cc
|
|
3613
3542
|
! usps
|
|
3614
3543
|
||uspsparcels.net^$all,to=~usps.com
|
|
3615
3544
|
||freeusps.com^$all,to=~usps.com
|
|
3616
3545
|
||netusps.com^$all,to=~usps.com
|
|
3617
3546
|
||uspssmartpackagelockers.com^$all,to=~usps.com
|
|
3618
3547
|
/^https:\/\/usps\.[-a-z]{6,}\.(?:com|top)\/(?:address\.html|information|verify)\b/$doc,to=com|top|~usps.com
|
|
3619
|
-
/^https:\/\/ur[cex][a-z]{2,4}\.com\/(?:address\.html|information|verify)\b/$doc,to=com|~usps.com
|
|
3620
3548
|
.top/pg?do=$doc,to=top
|
|
3621
3549
|
||wrc-gh.org/redelivery$doc,to=~usps.com
|
|
3622
3550
|
||mybluehost.me/2us/verification/$doc,to=~usps.com
|
|
@@ -3628,10 +3556,12 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3628
3556
|
||yah.ppl.mybluehost.me^$doc,to=~usps.com
|
|
3629
3557
|
/^https:\/\/transporta[a-z]{8,9}pro\.top\/i\b/$doc,to=top|~usps.com
|
|
3630
3558
|
||usps.*.top^$doc,to=top|~usps.com
|
|
3559
|
+
||wpenginepowered.com/usps/$doc,to=~usps.com
|
|
3631
3560
|
! weebly/square phishing
|
|
3632
3561
|
/^https:\/\/(?:[a-z0-9]{2,}-)+10\d{4}\.weeblysite\.com\//$doc,to=weeblysite.com
|
|
3633
3562
|
/^https:\/\/(?:[a-z0-9]{2,}-)+10\d{4}\.square\.site\//$doc,to=square.site
|
|
3634
3563
|
! spotify
|
|
3564
|
+
||upgradeyourspotify.cc^$all
|
|
3635
3565
|
/^https:\/\/[^.]+\.codeanyapp\.com\/wp-content\/.+\/spo[a-z]{2}i\//$doc,to=codeanyapp.com
|
|
3636
3566
|
||codeanyapp.com/*/spotii/$all
|
|
3637
3567
|
||codeanyapp.com/*/spoofi/$all
|
|
@@ -3667,8 +3597,13 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3667
3597
|
||codeanyapp.com/Swissp/$doc,to=~swisspass.ch
|
|
3668
3598
|
||suissscomee-correo*.codeanyapp.com^$doc,to=~swisspass.ch
|
|
3669
3599
|
||codeanyapp.com/Sus/*/sign.php^$doc,to=~swisspass.ch
|
|
3600
|
+
||verwalten-sbb-informationen-managecff-kundenportal-online.codeanyapp.com^$all,to=~swisspass.ch
|
|
3601
|
+
||codeanyapp.com/manage-SBB/$doc,to=~swisspass.ch
|
|
3602
|
+
||codeanyapp.com/*/SWISSPASSC/$doc,to=~swisspass.ch
|
|
3603
|
+
||cffsbbhost-aniamaria*.codeanyapp.com^$all
|
|
3670
3604
|
||manage-administrere-swisspass-*.codeanyapp.com^$doc,to=~swisspass.ch
|
|
3671
3605
|
||romacsystems.com/*/CHFINAL/$doc,to=~swisspass.ch
|
|
3606
|
+
||valuge.com.ar/sbb/$doc,to=~swisspass.ch
|
|
3672
3607
|
! swisscom
|
|
3673
3608
|
||secureserver.net/myswisscom$doc,to=~swisscom.ch
|
|
3674
3609
|
||codeanyapp.com/Swiss_com/$doc,to=~swisscom.ch
|
|
@@ -3683,38 +3618,28 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3683
3618
|
||mst.ail.mybluehost.me^$doc,to=~swisscom.ch
|
|
3684
3619
|
||mybluehost.me/*/swisscom/$doc,to=~swisscom.ch
|
|
3685
3620
|
||codeanyapp.com/swiss-login/$doc
|
|
3621
|
+
||nxcli.io/pub/swissii/$doc,to=~swisscom.ch
|
|
3686
3622
|
! swisspost
|
|
3687
3623
|
||swisspost.web.app^$all,to=~post.ch
|
|
3688
3624
|
! upc
|
|
3689
3625
|
||wcomhost.com/ch/upc/$all,to=~upc.ch
|
|
3690
3626
|
||mememoguls.vip^$doc,to=~mememoguls.com
|
|
3691
|
-
||cybroio.com^$doc,to=~cybro.io
|
|
3692
3627
|
||spendabit-payment.xyz^$doc,to=~spendabit.co
|
|
3693
3628
|
||hub-migrationcardano.com^$doc,to=~cardano.org
|
|
3694
|
-
||helixapp.com.3web.ink^$doc,to=~helixapp.com
|
|
3695
|
-
||kangamoon-claim.com^$doc,to=~kangamoon.game
|
|
3696
3629
|
||oeth-airdrop.com^$doc,to=~originprotocol.com
|
|
3697
|
-
||5ireclaims.org^$doc,to=~5ire.org
|
|
3698
3630
|
||web-tonkeep.website^$doc,to=~tonkeeper.com
|
|
3699
3631
|
||sparkflaretrustline.xyz^$doc,to=~flare.network
|
|
3700
|
-
||airdrop-checker-grass.com^$doc,to=~getgrass.io
|
|
3701
3632
|
||paidnetwork-migration.com^$doc,to=~paidnetwork.com
|
|
3702
3633
|
||app-maplerpc.online^$doc,to=~maple.finance
|
|
3703
|
-
||disneypinnacle.taffds.org^$doc,to=~disneypinnacle.com
|
|
3704
|
-
||stake-defisaver.com^$doc,to=~defisaver.com
|
|
3705
3634
|
||base-dawgz.web.app^$doc,to=~basedawgz.com
|
|
3706
3635
|
||migration-z1labs.com^$doc,to=~z1labs.ai
|
|
3707
3636
|
||tomarket-rewards.vercel.app^$doc,to=~tomarket.ai
|
|
3708
3637
|
||claim-etherfi.me^$doc,to=~ether.fi
|
|
3709
|
-
||trziostart.com^$all,to=~trezor.io
|
|
3710
3638
|
||novastakingwallet.com^$doc,to=~novawallet.io
|
|
3711
|
-
||airdrop-carv.com^$doc,to=~carv.io
|
|
3712
3639
|
||xei.claims^$doc,to=~xei.ai
|
|
3713
3640
|
||kucoin0101.com^$all,to=~kucoin.com
|
|
3714
3641
|
||airdrope.live^$doc,to=~ton.org
|
|
3715
|
-
||scroll-dapprader.com^$doc,to=~dappradar.com
|
|
3716
3642
|
||routerprotocol-migrate.com^$doc,to=~routerprotocol.com
|
|
3717
|
-
||cookie-communtiy.com^$doc,to=~cookie.community
|
|
3718
3643
|
||gaos.bio^$doc,to=~gao.bio
|
|
3719
3644
|
||baseeddbrettt.com^$doc,to=~basedbrett.com
|
|
3720
3645
|
||whitelist-memefi.com^$doc,to=~memefi.club
|
|
@@ -3727,12 +3652,14 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3727
3652
|
||interface-git-parallel-cypress-uniswap.vercel.app^$doc,to=~uniswap.org
|
|
3728
3653
|
||mode-claim.xyz^$doc,to=~mode.network
|
|
3729
3654
|
||claim-bool.com^$doc,to=~bool.network
|
|
3730
|
-
||secure---sso---robinhood---com-cdn.webflow.io^$doc,to=~robinhood.com
|
|
3731
3655
|
||tronlink-walletextension.webflow.io^$all,to=~tronlink.org
|
|
3732
3656
|
||tpro-airdrop.pages.dev^$doc,to=~tpro.network
|
|
3733
3657
|
||claim-wienerdog.com^$doc,to=~wienerdog.ai
|
|
3734
3658
|
||claimable-bankless.com^$all,to=~bankless.com
|
|
3735
3659
|
||pepesunchained.net^$doc,to=~pepeunchained.com
|
|
3660
|
+
||itrustcapitaalloginn.webflow.io^$all,to=~itrustcapital.com
|
|
3661
|
+
||secure---sso---robinhood---com-cdn.webflow.io^$doc,to=~robinhood.com
|
|
3662
|
+
||sso--en--cobo--trsuted-auth.webflow.io^$all,to=~cobo.com
|
|
3736
3663
|
||pepecoinsuper-airdrop.pages.dev^$doc,to=~pepe20.vip
|
|
3737
3664
|
||appmemekombatclaim.pages.dev^$doc,to=~memekombat.io
|
|
3738
3665
|
||testmyaa.pages.dev^$doc,to=~earndrop.io
|
|
@@ -3754,20 +3681,24 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3754
3681
|
||final-claim.pages.dev^$doc
|
|
3755
3682
|
||indiewears.com^$all
|
|
3756
3683
|
||alienxchain*.pages.dev^$doc,to=~alienxchain.io
|
|
3757
|
-
|
|
3684
|
+
! bitvavo
|
|
3685
|
+
/\.(?:cc|com|top|vip)\/index\/index\/lang\/[a-z]{2}-[a-z]{2}\b/$doc,to=cc|com|top|vip
|
|
3758
3686
|
/index/index/*Trade/tradelist^$doc
|
|
3687
|
+
||bitvavo*.cc^$doc,to=cc|~bitvavo.com
|
|
3688
|
+
||bitvavo*.top^$doc,to=top|~bitvavo.com
|
|
3689
|
+
||bitvavo*.vip^$doc,to=vip|~bitvavo.com
|
|
3690
|
+
! trustwallet.com
|
|
3691
|
+
||auth--sso-trust.webflow.io^$all,to=~trustwallet.com
|
|
3759
3692
|
! sky.money
|
|
3760
|
-
||enlist-skymoney.com^$doc,to=~sky.money
|
|
3761
3693
|
||reward-sky.money^$doc,to=~sky.money
|
|
3762
3694
|
! binance
|
|
3763
3695
|
||bnbc-onay-sayfasi-global.smtp-host.de^$all,to=~binance.com
|
|
3764
3696
|
||dendreonlawsuit.com^$all,to=~binance.com
|
|
3765
|
-
|
|
3766
|
-
||
|
|
3697
|
+
||binace-epa.com^$all,to=~binance.com
|
|
3698
|
+
||megadropclaim.com^$all,to=~binance.com
|
|
3767
3699
|
||pub-*.r2.dev/ledge.html^$doc,to=~ledger.com
|
|
3768
3700
|
! magamemecoin.com
|
|
3769
3701
|
||trump-coin1.pages.dev^$doc,to=~magamemecoin.com
|
|
3770
|
-
||coin-trump.pages.dev^$doc,to=~magamemecoin.com
|
|
3771
3702
|
! pinksale.finance
|
|
3772
3703
|
||pinksales-pools.pages.dev^$doc,to=~pinksale.finance
|
|
3773
3704
|
||pink-sales.pages.dev^$doc,to=~pinksale.finance
|
|
@@ -3779,16 +3710,16 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
3779
3710
|
||coin-notif.top^$all,to=~coinbase.com
|
|
3780
3711
|
||koinssendspro.top^$all,to=~coinbase.com
|
|
3781
3712
|
||e-stata.ru/track/1/$all,to=~coinbase.com
|
|
3713
|
+
/^https:\/\/\d{6}-coinbase\.com\//$doc,to=~coinbase.com
|
|
3714
|
+
||178368-coinbase.com^$all,to=~coinbase.com
|
|
3715
|
+
||llq.rsq.mybluehost.me^$all,to=~coinbase.com
|
|
3716
|
+
||mybluehost.me/wp-admin/maajoun/$doc,to=~coinbase.com
|
|
3782
3717
|
! imtoken
|
|
3783
3718
|
||imtoken.org.cn^$all,to=~token.im
|
|
3784
3719
|
||imcosom.com^$all,to=~token.im
|
|
3785
|
-
||tokenap.app^$all,to=~token.im
|
|
3786
|
-
||tokenax.app^$all,to=~token.im
|
|
3787
|
-
||imtoken-etc.com^$all,to=~token.im
|
|
3788
3720
|
||scszdm.com^$all,to=~token.im
|
|
3789
3721
|
app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([class])
|
|
3790
3722
|
! pancakeswap
|
|
3791
|
-
||pancake.saaedal.com^$all,to=~pancakeswap.finance
|
|
3792
3723
|
||pancak-e-swap.com^$all,to=~pancakeswap.finance
|
|
3793
3724
|
/^https:\/\/pancake(?:dro|swa)pclick\d+\.vercel\.app\//$doc,to=vercel.app|~pancakeswap.finance
|
|
3794
3725
|
||pancakeswap-*.vercel.app^$doc,to=~pancakeswap.finance
|
|
@@ -3799,7 +3730,6 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
3799
3730
|
||pay8-2v-*-gmailcom.vercel.app^$all,to=~pancakeswap.finance
|
|
3800
3731
|
! openphish
|
|
3801
3732
|
||vodafone-business.develop-a.website^$all,to=~vodafone.com
|
|
3802
|
-
||air.bnb-id*.com^$all,to=~airbnb.com
|
|
3803
3733
|
||mmitalianbeef.square.site^$all,to=~mmitalianbeef.com
|
|
3804
3734
|
||bigbauer.com^$all,to=~gmx.com
|
|
3805
3735
|
||lkmw88.com^$all,to=~mercadolibre.com
|
|
@@ -3807,13 +3737,14 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
3807
3737
|
||autoscurt24.de^$all,to=~autoscout24.de
|
|
3808
3738
|
||hk668.cc^$all,to=~yahoo.com
|
|
3809
3739
|
||internal-checker.com^$all,to=~id.me
|
|
3810
|
-
||auth-llbc.elementfx.com^$all,to=~leboncoin.fr
|
|
3811
3740
|
||dc.tensgpt.com^$all,to=~discord.com
|
|
3812
|
-
||correosprepago.bnext.es^$all,to=~prepago.correos.es
|
|
3813
3741
|
||mol-finance.top^$all,to=~mol.co.jp
|
|
3742
|
+
||carrefour-enbacktoschool4.pages.dev^$all,to=~carrefour.com
|
|
3743
|
+
||sacolamobile.influenciadormagalu.com.br^$all,to=~sacola.magazineluiza.com.br
|
|
3814
3744
|
||beluxrepm.followme.fr/FolloWMe$all,to=~realestate.bnpparibas.com
|
|
3815
3745
|
||mybluehost.me/Cope346/$all
|
|
3816
3746
|
||tesakom.com/aa/index.html^$all,to=~ebestsec.co.kr
|
|
3747
|
+
||allbikesputte.be/sumconfirm.php/$all,to=~sumup.com
|
|
3817
3748
|
||glitch.me/pdf.html?email=$doc
|
|
3818
3749
|
||chattts-49f1.beszyrecala.workers.dev^$all,to=~christianmingle.com
|
|
3819
3750
|
||cursorltd.com^$doc
|
|
@@ -3824,8 +3755,6 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
3824
3755
|
/views/go/start.php^$doc
|
|
3825
3756
|
/^https:\/\/pub-[a-f0-9]{32}\.r2\.dev/be[a0-9]\d{2,3}\.html\b/$doc,match-case,to=r2.dev
|
|
3826
3757
|
||namecheapsupport-*.codeanyapp.com^$all,to=~namecheap.com
|
|
3827
|
-
||vercel.app/magi/olde/saac-wetr-magi.html^$doc,to=~wetransfer.com
|
|
3828
|
-
||download-wetransfer-*.vercel.app^$doc,to=~wetransfer.com
|
|
3829
3758
|
||mybluehost.me/vcd/$doc
|
|
3830
3759
|
||kvv.jxc.mybluehost.me^$doc
|
|
3831
3760
|
||web-interface.eu^$doc,to=~kvk.nl
|
|
@@ -3834,15 +3763,22 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
3834
3763
|
||smrturl.co/o/*/53458494^$doc
|
|
3835
3764
|
||agripro-fr-*.com^$doc,to=~agriaffaires.com
|
|
3836
3765
|
||notifyhubss.net^$doc
|
|
3837
|
-
||eboo-retablir-lu.com^$all,to=~eboo.lu
|
|
3838
3766
|
||aolmaiillogin.blogspot.$doc,to=~mail.aol.com
|
|
3839
3767
|
||afflatus.consulting/deutschepost/$all,to=~deutschepost.de
|
|
3768
|
+
||id-ionos.premiumservicesrl.com^$all,to=~id.ionos.com
|
|
3769
|
+
||drcolomo.com^$doc,to=~orlen.pl
|
|
3770
|
+
||konopslski.top/robot/$doc
|
|
3771
|
+
||info-espanol-id-configes*.codeanyapp.com^$all,to=~dgt.es
|
|
3772
|
+
||codeanyapp.com/dgte/$doc,to=~dgt.es
|
|
3773
|
+
||lcldetecthumainweb*.firebaseapp.com^$all,to=~lcl.fr
|
|
3774
|
+
||electroaccess.freewebhostmost.com^$all,to=~poste.it
|
|
3775
|
+
||freewebhostmost.com/consegna-pacchi/avviso/$doc,to=~poste.it
|
|
3776
|
+
||instapass.fr^$all
|
|
3777
|
+
||snappass.fr^$all
|
|
3778
|
+
||appinstallcheck.com^$all
|
|
3840
3779
|
! docusign.com
|
|
3841
3780
|
||signature-rho.vercel.app^$all,to=~docusign.com
|
|
3842
|
-
||roycamining.com/pdeb/Untitled/$all,to=~docusign.com
|
|
3843
|
-
||msoft_docusign_verification_secured-doc_office.zatrdg.com^$all,to=~docusign.com
|
|
3844
3781
|
||f1nancier.com^$doc
|
|
3845
|
-
||myvalue365.com/calender/css/images/$doc,to=~docusign.com
|
|
3846
3782
|
||pub-*.r2.dev/alt_type.html^$doc,to=~docusign.com
|
|
3847
3783
|
||pub-*.r2.dev/auth_gen.html^$doc,to=~docusign.com
|
|
3848
3784
|
||pub-*.r2.dev/auth_response.html^$doc,to=~docusign.com
|
|
@@ -3876,7 +3812,6 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
3876
3812
|
||hdsaison-$doc,to=cc|vip|~hdsaison.com.vn
|
|
3877
3813
|
||dichvucong.$doc,to=~gov.vn
|
|
3878
3814
|
||tikimall.$doc,to=tikimall.*|~tiki.vn
|
|
3879
|
-
||shopeesmarket.com^$all,to=~shopee.vn
|
|
3880
3815
|
||taikhoanvps.com.vn^$all,to=~vps.com.vn
|
|
3881
3816
|
||motaikhoanchungkhoanvps.com^$all,to=~vps.com.vn
|
|
3882
3817
|
||zla963.top^$all,to=~tiki.vn
|
|
@@ -3889,7 +3824,7 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
3889
3824
|
/^https:\/\/tdk[det]0[0-9]\.com\//$doc,to=com|~tiki.vn
|
|
3890
3825
|
||da6555.com^$all,to=~lazada.vn
|
|
3891
3826
|
||soppe68.$all,to=~shopee.vn
|
|
3892
|
-
/^https:\/\/sp\d{4,5}p\.com\//$doc,to=com|~shopee.vn
|
|
3827
|
+
/^https:\/\/(www\.)?sp\d{4,5}p\.com\//$doc,to=com|~shopee.vn
|
|
3893
3828
|
||vib-*.com^$doc,to=com|~vib.com.vn
|
|
3894
3829
|
||vib-*.shop^$doc,to=shop|~vib.com.vn
|
|
3895
3830
|
||binhchoncuocthivetranhsinhvien2024.weebly.com^$all
|
|
@@ -3902,34 +3837,28 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
3902
3837
|
||businesseventskp.top^$all,to=~tiki.vn
|
|
3903
3838
|
||mojgov.weebly.com^$all,to=~moj.gov.vn
|
|
3904
3839
|
||chinhphu.cc^$all,to=~chinhphu.vn
|
|
3905
|
-
||hangtietkiem.com^$all,to=~giaohangtietkiem.vn
|
|
3906
3840
|
||tcvnhomefic.com^$all,to=~mbbank.com.vn
|
|
3907
3841
|
||lapdatinternet.net^$all,to=~sctv.com.vn
|
|
3908
3842
|
||hethongnhanvien.com^$all,to=~lazada.vn
|
|
3909
3843
|
||lazadaevent.com^$all,to=~lazada.vn
|
|
3910
3844
|
||baovietcom.vip^$all,to=~baovietbank.vn
|
|
3911
|
-
||mcqdvn.com^$all,to=~mbbank.com.vn
|
|
3912
3845
|
||hethongvaynhanh247.com^$all
|
|
3913
3846
|
||bethivetranh2024.weebly.com^$all
|
|
3914
3847
|
||ebaymall168.shop^$all
|
|
3915
|
-
||tikifreeship.vip^$all,to=~tiki.vn
|
|
3916
3848
|
||flikois.com^$all
|
|
3917
3849
|
||371j.xyz^$all
|
|
3918
3850
|
||momoshopvip.com^$all,to=~momo.vn
|
|
3919
3851
|
||baovietn.vip^$all,to=~baovietbank.vn
|
|
3920
3852
|
||shopeesopp.com^$all,to=~shopee.vn
|
|
3921
3853
|
||vnviettel.com^$all,to=~viettel.com.vn
|
|
3922
|
-
||vnsehotro.com^$all,to=~mbbank.com.vn
|
|
3923
3854
|
||mmbonline01.com^$all,to=~mbbank.com.vn
|
|
3924
3855
|
||govn.cc^$all,to=~gov.vn
|
|
3925
|
-
||thongtincutru.org^$all,to=~gov.vn
|
|
3926
3856
|
||baoviet.vip^$all,to=~baovietbank.vn
|
|
3927
3857
|
||baoviet*.vip^$doc,to=vip|~baovietbank.vn
|
|
3928
3858
|
||mmb-online.com^$all,to=~mbbank.com.vn
|
|
3929
3859
|
||soppe86.life^$all,to=~shopee.vn
|
|
3930
3860
|
||nhanvientiki.org^$all,to=~tiki.vn
|
|
3931
3861
|
||iazada.com^$all,to=~lazada.vn
|
|
3932
|
-
||lzdkiemdon24.com^$all,to=~lazada.vn
|
|
3933
3862
|
||hotrokhachhang-$doc
|
|
3934
3863
|
||cham-soc-the-$doc
|
|
3935
3864
|
||dautuphattrienvnfic.com^$all,to=~homecredit.vn
|
|
@@ -3939,7 +3868,6 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
3939
3868
|
||pddgov.cc^$all,to=~gov.vn
|
|
3940
3869
|
||vssid.*.cc^$doc,to=~baohiemxahoi.gov.vn
|
|
3941
3870
|
||kbthuhoivontreo.com^$all,to=~vst.mof.gov.vn
|
|
3942
|
-
||cct-giaohangtietkiem.com^$all,to=~giaohangtietkiem.vn
|
|
3943
3871
|
||sendotv.shop^$all,to=~sendo.vn
|
|
3944
3872
|
||vnsendotv.vip^$all,to=~sendo.vn
|
|
3945
3873
|
||sdfsshop1.com^$all,to=~tiki.vn
|
|
@@ -3947,14 +3875,11 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
3947
3875
|
||snggov.com^$all,to=~gov.vn
|
|
3948
3876
|
||vn-eid.com^$all,to=~dichvucong.gov.vn
|
|
3949
3877
|
/^https:\/\/nz[a-z]\d{5}s\.com\//$doc,to=com|~shopee.vn
|
|
3950
|
-
||lazada68.com^$all,to=~lazada.vn
|
|
3951
3878
|
||558-558-559.com^$all,to=~shopee.vn
|
|
3952
3879
|
||nzx65821s.com^$all,to=~shopee.vn
|
|
3953
3880
|
||congtygiaohangtietkiemvn.com^$all,to=~giaohangtietkiem.vn
|
|
3954
|
-
||giaohangtietkiemvn.com^$all,to=~giaohangtietkiem.vn
|
|
3955
3881
|
||hethongnoibo.bio.link^$all,to=~lazada.vn
|
|
3956
3882
|
||sendovn.shop^$all,to=~sendo.vn
|
|
3957
|
-
||kpd63519s.com^$all,to=~shopee.vn
|
|
3958
3883
|
||vnpttechnology.weebly.com^$all,to=~vnpt.com.vn
|
|
3959
3884
|
||baovietvc.top^$all,to=~baovietbank.vn
|
|
3960
3885
|
||baoviet*.top^$doc,to=~baovietbank.vn
|
|
@@ -3963,6 +3888,58 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
3963
3888
|
||tienichshiinhan.com^$all,to=~shinhan.com.vn
|
|
3964
3889
|
||govqp.com^$all
|
|
3965
3890
|
||org.govqp.com^$all,to=~vr.org.vn
|
|
3891
|
+
||ebayu.top^$all
|
|
3892
|
+
||svgov.cc^$all,to=~gov.vn
|
|
3893
|
+
||bcavnvnvngov.com^$all,to=~bocongan.gov.vn
|
|
3894
|
+
||hangtietkiem.online^$all,to=~giaohangtietkiem.vn
|
|
3895
|
+
||giaohangtietkiemvietnam.com^$all,to=~giaohangtietkiem.vn
|
|
3896
|
+
||vamcvn.org^$all,to=~sbvamc.vn
|
|
3897
|
+
||tongcongtygiaohangtietkiem.com^$all,to=~giaohangtietkiem.vn
|
|
3898
|
+
||uudauthekhachhanh-$doc
|
|
3899
|
+
||chamsocthe-$doc
|
|
3900
|
+
||amazoul.xyz^$all
|
|
3901
|
+
||soyte.cc^$all
|
|
3902
|
+
||dichvudienmay-xanh.online^$all,to=~dienmayxanh.com
|
|
3903
|
+
||fasebook.com.vn^$all,to=~facebook.com.vn
|
|
3904
|
+
||giaohangtietkiemvn.website^$all,to=~giaohangtietkiem.vn
|
|
3905
|
+
||thuongmai-dientu.com^$all,to=~lazada.vn
|
|
3906
|
+
||tiki886.vip^$all,to=~sendo.vn
|
|
3907
|
+
||jetkingncsc.com^$all,to=~ncsc.gov.vn
|
|
3908
|
+
||vieegovn.cc^$all,to=~gov.vn
|
|
3909
|
+
||ccty-ghtk.com^$all,to=~giaohangtietkiem.vn
|
|
3910
|
+
||thongtincancuoc.com^$all,to=~chinhphu.vn
|
|
3911
|
+
||vietcp.com^$all,to=~dichvucong.gov.vn
|
|
3912
|
+
||ccbcavn.cc^$all,to=~gov.vn
|
|
3913
|
+
/^https:\/\/amazon[a-z]\d\.com\//$doc,to=com
|
|
3914
|
+
||amazoul.site^$all
|
|
3915
|
+
||amazoni2.com^$all
|
|
3916
|
+
||dienlanhdienmayxanhvn.com^$all,to=~dienmayxanh.com
|
|
3917
|
+
||sendo1.com^$all,to=~sendo.vn
|
|
3918
|
+
||evnnpcs.com^$all,to=~evn.com.vn
|
|
3919
|
+
||korshoptiktok.com^$all,to=~tiktok.com
|
|
3920
|
+
||cskhtructuyen-$doc
|
|
3921
|
+
||shopamzselling.com^$all
|
|
3922
|
+
||brvgov.com^$all
|
|
3923
|
+
||clash-flow-loan.com^$all,to=~bocongan.gov.vn
|
|
3924
|
+
||vnairlines.net^$all,to=~vietnamairlines.com
|
|
3925
|
+
||giaohangtietkiem-cskh.com^$all,to=~giaohangtietkiem.vn
|
|
3926
|
+
||lazada.ac^$all,to=~lazada.vn
|
|
3927
|
+
||tb88789.com^$all,to=~shopee.vn
|
|
3928
|
+
||tikione.vip^$all,to=~tiki.vn
|
|
3929
|
+
||tikifreeship.$all,to=~tiki.vn
|
|
3930
|
+
||tiktok-svip*.com^$all,to=~tiktok.com
|
|
3931
|
+
||evaluatetravels.com^$all,to=~traveloka.com
|
|
3932
|
+
||ocbcccreonline.com^$all,to=~ocb.com.vn
|
|
3933
|
+
||khachhangcnvib.com^$all,to=~vib.com.vn
|
|
3934
|
+
||vimoney.credit^$all,to=~mbbank.com.vn
|
|
3935
|
+
||ungdung6buoc.com^$all,to=~mbbank.com.vn
|
|
3936
|
+
||evnsp.com^$all,to=~evn.com.vn
|
|
3937
|
+
||evnsspc.com^$all,to=~evn.com.vn
|
|
3938
|
+
||sellings-global.com^$all
|
|
3939
|
+
||ebayve.com^$all
|
|
3940
|
+
||zvogo.com^$all
|
|
3941
|
+
||wrgov.com^$all,to=~gov.vn
|
|
3942
|
+
||vn-chinhphu.com^$all,to=~dichvucong.gov.vn
|
|
3966
3943
|
||msk.su^$all
|
|
3967
3944
|
||bleyeare.com^$all
|
|
3968
3945
|
||hberify.com^$all
|
|
@@ -4055,17 +4032,35 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
4055
4032
|
||grahurgum.com^$all
|
|
4056
4033
|
||liverun0.com^$all
|
|
4057
4034
|
||ephemeral9.com^$all
|
|
4035
|
+
||hocklahro.ru^$all
|
|
4036
|
+
||tinjudish.ru^$all
|
|
4058
4037
|
! google
|
|
4059
4038
|
||arciansi.su^$all
|
|
4039
|
+
/^https:\/\/[a-z0-9]{50,}\.[a-z0-9]{4,11}\.com\/[a-zA-Z0-9]{50,}$/$xhr,3p,method=get,to=com|~google.com|~microsoft.com,from=com|ru|su
|
|
4040
|
+
/^https:\/\/[a-z0-9]{50,}\.[a-z0-9]{4,11}\.ru\/[a-zA-Z0-9]{50,}$/$xhr,3p,method=get,to=ru,from=com|ru|su
|
|
4041
|
+
/^https:\/\/[a-z0-9]{50,}\.[a-z0-9]{4,11}\.su\/[a-zA-Z0-9]{50,}$/$xhr,3p,method=get,to=su,from=com|ru|su
|
|
4042
|
+
|https://*.favoripirlanta.com^$doc
|
|
4043
|
+
||amernamproa.com^$all
|
|
4044
|
+
||tivorica.su^$all
|
|
4045
|
+
||xylentura.su^$all
|
|
4060
4046
|
||puttyconnect.info^$all
|
|
4061
4047
|
||astrosphere.world^$all
|
|
4062
4048
|
||marketplace-item-*.000.pe^$doc
|
|
4063
4049
|
! /^https:\/\/(?:ai|art|get)?-?midjourney(?:s|ai)[^\/]+\//$doc,to=~midjourney.com|~edu|~gov
|
|
4064
|
-
/^https:\/\/(?:ai|art|get)-?midjourney[^\/]+\//$doc,to=~midjourney.com|~edu|~gov
|
|
4065
|
-
/^https:\/\/
|
|
4066
|
-
||midjourney.
|
|
4050
|
+
! /^https:\/\/(?:ai|art|get)-?midjourney[^\/]+\//$doc,to=~midjourney.com|~edu|~gov
|
|
4051
|
+
! /^https:\/\/(?:ai|art|get)-midjourney[^\/]+\//$doc,to=~midjourney.com|~edu|~gov
|
|
4052
|
+
||ai-midjourney*.$doc,to=~midjourney.com|~edu|~gov
|
|
4053
|
+
||art-midjourney.$doc,to=~midjourney.com|~edu|~gov
|
|
4054
|
+
||get-midjourney.$doc,to=~midjourney.com|~edu|~gov
|
|
4055
|
+
||mid-journey.$doc,to=~midjourney.com|~edu|~gov
|
|
4056
|
+
||aimidjourney.$doc,to=~midjourney.com|~edu|~gov
|
|
4057
|
+
||aimidjourneys.$doc,to=~midjourney.com|~edu|~gov
|
|
4058
|
+
||getmidjourney.$doc,to=~midjourney.com|~edu|~gov
|
|
4059
|
+
||midjourneys.$doc,to=~midjourney.com|~edu|~gov
|
|
4060
|
+
||midjourney.co^$all,to=~midjourney.com
|
|
4061
|
+
||midjourneysai.us^$all,to=~midjourney.com
|
|
4062
|
+
||midjourneyais.us^$all,to=~midjourney.com
|
|
4067
4063
|
||runningapplications-b7dae-default-rtdb.firebaseio.com^$all
|
|
4068
|
-
||kisanbethak.com^$all
|
|
4069
4064
|
||kunalicon.com^$all
|
|
4070
4065
|
||inzerille.com^$all
|
|
4071
4066
|
||recovernj.com^$all
|
|
@@ -4110,10 +4105,8 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
4110
4105
|
||bootcss.com^$all
|
|
4111
4106
|
||staticfile.net^$all
|
|
4112
4107
|
||staticfile.org^$all
|
|
4113
|
-
||unionadjs.com^$all
|
|
4114
4108
|
||xhsbpza.com^$all
|
|
4115
4109
|
||union.macoms.la^$all
|
|
4116
|
-
||polyfill.com^$all
|
|
4117
4110
|
||polyfill.top^$all
|
|
4118
4111
|
||polyfill-js.cn^$all
|
|
4119
4112
|
||veilcurtin.world^$doc
|
|
@@ -4123,6 +4116,7 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
4123
4116
|
||get-express-vpn.online^$all,to=~expressvpn.com
|
|
4124
4117
|
||bloxstrap.*^$doc,domain=~bloxstrap.pizzaboxer.xyz,to=~bloxstrap.pizzaboxer.xyz
|
|
4125
4118
|
||bloxstrapmenu.com^$doc
|
|
4119
|
+
||joannst.shop^$doc,to=~joann.com
|
|
4126
4120
|
||joannclearances.com^$all,to=~joann.com
|
|
4127
4121
|
||joannstoressales.shop^$all,to=~joann.com
|
|
4128
4122
|
||joannmax.com^$doc,to=~joann.com
|
|
@@ -4158,7 +4152,6 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
4158
4152
|
||shy-boat-90ce.jiko728928922.workers.dev^$doc,to=~uniswap.org
|
|
4159
4153
|
||uniwspapp.com^$all,to=~uniswap.org
|
|
4160
4154
|
||app.corn-staging.com^$all,to=~uniswap.org
|
|
4161
|
-
||crowdstrike-helpdesk.com^$doc
|
|
4162
4155
|
||crowdstrikebluescreen.com^$doc
|
|
4163
4156
|
||crowdstrike0day.com^$doc
|
|
4164
4157
|
||crowdstrikedoomsday.com^$doc
|
|
@@ -4234,13 +4227,11 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
4234
4227
|
||tempisite.com^$all
|
|
4235
4228
|
||sunpass-etoll-id.kupu.desa.id^$all
|
|
4236
4229
|
/^https:\/\/(?:www\.)?roblox(?:\.com)?\.[a-z]{2}\//$doc,to=roblox.*|~roblox.com
|
|
4237
|
-
||feather-wallet.org^$doc,to=~featherwallet.org
|
|
4238
4230
|
||sparrowwallet.net^$doc,to=~sparrowwallet.com
|
|
4239
4231
|
||electrum.is^$doc,to=~electrum.org
|
|
4240
4232
|
||tracker.club-os.com^
|
|
4241
4233
|
||onelink.me/*&af_web_dp=$doc
|
|
4242
4234
|
||guide-orientation.tn/go_page.php?$doc
|
|
4243
|
-
||playehq4ks.com^$doc
|
|
4244
4235
|
||allsportslivenow.com^$doc
|
|
4245
4236
|
||watchliveon24.com^$doc
|
|
4246
4237
|
||livestreaming24.xyz^$doc
|
|
@@ -4253,3 +4244,211 @@ app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([clas
|
|
|
4253
4244
|
||bpecuniaimmobili.*^$doc,to=bpecuniaimmobili.*
|
|
4254
4245
|
||belliniepecuniaimmobilisrl.*^$doc,to=belliniepecuniaimmobilisrl.*
|
|
4255
4246
|
||immobiliarebelliniepecunia.*^$doc,to=immobiliarebelliniepecunia.*
|
|
4247
|
+
||the-north-face.gr^$all
|
|
4248
|
+
||thenorthfacegreece.com^$all
|
|
4249
|
+
||forimg.net^$all
|
|
4250
|
+
||hobidoch.store^$all
|
|
4251
|
+
||heqipop.space^$all
|
|
4252
|
+
crimsonav.com,ngsingleissues.nationalgeographic.com##+js(acs, atob, new Function(atob()
|
|
4253
|
+
||cdnstatics.net^$all
|
|
4254
|
+
! Group Bobry
|
|
4255
|
+
/^https:\/\/[a-z]{7,}\.[a-z]{3,}\/get\/\?s=[a-zA-Z0-9]+=*$/$script,3p,match-case,to=~edu|~gov
|
|
4256
|
+
/^https:\/\/[a-z]{7,}\.[a-z]{3,}\/img\/$/$script,3p,match-case,to=~edu|~gov
|
|
4257
|
+
||quantunnquest.com^$all
|
|
4258
|
+
||analytisgroup.com^$all
|
|
4259
|
+
||analytisweb.com^$all
|
|
4260
|
+
||bytesbazar.com^$all
|
|
4261
|
+
||chartismart.com^$all
|
|
4262
|
+
||codecarawan.com^$all
|
|
4263
|
+
||creativeslim.com^$all
|
|
4264
|
+
||creatls.com^$all
|
|
4265
|
+
||cssmagic.shop^$all
|
|
4266
|
+
||datifyny.com^$all
|
|
4267
|
+
||dealhunt.website^$all
|
|
4268
|
+
||desiqnia.shop^$all
|
|
4269
|
+
||desynlabtech.com^$all
|
|
4270
|
+
||getstylify.com^$all
|
|
4271
|
+
||graphiqsw.com^$all
|
|
4272
|
+
||happyllfe.online^$all
|
|
4273
|
+
||horlzonhub.com^$all
|
|
4274
|
+
||javaninja.shop^$all
|
|
4275
|
+
||marketiqhub.com^$all
|
|
4276
|
+
||marketrom.shop^$all
|
|
4277
|
+
||marketsoilmart.com^$all
|
|
4278
|
+
||metricsy.shop^$all
|
|
4279
|
+
||novastraem.com^$all
|
|
4280
|
+
||radlantroots.com^$all
|
|
4281
|
+
||sellifypro.com^$all
|
|
4282
|
+
||sellwisehub.com^$all
|
|
4283
|
+
||statify.online^$all
|
|
4284
|
+
||statlstic.shop^$all
|
|
4285
|
+
||statspots.com^$all
|
|
4286
|
+
||techtnee.com^$all
|
|
4287
|
+
||trendgurupro.com^$all
|
|
4288
|
+
||trendor.website^$all
|
|
4289
|
+
||trendori.shop^$all
|
|
4290
|
+
||vizualis.online^$all
|
|
4291
|
+
!#if cap_html_filtering
|
|
4292
|
+
energiasolare100.it,lundracing.com,red17.co.uk,workplace-products.co.uk##^div[onmousemove*=".innerHTML"][onmousemove*="String.fromCharCode"]
|
|
4293
|
+
!#else
|
|
4294
|
+
energiasolare100.it,lundracing.com,red17.co.uk,workplace-products.co.uk##+js(trusted-replace-argument, String.prototype.includes, 0, undefined, condition, /^checkout$/)
|
|
4295
|
+
!#endif
|
|
4296
|
+
! Group Surki
|
|
4297
|
+
/^wss:\/\/[^\/]+\.[a-z]{2,}\/(?:common|ws)\?source=http[^&]+$/$websocket,3p,match-case,to=~edu|~gov
|
|
4298
|
+
||accept.bar^$all
|
|
4299
|
+
||amocha.xyz^$all
|
|
4300
|
+
||cdn-webstats.com^$all
|
|
4301
|
+
||cpeciadogfoods.com^$all
|
|
4302
|
+
||inspectdlet.net^$all
|
|
4303
|
+
||clearnetfab.net^$all
|
|
4304
|
+
||cloudflare-stat.net^$all
|
|
4305
|
+
||fallodick87-78.sbs^$all
|
|
4306
|
+
||iconstaff.top^$all
|
|
4307
|
+
||jquerypackageus.com^$all
|
|
4308
|
+
||jqueryuslibs.com^$all
|
|
4309
|
+
||jstatic201.com^$all
|
|
4310
|
+
||lererikal.org^$all
|
|
4311
|
+
||nothingillegal.bond^$all
|
|
4312
|
+
||paie-locli.com^$all
|
|
4313
|
+
||sellerstat.site^$all
|
|
4314
|
+
||shoponlinemelike.shop^$all
|
|
4315
|
+
||statsseo.com^$all
|
|
4316
|
+
||statstoday.org^$all
|
|
4317
|
+
||vincaolet.xyz^$all
|
|
4318
|
+
||webexcelsior.org^$all
|
|
4319
|
+
adrissa.com.co,americansoda.co.uk,casteloforte.com.br,centerfabril.com.br,forqueen.cz,joinusonline.net,jollibee.com.vn,kitapsan.com.tr,mebelinovdom.com,ojworld.it,qualityrental.com,szaszmotorshop.hu,tvojstyl.sk,up-shop.org,yairalon.com.br##+js(acs, WebSocket, event.data)
|
|
4320
|
+
||orcaslicer.net^$doc
|
|
4321
|
+
||comodozeropoint.com^$all,to=~comodo.com
|
|
4322
|
+
||avatrade-services.com^$all,to=~avatrade.com
|
|
4323
|
+
||ailurophilestealer.shop^$all
|
|
4324
|
+
##html#html[sti][vic][lang] > body#allbody
|
|
4325
|
+
/\/m\/js(?:drive|nom|sp|v)\.js\b/$script,1p,strict1p
|
|
4326
|
+
/\/n\/js(?:drive|nom|sp|v)\.js\b/$script,1p,strict1p
|
|
4327
|
+
/\/o\/js(?:drive|nom|sp|v)\.js\b/$script,1p,strict1p
|
|
4328
|
+
||payzoneparking.info^$all
|
|
4329
|
+
/^https?:\/\/[a-z]{10,}\.com\/go\/[a-f0-9]{8}(-[a-f0-9]{4}){3}-[a-f0-9]{12}\b/$doc,match-case,to=com
|
|
4330
|
+
/^https?:\/\/[-a-z0-9]{8,}\.ru\/\?load=[a-zA-Z0-9]+(-[a-zA-Z0-9]+)+$/$doc,match-case,to=ru
|
|
4331
|
+
||com/go/$doc,to=com,ipaddress=3.0.82.215
|
|
4332
|
+
||com/go/$doc,to=com,ipaddress=3.0.178.139
|
|
4333
|
+
||com/go/$doc,to=com,ipaddress=2406:da18:3af:9302:6ead:4c78:949:685a
|
|
4334
|
+
||com/go/$doc,to=com,ipaddress=2406:da18:3af:9302:218a:d776:533b:6b69
|
|
4335
|
+
||rungamepc.ru^$all
|
|
4336
|
+
||game02-com.ru^$all
|
|
4337
|
+
||gameportpc.ru^$all
|
|
4338
|
+
||menkaralpheratz.com^$all
|
|
4339
|
+
||ofsetvideofre.click^$all
|
|
4340
|
+
||newvideozones.click^$all
|
|
4341
|
+
||downloadstep.com^$all
|
|
4342
|
+
||downloadsbeta.com^$all
|
|
4343
|
+
||streamingsplays.com^$all
|
|
4344
|
+
||streamingszone.com^$all
|
|
4345
|
+
||runkit.com/wukong/black-myth-wukong-crack-pc^$all
|
|
4346
|
+
||runkit.com/skylinespc/cities-skylines-ii-crack-pc-full-setup^$all
|
|
4347
|
+
||runkit.com/masterposte/dying-light-2-crack-on-pc-denuvo-fix^$all
|
|
4348
|
+
||runkit.com/dz4583276/monster-hunter-rise-crack-codex-pc/1.0.0/clone^$all
|
|
4349
|
+
||groups.google.com/g/hogwarts-legacy-crack-empress^$all
|
|
4350
|
+
||verify-captcha.com^$all
|
|
4351
|
+
||r2.dev/CAptcha-Verifications-$doc
|
|
4352
|
+
/please-verify-z.html^$doc
|
|
4353
|
+
||dlvideosfre.click^$all
|
|
4354
|
+
/human-verify-system.html^$doc
|
|
4355
|
+
/human-captcha-v*.html^$doc
|
|
4356
|
+
/captcha-verify-v*.html^$doc
|
|
4357
|
+
/verify-captcha-v*.html^$doc
|
|
4358
|
+
||sos-bg-sof-*.exo.io^$all
|
|
4359
|
+
/cloudflare-v1-getup-*.html^$doc
|
|
4360
|
+
||rustdesk.co.nz^$doc
|
|
4361
|
+
||rustdesk.io^$doc
|
|
4362
|
+
||rustdesk.pl^$doc
|
|
4363
|
+
||rustdesk.secure-box.de^$doc
|
|
4364
|
+
||bitdefender.top^$doc,to=~bitdefender.com
|
|
4365
|
+
||caressesetboulesdepoils.fr^$doc
|
|
4366
|
+
webflow.io##html.w-mod-js:not(.wf-active) > body:not([class]):not([id]) > a[class="w-inline-block"][href^="http"]
|
|
4367
|
+
||cakewallet.cc^$all,to=~cakewallet.com
|
|
4368
|
+
||coinomiwallet.cc^$all,to=~coinomi.com
|
|
4369
|
+
||infinityvvallet.io^$all,to=~infinitywallet.io
|
|
4370
|
+
||va-ez.com^$all,to=~ezpassva.com
|
|
4371
|
+
||mslive.pro^$all,to=~microstrategy.com
|
|
4372
|
+
/^https:\/\/gov\.[^.]*gr\.[a-z]{2,6}/$doc,to=~gov|~edu|~gov.gr
|
|
4373
|
+
||0.gp/greece2^$all,to=~gov.gr
|
|
4374
|
+
||gr93.sbs^$all,to=~gov.gr
|
|
4375
|
+
||freesoftwarecreative.com^$doc
|
|
4376
|
+
||cloudtrks.com^$all
|
|
4377
|
+
||macgsapptrck.com^$all
|
|
4378
|
+
||d12zgccgt6pwjz.cloudfront.net^
|
|
4379
|
+
||d1myn4ixnn41tz.cloudfront.net^
|
|
4380
|
+
||duh0b8nl8uhfn.cloudfront.net^
|
|
4381
|
+
||d1ftkft7iiluq6.cloudfront.net^
|
|
4382
|
+
||d390icj1ta4x0p.cloudfront.net^
|
|
4383
|
+
||d3ept9mddcbuhi.cloudfront.net^
|
|
4384
|
+
||d1ieffz9zqrn09.cloudfront.net^
|
|
4385
|
+
||du002iv2rxh4h.cloudfront.net^
|
|
4386
|
+
||d1i1d9hx0883rq.cloudfront.net^
|
|
4387
|
+
||d3srxd2wvksmqd.cloudfront.net^
|
|
4388
|
+
||dojy0dg181308.cloudfront.net^
|
|
4389
|
+
||d9cshxmf0qazr.cloudfront.net^
|
|
4390
|
+
||ixx-kexxx.com^$all,to=~ibx.key.com
|
|
4391
|
+
||ixxx-blognew.com^$all,to=~ibx.key.com
|
|
4392
|
+
||info-blog-news.com^$all,to=~ibx.key.com
|
|
4393
|
+
||new-bllog-i.com^$all,to=~ibx.key.com
|
|
4394
|
+
||xv-bloging-info.com^$all,to=~ibx.key.com
|
|
4395
|
+
||xxx-new-videos.com^$all,to=~ibx.key.com
|
|
4396
|
+
||xxx-ii-news.$all,to=~ibx.key.com
|
|
4397
|
+
||udemy-creators.com^$all,to=~udemy.com
|
|
4398
|
+
! stage 1
|
|
4399
|
+
||ntischoolpune.org/*.php?$doc
|
|
4400
|
+
.php?iid=*&cid=$doc,to=~gov|~edu
|
|
4401
|
+
.php?cid=*&pnum=$doc,to=~gov|~edu
|
|
4402
|
+
! stage 2
|
|
4403
|
+
||jb*img.top^$all,to=top
|
|
4404
|
+
/\.[a-z]{3,}\/a\.aspx\?cid=/$doc,match-case,to=~com|~net|~org|~gov|~edu
|
|
4405
|
+
! stage 3
|
|
4406
|
+
/\.[a-z]{3,}\/products\.aspx\?cname=.+&cid=/$doc,match-case,to=~com|~net|~org|~gov|~edu
|
|
4407
|
+
/^https:\/\/online\.[a-z]{7,}\.top\//$doc,to=top
|
|
4408
|
+
||justdakota.top^$all
|
|
4409
|
+
||bsnl5gtower.com^$doc,to=~bsnl.co.in
|
|
4410
|
+
||bsnltowersite.in^$doc,to=~bsnl.co.in
|
|
4411
|
+
||dareka4te.shop^$all
|
|
4412
|
+
! Fake WordPress plugins loading ads/malware
|
|
4413
|
+
/wp-content/plugins/admin-bar-customizer/abc-script.js
|
|
4414
|
+
/wp-content/plugins/advanced-user-manager/aum-script.js
|
|
4415
|
+
/wp-content/plugins/advanced-widget-manage/awm-script.js
|
|
4416
|
+
/wp-content/plugins/content-blocker/cb-script.js
|
|
4417
|
+
/wp-content/plugins/custom-css-injector/cci-script.js
|
|
4418
|
+
/wp-content/plugins/custom-footer-generator/cfg-script.js
|
|
4419
|
+
/wp-content/plugins/custom-login-styler/cls-script.js
|
|
4420
|
+
/wp-content/plugins/dynamic-sidebar-manager/dsm-script.js
|
|
4421
|
+
/wp-content/plugins/easy-themes-manager/script.js
|
|
4422
|
+
/wp-content/plugins/form-builder-pro/fbp-script.js
|
|
4423
|
+
/wp-content/plugins/quick-cache-cleaner/qcc-script.js
|
|
4424
|
+
/wp-content/plugins/responsive-menu-builder/rmb-script.js
|
|
4425
|
+
/wp-content/plugins/seo-optimizer-pro/sop-script.js
|
|
4426
|
+
/wp-content/plugins/simple-post-enhancer/spe-script.js
|
|
4427
|
+
/wp-content/plugins/social-media-integrator/smi-script.js
|
|
4428
|
+
||solomonegbe.com^$all
|
|
4429
|
+
||notion.ramchhaya.com^$all,to=~notion.so
|
|
4430
|
+
||furnotilioin.site^$all,to=~notion.so
|
|
4431
|
+
||jqueri.at^$all
|
|
4432
|
+
||jsdelivr.at^$all
|
|
4433
|
+
||gstatis.co^$all
|
|
4434
|
+
||at^$script,xhr,3p,ipaddress=185.215.113.111
|
|
4435
|
+
||pekanbaru.one^$all,to=~coinbase.com
|
|
4436
|
+
||noticesgove.top^$all,to=~gov.uk
|
|
4437
|
+
/^https:\/\/winterpaymen[a-z]{2,5}\.top\//$doc,to=top|~gov.uk
|
|
4438
|
+
||securevault.top^$all
|
|
4439
|
+
/^https:\/\/usps\.com-(?:\w+\.){1,2}[a-z]{2,4}\//$doc,to=~com|~net|~org|~edu|~gov
|
|
4440
|
+
||orcaslicer.info^$doc
|
|
4441
|
+
||marabase-bi.com^$doc,to=~mara.com
|
|
4442
|
+
||ev.ri-7a5935gb.com^$all,to=~evri.com
|
|
4443
|
+
||ev.ri-*gb.com^$doc,to=~evri.com
|
|
4444
|
+
/^https:\/\/www\.air-?up-?[a-z]{2,}\.com\//$doc,to=com|~air-up.com
|
|
4445
|
+
/^https:\/\/www\.xn--airup[a-z]{5,6}-[a-z0-9]{3}\.com\//$doc,to=com|~air-up.com
|
|
4446
|
+
||airupgreece.net^$doc,to=~air-up.com
|
|
4447
|
+
||airupromania.ro^$doc,to=~air-up.com
|
|
4448
|
+
||airupitaly.it^$doc,to=~air-up.com
|
|
4449
|
+
||airupfrance.fr^$doc,to=~air-up.com
|
|
4450
|
+
||ftuapps.io^$doc
|
|
4451
|
+
||ftuapps.dev^$doc
|
|
4452
|
+
||geekupdates.notion.site/Ultra-Security$doc
|
|
4453
|
+
||uobretailcreditmanagement.$doc
|
|
4454
|
+
||blockfiupdates.$doc
|