@browserless.io/browserless 2.20.2 → 2.21.1
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/CHANGELOG.md +15 -1
- package/bin/browserless.js +2 -1
- package/build/browserless.js +3 -2
- package/build/browsers/index.d.ts +3 -2
- package/build/browsers/index.js +3 -1
- package/build/routes/chrome/http/content.post.body.json +8 -8
- package/build/routes/chrome/http/pdf.post.body.json +8 -8
- package/build/routes/chrome/http/scrape.post.body.json +8 -8
- package/build/routes/chrome/http/screenshot.post.body.json +8 -8
- package/build/routes/chrome/tests/pdf.spec.js +24 -12
- 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/build/routes/chromium/tests/pdf.spec.js +24 -12
- package/build/shared/pdf.http.js +10 -5
- package/docker/sdk/Dockerfile +11 -0
- 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 +4 -0
- 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 +9 -5
- package/extensions/ublock/_locales/bs/messages.json +4 -0
- package/extensions/ublock/_locales/ca/messages.json +5 -1
- package/extensions/ublock/_locales/cs/messages.json +4 -0
- package/extensions/ublock/_locales/cv/messages.json +4 -0
- package/extensions/ublock/_locales/cy/messages.json +4 -0
- package/extensions/ublock/_locales/da/messages.json +4 -0
- package/extensions/ublock/_locales/de/messages.json +4 -0
- package/extensions/ublock/_locales/el/messages.json +8 -4
- 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 +9 -5
- package/extensions/ublock/_locales/es/messages.json +4 -0
- 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 +4 -0
- package/extensions/ublock/_locales/fi/messages.json +6 -2
- package/extensions/ublock/_locales/fil/messages.json +4 -0
- package/extensions/ublock/_locales/fr/messages.json +4 -0
- package/extensions/ublock/_locales/fy/messages.json +4 -0
- package/extensions/ublock/_locales/gl/messages.json +12 -8
- 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 +68 -64
- package/extensions/ublock/_locales/hy/messages.json +4 -0
- package/extensions/ublock/_locales/id/messages.json +6 -2
- package/extensions/ublock/_locales/it/messages.json +4 -0
- package/extensions/ublock/_locales/ja/messages.json +4 -0
- package/extensions/ublock/_locales/ka/messages.json +4 -0
- 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 +4 -0
- 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 +8 -4
- 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 +4 -0
- 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 +6 -2
- package/extensions/ublock/_locales/sv/messages.json +4 -0
- 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 +4 -0
- 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 +5 -1
- package/extensions/ublock/assets/assets.json +8 -6
- package/extensions/ublock/assets/resources/scriptlets.js +455 -301
- package/extensions/ublock/assets/thirdparties/easylist/easylist.txt +4441 -6643
- package/extensions/ublock/assets/thirdparties/easylist/easyprivacy.txt +401 -307
- package/extensions/ublock/assets/thirdparties/pgl.yoyo.org/as/serverlist +34 -29
- package/extensions/ublock/assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat +682 -709
- package/extensions/ublock/assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt +2439 -1999
- package/extensions/ublock/assets/ublock/badlists.txt +7 -0
- package/extensions/ublock/assets/ublock/badware.min.txt +992 -552
- package/extensions/ublock/assets/ublock/filters.min.txt +1253 -864
- package/extensions/ublock/assets/ublock/privacy.min.txt +58 -31
- package/extensions/ublock/assets/ublock/quick-fixes.min.txt +118 -126
- package/extensions/ublock/assets/ublock/unbreak.min.txt +129 -109
- package/extensions/ublock/js/background.js +4 -3
- package/extensions/ublock/js/benchmarks.js +29 -29
- package/extensions/ublock/js/codemirror/ubo-static-filtering.js +1 -0
- package/extensions/ublock/js/contextmenu.js +20 -21
- package/extensions/ublock/js/devtools.js +137 -3
- package/extensions/ublock/js/filtering-context.js +98 -43
- package/extensions/ublock/js/logger-ui.js +1 -1
- package/extensions/ublock/js/messaging.js +57 -135
- package/extensions/ublock/js/pagestore.js +44 -31
- package/extensions/ublock/js/redirect-resources.js +14 -4
- package/extensions/ublock/js/scriptlet-filtering.js +4 -1
- package/extensions/ublock/js/static-filtering-parser.js +107 -37
- package/extensions/ublock/js/static-net-filtering.js +514 -250
- package/extensions/ublock/js/storage.js +2 -1
- package/extensions/ublock/js/traffic.js +8 -4
- package/extensions/ublock/js/vapi-background.js +1 -0
- package/extensions/ublock/js/vapi-common.js +1 -0
- package/extensions/ublock/logger-ui.html +2 -3
- package/extensions/ublock/manifest.json +2 -2
- package/extensions/ublock/support.html +1 -0
- package/extensions/ublock/web_accessible_resources/noop-vast2.xml +1 -0
- package/extensions/ublock/web_accessible_resources/noop-vast3.xml +1 -0
- package/extensions/ublock/web_accessible_resources/noop-vast4.xml +1 -0
- package/package.json +17 -17
- package/src/browserless.ts +3 -2
- package/src/browsers/index.ts +2 -0
- package/src/routes/chrome/tests/pdf.spec.ts +24 -12
- package/src/routes/chromium/tests/pdf.spec.ts +24 -12
- package/src/shared/pdf.http.ts +10 -6
- package/static/docs/swagger.json +10 -10
- package/static/docs/swagger.min.json +9 -9
- package/static/function/client.js +9 -9
- package/static/function/index.html +9 -9
- /package/extensions/ublock/web_accessible_resources/{noop-vmap1.0.xml → noop-vmap1.xml} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
! Title: uBlock filters – Badware risks
|
|
2
2
|
! Expires: 5 days
|
|
3
|
-
! Last modified:
|
|
3
|
+
! Last modified: Thu, 26 Sep 2024 09:58:21 +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
|
|
@@ -106,7 +106,6 @@ support.ublock.org##div.hero-unit > div.search-box--hero-unit::before:style(cont
|
|
|
106
106
|
||virtualbox.es^$doc
|
|
107
107
|
||virtualbox.pl^$doc
|
|
108
108
|
||newsharecounts.s3-us-west-2.amazonaws.com/nsc.js$script
|
|
109
|
-
||googlo.co^$doc
|
|
110
109
|
||hentaiplaytime.com^$doc
|
|
111
110
|
||viewmypdf.com^$doc
|
|
112
111
|
! foxload.com badware
|
|
@@ -158,7 +157,6 @@ majorgeeks.com##b:has(a[target^="reimage"])
|
|
|
158
157
|
||buzzadnetwork.com^$all
|
|
159
158
|
||abcdserver.com^$all
|
|
160
159
|
||americanoverlook.com^
|
|
161
|
-
||anonnews.co^
|
|
162
160
|
||embols.com^
|
|
163
161
|
||endingthefed.com^
|
|
164
162
|
||goneleft.com^
|
|
@@ -199,7 +197,6 @@ howtoremove.guide###gray_de
|
|
|
199
197
|
! thepiratebay3 .com bad
|
|
200
198
|
thepiratebay3.com^$all
|
|
201
199
|
||procdnvids.net^
|
|
202
|
-
||prostream.to^
|
|
203
200
|
||mybestclick.net^$3p
|
|
204
201
|
||verified-extensions.com^
|
|
205
202
|
||smsiak.pl^$doc
|
|
@@ -223,7 +220,6 @@ thepiratebay3.com^$all
|
|
|
223
220
|
||btnativenav.com^$all
|
|
224
221
|
||1111sale.us^$all
|
|
225
222
|
||omgtnc.com^$all
|
|
226
|
-
||bestoffer21.info^$all
|
|
227
223
|
||n06.biz^$all
|
|
228
224
|
||um-bredirect.com^$all
|
|
229
225
|
||aff2021.com^$all
|
|
@@ -234,7 +230,6 @@ thepiratebay3.com^$all
|
|
|
234
230
|
||amigosdetuciudad.com^$all
|
|
235
231
|
||bb-delivery.icu^$all
|
|
236
232
|
||praterage-colled.com^$all
|
|
237
|
-
||womeniovers.net^$all
|
|
238
233
|
||pwrtds.com^$all
|
|
239
234
|
||trackbyfast.com^$all
|
|
240
235
|
||trfrc.com^$all
|
|
@@ -251,8 +246,8 @@ thepiratebay3.com^$all
|
|
|
251
246
|
||adtr1.com^$all
|
|
252
247
|
||axdsz.pro^$all
|
|
253
248
|
||datingapp.live^$all
|
|
254
|
-
.com/c/*?s1=$doc,
|
|
255
|
-
.net/c/*?s1=$doc,
|
|
249
|
+
.com/c/*?s1=$doc,to=com
|
|
250
|
+
.net/c/*?s1=$doc,to=net
|
|
256
251
|
/tds/ae?tds_campaign=$doc
|
|
257
252
|
||adating.link^$all
|
|
258
253
|
||benaughty.com^$all
|
|
@@ -305,22 +300,17 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
305
300
|
/click?pid=*&sub1=$doc
|
|
306
301
|
! fraud => https://forums.lanik.us/viewtopic.php?f=90&t=45586
|
|
307
302
|
||411medias.com^$all
|
|
308
|
-
||zedplays.com^$all
|
|
309
303
|
||special-update.online^$all
|
|
310
|
-
||bookgr8.com^$all
|
|
311
304
|
||internetspeedtracker.com^$all
|
|
312
305
|
||system-update-new-2021.com^$all
|
|
313
|
-
||m7c4d5r7.stackpathcdn.com^$all
|
|
314
306
|
||download-app.net^$all
|
|
315
307
|
||pu4.biz^$all
|
|
316
308
|
||privatesinglesmeet.com^$all
|
|
317
309
|
||readytosinglesmeet.com^$all
|
|
318
310
|
||cleanphonefast.com^$all
|
|
319
|
-
||fastphonebooster.com^$all
|
|
320
311
|
||reimageplusminus.me^$all
|
|
321
312
|
||luckywinner-web1.com^$all
|
|
322
313
|
||theshoparound.com^$all
|
|
323
|
-
||loverfuck.com^$all
|
|
324
314
|
||onlineplus.click^$all
|
|
325
315
|
||trafempire.com^$all
|
|
326
316
|
||iamnaughty.com^$all
|
|
@@ -335,8 +325,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
335
325
|
||djin.site^$all
|
|
336
326
|
||antivirus.landerhd.com^$all
|
|
337
327
|
||to6s.biz^$all
|
|
338
|
-
||sweetgirls.date^$all
|
|
339
|
-
||fast-travel.org^$all
|
|
340
328
|
/?clck=*&sid=$doc
|
|
341
329
|
||love7date.info^$all
|
|
342
330
|
||bestsecretflirt.com^$all
|
|
@@ -352,7 +340,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
352
340
|
/?ip=*&uclickhash=$doc
|
|
353
341
|
||cheaterboss.com^$all
|
|
354
342
|
||cumshots.com^$all
|
|
355
|
-
||multiflings.com^$all
|
|
356
343
|
||real-women-online.com^$all
|
|
357
344
|
/?camp=*&cost=0.$doc
|
|
358
345
|
||monglitch.monster^$all
|
|
@@ -380,7 +367,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
380
367
|
/?clickid=*&ptracker=$doc
|
|
381
368
|
||vehicle-insurance-quote.com^$all
|
|
382
369
|
^lpkey=*&uclickhash=$doc
|
|
383
|
-
||systemupdatesy.life^$all
|
|
384
370
|
||d135aysof2oufc.cloudfront.net^$all
|
|
385
371
|
/?banner=*&phone=$doc
|
|
386
372
|
||advidates.com^$all
|
|
@@ -412,7 +398,7 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
412
398
|
||celxkpdir.com^$all
|
|
413
399
|
^cep=*&zoneid=$doc
|
|
414
400
|
^cep=*&s1=$doc
|
|
415
|
-
.top/robot4*&a=$doc,
|
|
401
|
+
.top/robot4*&a=$doc,to=top
|
|
416
402
|
||androidnotice.com^$all
|
|
417
403
|
||wholenicefeed.com^$all
|
|
418
404
|
||updaterlife.com^$all
|
|
@@ -498,10 +484,9 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
498
484
|
||family-simulators.io^$doc
|
|
499
485
|
||familyfornicate.com^$doc
|
|
500
486
|
||speedtestnow.site^$all
|
|
501
|
-
||programprotacol0.com^$all
|
|
502
487
|
||lovedatee.net^$all
|
|
503
488
|
/dating_lp?keyword=$doc
|
|
504
|
-
/bonus/*.php?c=$doc,
|
|
489
|
+
/bonus/*.php?c=$doc,to=space|top
|
|
505
490
|
||club-gagnant.online^$all
|
|
506
491
|
||srengin.com^$all
|
|
507
492
|
/common-player-arrow/index.html?var=*&zoneid=$doc
|
|
@@ -533,7 +518,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
533
518
|
||doublebangers.com^$all
|
|
534
519
|
||laddler.site^$all
|
|
535
520
|
||bintrr.top^$all
|
|
536
|
-
||tricksygirlw.com^$all
|
|
537
521
|
||bustymeets.com^$all
|
|
538
522
|
||aht42trk.com^$all
|
|
539
523
|
||jasnathvibes.com^$all
|
|
@@ -545,7 +529,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
545
529
|
||skollett.site^$all
|
|
546
530
|
||browserneedupdate.com^
|
|
547
531
|
||click-allow.top^
|
|
548
|
-
||girlwaityou.com^$all
|
|
549
532
|
||feelfllirty.com^$all
|
|
550
533
|
||spiendidates.com^$all
|
|
551
534
|
||alone-here.online^$all
|
|
@@ -566,7 +549,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
566
549
|
||sugarfllngs.com^$all
|
|
567
550
|
||trripwire.com^$all
|
|
568
551
|
||ardentcrackerbo.com^$all
|
|
569
|
-
||girlsonlinenow.com^$all
|
|
570
552
|
/dating/adult/*/index.html?*p1=$doc
|
|
571
553
|
/video-app-default/adult/*/index.html?*p1=$doc
|
|
572
554
|
||meetdats.com^$all
|
|
@@ -587,14 +569,13 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
587
569
|
||hornydateclub.link^$all
|
|
588
570
|
||guardlnkcaptcha.com^$all
|
|
589
571
|
/gambling/main/default/*/index.html?*p1=$doc
|
|
590
|
-
/?p=*5gi3bp*$doc,
|
|
572
|
+
/?p=*5gi3bp*$doc,to=biz|com
|
|
591
573
|
||landings.namapper.com^
|
|
592
574
|
||hornysmart.link^$all
|
|
593
575
|
||bd4jn7dk9u.com^$all
|
|
594
576
|
||throb.fun^$all
|
|
595
577
|
||throww.fun^$all
|
|
596
578
|
||dattter.shop^$all
|
|
597
|
-
||fiverera.click^$all
|
|
598
579
|
||imp2.com^$all
|
|
599
580
|
||love-places.ru^$all
|
|
600
581
|
/click.php?key=*&price=$doc
|
|
@@ -643,33 +624,64 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
643
624
|
||lamilagq.com^$all
|
|
644
625
|
/1/index.html?p1=$doc
|
|
645
626
|
/fb_video_googleplay/*/index.html?*p1=$doc
|
|
627
|
+
.sbs/c/*?s1=$doc
|
|
628
|
+
||lurk-online.com^$all
|
|
629
|
+
||datesmart.link^$all
|
|
630
|
+
||maxerotica.com^$all
|
|
631
|
+
||foxymilfspo.com^$all
|
|
632
|
+
||kissablepopsyv.click^$all
|
|
633
|
+
||kissablepopsyv43.com^$all
|
|
634
|
+
/click.php?key=*&type=push&$doc
|
|
635
|
+
.com/dating/*/index.html?lang=$doc
|
|
636
|
+
.info/?key=*&pixel=$doc
|
|
637
|
+
/?z=*&syncedCookie=true&rhd=false$doc,popup
|
|
638
|
+
||snapbabes9.com^$all
|
|
639
|
+
||matcher.one^$all
|
|
640
|
+
||onlyhotdgirl.com^$all
|
|
641
|
+
||playfulmilfs.com^$all
|
|
642
|
+
||wooqi.win^$all
|
|
643
|
+
||chemiclk.com^$all
|
|
644
|
+
||techluki.com^$all
|
|
645
|
+
||lovestrive.org^$all
|
|
646
|
+
||vcnbbtrack.com^$all
|
|
647
|
+
||zodertracker.com^$all
|
|
648
|
+
||latenightlovers.com^$all
|
|
649
|
+
||clickrotate.net^$all
|
|
650
|
+
||date2night.b-cdn.net^
|
|
651
|
+
||fourth-4-cdn.com^
|
|
652
|
+
||tinder-love.xyz^$all
|
|
646
653
|
||mikkim.top^$all
|
|
647
654
|
||discordvip.createsocialcard.top^$all
|
|
648
|
-
||
|
|
655
|
+
||whatsapp-32w.pages.dev^$all
|
|
649
656
|
^s1=*&click_id=$doc
|
|
650
|
-
|
|
657
|
+
##html[lang] > body.ishome > div.adult + main.main
|
|
658
|
+
^mh=*&mmid=$doc,script
|
|
651
659
|
||onenightchicko.com^$all
|
|
652
|
-
|
|
653
|
-
|
|
660
|
+
||nudepopsy71c.com^$all
|
|
661
|
+
||mamielournes.buzz^$doc
|
|
662
|
+
||miahershberger.buzz^$doc
|
|
663
|
+
||sanjuanitaliscano.click^$doc
|
|
664
|
+
||viktoriadelenick.za.com^$doc
|
|
665
|
+
||c0nt4ct-me.pages.dev^$all
|
|
666
|
+
/^https:\/\/[0-9a-z]{3,}\.[-a-z]{10,}\.(?:li[fv]e|top|xyz)\/[a-z]{8}\/(?:article\d{4}\.doc)?\?utm_campaign=\w{40,}/$doc,match-case,to=life|live|top|xyz
|
|
667
|
+
/^https:\/\/[a-z]{2,3}\d\.biz\/go\/[0-9a-z]{15,18}$/$doc,to=biz
|
|
654
668
|
! fake dating/prize/video sites
|
|
655
669
|
/^https?:\/\/[0-9a-z]*\.?[-0-9a-z]{4,}\.[a-z]{2,11}\.?[a-z]{0,7}\/(?:[0-9a-z]{6,10}\/)?\/?(?:article\d{4}\.doc)?\?(?:cid=[0-9a-z]+&)?u=[0-9a-z]{7}(?:&t=\d+)?&o=[0-9a-z]{7}/$doc,frame,match-case
|
|
656
670
|
/^https?:\/\/[0-9a-z]*\.?[-0-9a-z]{4,}\.[a-z]{2,11}\.?[a-z]{0,7}\/(?:[0-9a-z]{6,10}\/)?\/?(?:article\d{4}\.doc)?\?(?:cid=[0-9a-z]+&)?o=[0-9a-z]{7}(?:&t=\d+)?&u=[0-9a-z]{7}/$doc,frame,match-case
|
|
657
671
|
.live/web/?sid=t*~$doc
|
|
658
672
|
/?u1=*&o1=*&sid=t*~$doc
|
|
659
673
|
! push notification scam
|
|
660
|
-
/^https:\/\/(?:www\d\.)?[-a-z]{6,}\.(?:club|com|info|net|org)\/(?=[-_a-zA-Z]{0,42}\d)(?=[-_0-9a-z]{0,42}[A-Z])[-_0-9a-zA-Z]{43}\/\?cid=[-_0-9a-zA-Z]{10,36}(?:&qs\d=\S+)?&(?:s|pub)id=[-_0-9a-z{}]{1,32}(?:&s=0\.\d+)?(?:#\S+)?$/$doc,match-case,
|
|
661
|
-
/^https:\/\/(?:www\d\.)?[-a-z]{6,}\.(?:club|com|info|net|org)\/(?=[-_a-zA-Z]{0,42}\d)(?=[-_0-9a-z]{0,42}[A-Z])[-_0-9a-zA-Z]{43}\/\?(?:pub|s)id=[-_0-9a-z{}]{1,32}(?:&qs\d=\S+)?&cid=[-_0-9a-zA-Z]{10,36}(?:&s=0\.\d+)?(?:#\S+)?$/$doc,match-case,
|
|
662
|
-
/^https:\/\/(?:www\d\.)?[-a-z]{6,}\.(?:club|com|info|net|org)\/(?=[-_a-zA-Z]{0,42}\d)(?=[-_0-9a-z]{0,42}[A-Z])[-_0-9a-zA-Z]{43}\/\?clickID=[0-9a-f]{32}&sourceID=\d+$/$doc,match-case,
|
|
674
|
+
/^https:\/\/(?:www\d\.)?[-a-z]{6,}\.(?:club|com|info|net|org)\/(?=[-_a-zA-Z]{0,42}\d)(?=[-_0-9a-z]{0,42}[A-Z])[-_0-9a-zA-Z]{43}\/\?cid=[-_0-9a-zA-Z]{10,36}(?:&qs\d=\S+)?&(?:s|pub)id=[-_0-9a-z{}]{1,32}(?:&s=0\.\d+)?(?:#\S+)?$/$doc,match-case,to=club|com|info|net|org
|
|
675
|
+
/^https:\/\/(?:www\d\.)?[-a-z]{6,}\.(?:club|com|info|net|org)\/(?=[-_a-zA-Z]{0,42}\d)(?=[-_0-9a-z]{0,42}[A-Z])[-_0-9a-zA-Z]{43}\/\?(?:pub|s)id=[-_0-9a-z{}]{1,32}(?:&qs\d=\S+)?&cid=[-_0-9a-zA-Z]{10,36}(?:&s=0\.\d+)?(?:#\S+)?$/$doc,match-case,to=club|com|info|net|org
|
|
676
|
+
/^https:\/\/(?:www\d\.)?[-a-z]{6,}\.(?:club|com|info|net|org)\/(?=[-_a-zA-Z]{0,42}\d)(?=[-_0-9a-z]{0,42}[A-Z])[-_0-9a-zA-Z]{43}\/\?clickID=[0-9a-f]{32}&sourceID=\d+$/$doc,match-case,to=club|com|info|net|org
|
|
663
677
|
||ogtrk.net^
|
|
664
678
|
||91.241.60.117^$all
|
|
665
679
|
||mfilecloud.com^$all
|
|
666
680
|
||xsharenode.com^$all
|
|
667
681
|
||yuppdownload.com^$doc
|
|
682
|
+
||basesfiles.com^$all
|
|
668
683
|
||drop-cloud.com^$all
|
|
669
|
-
||drop-cloud.org^$all
|
|
670
684
|
||sharpfiledownload.com^$all
|
|
671
|
-
||link-ii.info^$all
|
|
672
|
-
||thepcworld.net^$all
|
|
673
685
|
||one-click.cc^$all
|
|
674
686
|
||descarga.pw^$doc
|
|
675
687
|
||soft-lab.pw^$doc
|
|
@@ -677,44 +689,50 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
677
689
|
||cheat-world.site^$doc
|
|
678
690
|
||clc-link.me^$all
|
|
679
691
|
||soft-portal.me^$doc
|
|
680
|
-
||app.mediafire.com/
|
|
692
|
+
||app.mediafire.com/jjtzeom4qvvxb$doc
|
|
693
|
+
||app.mediafire.com/36culjifmas7b$doc
|
|
694
|
+
||app.mediafire.com/y0r8u9vyci2hy$doc
|
|
695
|
+
||app.mediafire.com/v297jm400gsm5$doc
|
|
681
696
|
||mediafire.com/folder/10ejpiwio2gfh/$doc
|
|
682
697
|
||mediafire.com/folder/47ccu44v3b5sq/$doc
|
|
683
|
-
||mediafire.com/folder/s5k8d836a2xwr/$doc
|
|
684
|
-
||mediafire.com/folder/atuqt39mahs1x/$doc
|
|
685
|
-
||mediafire.com/folder/upkvl96lgm82i/$doc
|
|
686
698
|
||mediafire.com/folder/n2cwlepl4zeov/$doc
|
|
687
|
-
||mediafire.com/folder/
|
|
688
|
-
||mediafire.com/folder/
|
|
689
|
-
||mediafire.com/folder/
|
|
690
|
-
||mediafire.com/folder/
|
|
691
|
-
||
|
|
692
|
-
||www.youtube.com/channel/UCCmzcphyrH6Br5eNUnQR2mw/$doc
|
|
699
|
+
||mediafire.com/folder/v6itahr4p07b1/$doc
|
|
700
|
+
||mediafire.com/folder/01t0gadw328j9/$doc
|
|
701
|
+
||mediafire.com/folder/h9o4dqf15amrc/$doc
|
|
702
|
+
||mediafire.com/folder/ofa1qju50ffaz/$doc
|
|
703
|
+
||mediafire.com/folder/9gwcg0g7moide/$doc
|
|
693
704
|
||www.youtube.com/@pengwincheat/$doc
|
|
705
|
+
||www.youtube.com/channel/UCS9ql1ylQmDx7o_6v15X7mw/$doc
|
|
706
|
+
||www.youtube.com/channel/UCEMJ0wTeQgvyyvQTil7tteQ/$doc
|
|
707
|
+
||www.youtube.com/channel/UC0G6UimTOf4mIRvW11yPZXQ/$doc
|
|
708
|
+
||www.youtube.com/channel/UCNLgP9j7dK6tvEiZC2wZp5Q/$doc
|
|
694
709
|
||sites.google.com/view/amamsoft|$doc
|
|
695
710
|
||sites.google.com/view/hubgames|$doc
|
|
696
711
|
||sites.google.com/view/ulpackmnn|$doc
|
|
697
|
-
||sites.google.com/view/
|
|
698
|
-
||sites.google.com/view/zxcmell|$doc
|
|
712
|
+
||sites.google.com/view/zxcqq|$doc
|
|
699
713
|
||gamefree.vip^$doc
|
|
700
714
|
||gocrazy.gg^$doc
|
|
701
715
|
||murhack.com^$doc
|
|
702
716
|
||mi-hack.com^$doc
|
|
703
|
-
||spacecheats.site^$doc
|
|
704
717
|
||wow-site.site^$doc
|
|
705
718
|
||cheatworld.site^$doc
|
|
706
719
|
||sssrust.com^$doc
|
|
707
|
-
||softport.fun^$all
|
|
708
|
-
||cheat.sierramercado.com^$doc
|
|
709
720
|
||upload.advgroup.ru/mvWwiE4h$all
|
|
710
|
-
||blazehack.top^$doc
|
|
711
721
|
||fusionhacks.pro^$doc
|
|
712
|
-
||
|
|
713
|
-
||
|
|
722
|
+
||yuqucheat.com^$doc
|
|
723
|
+
||games-blacksoft.com^$doc
|
|
724
|
+
||freefiles-upload.com^$doc
|
|
725
|
+
||rgcatalyst.biz^$all
|
|
726
|
+
||arcanecheat.com^$doc
|
|
727
|
+
||projectglbl.lol^$doc
|
|
728
|
+
||zensoft.club^$all
|
|
729
|
+
||evilmods.com^$doc
|
|
714
730
|
||cloud-folder.org^$doc
|
|
731
|
+
||cloud-pack.org^$doc
|
|
732
|
+
||cloud-deployments.org^$doc
|
|
733
|
+
||tech-cloud.org^$doc
|
|
715
734
|
.systems/signup?ad_domain=$doc,popup
|
|
716
735
|
! fake software updaters /redirections
|
|
717
|
-
||1perpersqe1.com^$all
|
|
718
736
|
||atnpx.com^
|
|
719
737
|
||best-winplace.life^$all
|
|
720
738
|
||checkup08.biz^
|
|
@@ -725,7 +743,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
725
743
|
||zvideo-live.com^
|
|
726
744
|
/index.php?uid=*&code=ad^$doc
|
|
727
745
|
||koitushinterneinnehmen.s3.eu-central-1.amazonaws.com^$all
|
|
728
|
-
||my-hookup-clubs1.com^$all
|
|
729
746
|
||localsexfinderxxx4.com^$all
|
|
730
747
|
||sinder8.com^$all
|
|
731
748
|
||bigosext69.com^$all
|
|
@@ -733,7 +750,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
733
750
|
! scam
|
|
734
751
|
||trfcbooost.com^$all
|
|
735
752
|
||turboadblocker.com^$all
|
|
736
|
-
||mysearchflow.com^$all
|
|
737
753
|
||youtuba.com^$all
|
|
738
754
|
||polyhymnia-mar.com^$all
|
|
739
755
|
! Typosquatting: redirects to scam sites
|
|
@@ -773,20 +789,18 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
773
789
|
||kuaizip.com^$all
|
|
774
790
|
! ||zhuangjizhuli.com^$all
|
|
775
791
|
! ||zhuangjizhuli.net^$all
|
|
776
|
-
||win.zjwhr.top^$all
|
|
777
792
|
||geekotg.com^$all
|
|
778
793
|
||xiaobaixitong.com^$all
|
|
779
794
|
||daque.cn^$all
|
|
780
795
|
||dabaicai.com^$all
|
|
781
796
|
||qqfzn.com^$all
|
|
782
797
|
||lubuntu.net^$doc
|
|
783
|
-
/^https:\/\/serch\d{2}\.biz\/\?p=/$doc,
|
|
798
|
+
/^https:\/\/serch\d{2}\.biz\/\?p=/$doc,to=biz
|
|
784
799
|
! ||driverfix.com^$doc
|
|
785
800
|
||gghacks.com^$all
|
|
786
801
|
||rewardsgiantusa.com^$doc
|
|
787
802
|
||promotionsonlineusa.com^$doc
|
|
788
803
|
||displayoptoffers.com^$doc
|
|
789
|
-
||sweepstakesalerts.com^$doc
|
|
790
804
|
||qualityhealth.com^$doc
|
|
791
805
|
||consumerproductsusa.com^$doc
|
|
792
806
|
||get-cracked.com^$all
|
|
@@ -809,9 +823,6 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
809
823
|
! phishing /scam /malware
|
|
810
824
|
||dogehype.com^$all
|
|
811
825
|
||rblx.land^$all
|
|
812
|
-
||csnegotiable.com^$all
|
|
813
|
-
||connect-csgo.com^$all
|
|
814
|
-
||events-csgo.com^$all
|
|
815
826
|
||nbryb.com^$all
|
|
816
827
|
||onemacusa.com^$all
|
|
817
828
|
||realnetnews.com^$all
|
|
@@ -849,9 +860,9 @@ tech4yougadgets.com##+js(aopr, Notification)
|
|
|
849
860
|
||1980s.click^$doc
|
|
850
861
|
goharpc.com,pccrackbox.com,cracklabel.com,pcwarezbox.com,10crack.com,crackproductkey.com,crackpcsoft.net,crackwinz.com,genuineactivator.com,topcracked.com,fullcrackedpc.com,idmfullcrack.info,idmpatched.com,productkeyfree.org,patchcracks.com,cracksole.com,allsoftwarekeys.com,softwar2crack.com,productkeyforfree.com,wazusoft.com,rootscrack.com,activators4windows.com,procrackhere.com,proproductkey.com,freelicensekey.org,pcsoftz.net,freecrackdownload.com,f4file.com,serialkey360.com,zuketcreation.net,filedownloads.store##[onclick*="open"]
|
|
851
862
|
serialkey89.com,installcracks.com,crackserialkey.co,maliksofts.com,crackpropc.com,ayeshapc.com,crackhomes.com,crackspro.co,crackknow.com,4howcrack.com,trycracksoftware.com,getprocrack.co,activationkeys.co,organiccrack.com,softwarance.com,procrackkey.co,download4mac.com,freeactivationkeys.org,explorecrack.com,okproductkey.com,downloadpc.net,up4pc.com,hitproversion.com,cracktube.net,abbaspc.net,crackdownload.org,crackdownload.me,corecrack.com,windowsactivator.info,keygenstore.com,procrackpc.co,getmacos.org,latestproductkey.co,shanpc.com,crackpckey.com,torrentfilefree.com,patchcracks.com,idmfullversion.com,wareskey.com,crackbell.com,newproductkey.com,osproductkey.com,serialkeysfree.org,autocracking.com,crackzoom.com,greencracks.com,profullversion.com,crackswall.com,rootcracks.org,licensekeys.org,softserialkey.com,free4pc.org,productkeys.org,crackedfine.com,idmcrackeys.com,crackedhere.com,licensekeysfree.org,trycracksetup.com,crackedsoft.org,assadpc.com,thecrackbox.com,crackproductkey.com,cracklabel.com,keystool.com,crackedpcs.com,cracksmad.com,licensekeyup.com,chcracked.com,finalcracked.com,activatorpros.com,crackedmod.com,whitecracked.com,cracksoon.com,boxcracked.com,activationkey.org,serialkeypatch.org,crackedsoftpc.com,proapkcrack.com,softscracked.com,freeappstorepc.com,reallpccrack.com,crackfullkey.net,hmzapc.com,zcracked.com,usecracked.com,crackedversion.com,aryancrack.com,piratespc.net,reallcrack.com,fultech.org,crackpro.org,cracksray.com,pcwarezbox.com,cracksmat.com,crackxpoint.com,startcrack.co,crackbros.com,pcfullversion.com,sjcrack.com,repack-games.com,bypassapp.com,crackfury.com,9to5crack.com##center > [class*="buttonPress-"]
|
|
852
|
-
|
|
863
|
+
repack-games.com,warezcrack.net,freeprosoftz.com,vcracks.com,crackthere.com,keygenfile.net,scracked.com,cyberspc.com,softzcrack.com,crackintopc.com,zslicensekey.com,procrackpc.com,crackshere.com,crackdj.com,cracktopc.com,serialsofts.com,prosoftlink.com,zscracked.com,crackvip.com,windowcrack.com,softsnew.com,licensecrack.net,vstpatch.net,newcrack.info,topkeygen.com,vsthomes.com,vstserial.com,procrackerz.com,pcfullcrack.org,keygenpc.com,bicfic.com,ikcrack.com,downloadcracker.com,karancrack.com,piratesfile.com,activatorwin.com,starcrack.net,crackproduct.com,dgkcrack.com,crackglobal.com,crackcan.com,keygendownloads.com,crackpatched.com,windowsactivators.org,serialsoft.org,crackit.org,productscrack.com,crackurl.info,crackroot.net,crackmak.com,seeratpc.com,crackmix.com,piratepc.me,activators4windows.com,letcracks.com,latestcracked.com,proproductkey.com,fullversionforever.com,vlsoft.net,topcracked.com,goharpc.com,crackeado.net,freecrackdownload.com,assadpc.com,fileoye.com,f4file.com,crackpcsoft.net,crackwinz.com,excrack.com,mahcrack.com,get4pcs.com,keygenwin.com,mycrackfree.com,crackfullpro.com,crackkey4u.com,fileserialkey.com,cracksdat.com,crackgrid.com,licensekeysfree.com,crackkeymac.com,freecrack4u.com,getintomac.net,crackreview.com,activatorskey.com,kuyhaa.cc,cracktel.com,up4crack.com,cracksmat.com,crackbros.com,pcfullversion.com,crackcut.com,game-repack.site,dodi-repacks.download,yasir-252.net,getpcsofts.net,keystool.com,rootcracks.org,procracks.net,newproductkey.com,greencracks.com,zeemalcrack.com,macfiles.org,softzspot.com##div[class^="code-block code-block-"]
|
|
853
864
|
crackkits.com,crackwatch.org,origincrack.com,procrackerz.com,crackhub.org,crackrules.com,zeemalcrack.com,haxmac.cc,cracka2zsoft.com,clevercracks.com,crackpropc.com,crackspro.co,crackknow.com,onhax.in,haxpc.net##.getox
|
|
854
|
-
|
|
865
|
+
win-crack.com,productkeyfree.org,productkeyforfree.com,wazusoft.com,piratesfile.com,kalicrack.com,sadeempc.com,letcracks.com,topkeygen.com,thepiratecity.co,torrentmac.net,ryuugames.com,rootscrack.com,pesktop.com,profullversion.com,crackswall.com,proappcrack.com,thecrackbox.com,autocracking.com,zgamespc.com,serialkeysfree.org,torrentfilefree.com,crack11.com,gvnvh.net##center > a[target="_blank"][rel="nofollow noreferrer noopener"]
|
|
855
866
|
cracksoftwaress.net##div[style="float: none; margin:10px 0 10px 0; text-align:center;"]
|
|
856
867
|
haxnode.net##[id^="haxno-"]
|
|
857
868
|
romsdl.net##a[rel="nofollow noreferrer noopener"][target="_blank"]
|
|
@@ -865,6 +876,8 @@ origincrack.com##center > button
|
|
|
865
876
|
||coronasfapps.net^$doc
|
|
866
877
|
||sustac.com^$all
|
|
867
878
|
||thefreesoft.com^$doc
|
|
879
|
+
||scane.click^$all
|
|
880
|
+
.click/track/*?title=*&key=$doc,to=click
|
|
868
881
|
||sbjjzdwqg41ps.click^$all
|
|
869
882
|
||vgfrrtc.click^$all
|
|
870
883
|
||vablecable.click^$all
|
|
@@ -893,6 +906,13 @@ origincrack.com##center > button
|
|
|
893
906
|
||theipfire.co^$all
|
|
894
907
|
||securecracked.info^$all
|
|
895
908
|
||sushilprajapati.com^$all
|
|
909
|
+
||aneurismuox.click^$all
|
|
910
|
+
||afiletoget.click^$all
|
|
911
|
+
||redis08.sbs^$all
|
|
912
|
+
||filexstorage.site^$all
|
|
913
|
+
||jourl.live^$all
|
|
914
|
+
||sleetposition.website^$all
|
|
915
|
+
||funfilenow.com^$all
|
|
896
916
|
.click/?s=*&g=*&q=files.zip$doc
|
|
897
917
|
.click/*?s=*&g=*&q=$script,3p
|
|
898
918
|
.click/?h=*&user=$script,3p
|
|
@@ -907,7 +927,9 @@ origincrack.com##center > button
|
|
|
907
927
|
.online/?h=*&user=$script,3p
|
|
908
928
|
.pro/?h=*&user=$script,3p
|
|
909
929
|
%3C?php%20echo%20substr(md5(microtime()),0,rand(10,30));?%3E&$doc
|
|
910
|
-
/?*&gkss=$doc,
|
|
930
|
+
/?*&gkss=$doc,to=cfd|click|pro|world|xyz
|
|
931
|
+
^click_id=*&s1=$doc
|
|
932
|
+
||cfd/file?ajk=$doc,popup
|
|
911
933
|
||theannoyingsite.com^$all
|
|
912
934
|
/vpnupdate/*/index.html?*p1=$doc
|
|
913
935
|
||smartklick.biz^$all
|
|
@@ -920,7 +942,7 @@ origincrack.com##center > button
|
|
|
920
942
|
||fullcrack.vn^$all
|
|
921
943
|
/rtbfeed.php?$image,3p
|
|
922
944
|
!#if !env_mobile
|
|
923
|
-
/^http:\/\/[a-z]{5}\.[a-z]{5}\.com\/[a-z]{10}\.apk$/$doc,match-case,
|
|
945
|
+
/^http:\/\/[a-z]{5}\.[a-z]{5}\.com\/[a-z]{10}\.apk$/$doc,match-case,to=com
|
|
924
946
|
!#endif
|
|
925
947
|
||fetishpartner.com^$all
|
|
926
948
|
||facevideosc.com^$all
|
|
@@ -934,7 +956,7 @@ origincrack.com##center > button
|
|
|
934
956
|
torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
935
957
|
||haxsoft.com^$all
|
|
936
958
|
||zenlytrade.com^$all
|
|
937
|
-
||rubika.ir^$all,
|
|
959
|
+
||rubika.ir^$all,to=~web.rubika.ir|~m.rubika.ir
|
|
938
960
|
||luckypapa.top^$all
|
|
939
961
|
||nbsfmradio.com^$all
|
|
940
962
|
||ngazi.co.tz^$all
|
|
@@ -953,10 +975,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
953
975
|
||lomogd.com^$all
|
|
954
976
|
||voutew.com^$all
|
|
955
977
|
||abukss.com^$all
|
|
956
|
-
||kiknu.com^$all
|
|
957
978
|
||konmm.com^$all
|
|
958
979
|
||xiuty.com^$all
|
|
959
|
-
||pejik.com^$all
|
|
960
980
|
||oyndr.com^$all
|
|
961
981
|
||lpoms.com^$all
|
|
962
982
|
||psfmi.com^$all
|
|
@@ -977,10 +997,10 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
977
997
|
||nnggo.com^$all
|
|
978
998
|
/axad/?lpkey=$doc
|
|
979
999
|
||vlcdownloads.com^$all
|
|
980
|
-
&t=main9|$doc,
|
|
981
|
-
&t=main9ljs|$doc,
|
|
982
|
-
&t=main9expsess|$doc,
|
|
983
|
-
&t=mono|$doc,
|
|
1000
|
+
&t=main9|$doc,to=live
|
|
1001
|
+
&t=main9ljs|$doc,to=live
|
|
1002
|
+
&t=main9expsess|$doc,to=live
|
|
1003
|
+
&t=mono|$doc,to=info
|
|
984
1004
|
||hypixei.com^$all
|
|
985
1005
|
! Fake Steam website
|
|
986
1006
|
||99box.com^$all
|
|
@@ -1003,39 +1023,26 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1003
1023
|
||italianlottery.com^$all
|
|
1004
1024
|
||metamasek.cc^$all
|
|
1005
1025
|
||theexpressiveteacher.com^$all
|
|
1006
|
-
||qhyhw.com^$all
|
|
1007
1026
|
||007itshop.com^$all
|
|
1008
1027
|
||tonghongad.com^$all
|
|
1009
|
-
||thndg.com^$all
|
|
1010
1028
|
||e-tax-nta.web.app^$all
|
|
1011
1029
|
||dinglike.com^$all
|
|
1012
1030
|
||blisterlngdate.com^$all
|
|
1013
1031
|
||fapello.xyz^$all
|
|
1014
1032
|
||pf0755.cn^$all
|
|
1015
1033
|
||hohshops.com^$all
|
|
1016
|
-
||yanrefael.com^$all
|
|
1017
1034
|
||bavaria-cup.ru^$all
|
|
1018
1035
|
||patriothomestore.com^$all
|
|
1019
|
-
||ameixosszpxpass.top^$all
|
|
1020
|
-
||techguykev.com^$all
|
|
1021
|
-
||anzenns.com^$all
|
|
1022
|
-
||paekatcerd.com^$all
|
|
1023
|
-
||pppfgz.wiki^$all
|
|
1024
1036
|
||luckypapa.xyz^$doc
|
|
1025
1037
|
||manage-fpw-my-sakura-fpw-jp-fpw.impulsion.mu^$all
|
|
1026
1038
|
||honda-law-office.jp/wp-includes/70038/Earthcorejp/|$doc
|
|
1027
|
-
||metamasktoken.cc^$all
|
|
1028
1039
|
||itsaol.com^$all
|
|
1029
|
-
||tokyu-dept.site^$all
|
|
1030
1040
|
||qhigh.com^$all
|
|
1031
1041
|
||yoinst.com^$doc
|
|
1032
|
-
||shindaan.com^$doc
|
|
1033
1042
|
||almostmy.com^$all
|
|
1034
1043
|
||mkwlejfnaklglkasdjg.com^$all
|
|
1035
1044
|
||caponefx.com^$all
|
|
1036
|
-
||ifavoritebuy.com^$all
|
|
1037
1045
|
||jpzone.vip^$all
|
|
1038
|
-
||aeonhelp.org^$all
|
|
1039
1046
|
||tokyobag.shop^$all
|
|
1040
1047
|
||erdfkhxrnanm.top^$all
|
|
1041
1048
|
||tfehmsag.xyz^$all
|
|
@@ -1046,7 +1053,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1046
1053
|
||tokyo-waters.com^$all
|
|
1047
1054
|
||app-bitbanlk-cc.weebly.com^$all
|
|
1048
1055
|
||www-bitbenk-app.com^$all
|
|
1049
|
-
||artenthusiastany.sa.com^$all
|
|
1050
1056
|
||oioi-tokye.top^$all
|
|
1051
1057
|
||tpoint-sites.com^$all
|
|
1052
1058
|
||cordialhoist.top^$all
|
|
@@ -1058,7 +1064,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1058
1064
|
||myetherwalletet.org^$all
|
|
1059
1065
|
||smart-ex-jp.top^$all
|
|
1060
1066
|
||luckvote.top^$all
|
|
1061
|
-
||aofengniu.com^$all
|
|
1062
1067
|
||kuronekoyamato-jp.com^$all
|
|
1063
1068
|
||appleidliy.com^$all
|
|
1064
1069
|
||jp-kensatsu.com^$all
|
|
@@ -1067,12 +1072,21 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1067
1072
|
||web-telegvm.org^$all
|
|
1068
1073
|
||m-k-r-5.com^$all
|
|
1069
1074
|
||if-eku3a-fp.com^$all
|
|
1070
|
-
||ilar.cn^$all
|
|
1071
1075
|
://ev.ri-*gb.com/home/home.php$doc
|
|
1072
|
-
||lunarserver.cn^$all
|
|
1073
1076
|
||sapjp.com^$doc
|
|
1074
1077
|
||t-pia.me^$all
|
|
1075
1078
|
||toythieves.com^$all
|
|
1079
|
+
||rlfrbxj.com^$all
|
|
1080
|
+
||dsichina.com^$all
|
|
1081
|
+
||rigidconcrete.ca^$all
|
|
1082
|
+
||sportslevels.com^$all
|
|
1083
|
+
||sso.biglobe.jp.net^$all
|
|
1084
|
+
||lsdfex.shop^$all
|
|
1085
|
+
||jaborcall.app^$doc
|
|
1086
|
+
||cqjykj.com^$all
|
|
1087
|
+
||btemgb.com^$all
|
|
1088
|
+
||amaeex.one^$all
|
|
1089
|
+
||ec2-13-230-253-66.ap-northeast-1.compute.amazonaws.com^$all
|
|
1076
1090
|
||pocket-888.com^$all
|
|
1077
1091
|
! scam sites
|
|
1078
1092
|
||webuzz.me^$doc
|
|
@@ -1084,9 +1098,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1084
1098
|
||id001.jp^$all
|
|
1085
1099
|
||10un.jp^$doc
|
|
1086
1100
|
||3tuhabe.info^$doc
|
|
1087
|
-
||4256-on.biz^$doc
|
|
1088
1101
|
||5dgja.com^$doc
|
|
1089
|
-
||6aqr9j.com^$doc
|
|
1090
1102
|
||8senjya.jp^$doc
|
|
1091
1103
|
||a-divination.com^$doc
|
|
1092
1104
|
||ad7mylo.com^$doc
|
|
@@ -1095,12 +1107,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1095
1107
|
||aiai-talk.com^$doc
|
|
1096
1108
|
||aiaitalk.com^$doc
|
|
1097
1109
|
||alicekdsod.com^$doc
|
|
1098
|
-
||amusementpalacegonow.com^$doc
|
|
1099
1110
|
||any2st777fhy.com^$doc
|
|
1100
1111
|
||applaud-acclaim.com^$doc
|
|
1101
1112
|
||aqmessage.jp^$doc
|
|
1102
|
-
||armed-postulation.com^$doc
|
|
1103
|
-
||asetpun.com^$doc
|
|
1104
1113
|
||astraeus-star.site^$doc
|
|
1105
1114
|
||best-chat.net^$doc
|
|
1106
1115
|
||best-friendd.net^$doc
|
|
@@ -1113,7 +1122,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1113
1122
|
||ch3l.net^$doc
|
|
1114
1123
|
||chl3.net^$doc
|
|
1115
1124
|
||clubfukugyou.work^$doc
|
|
1116
|
-
||cosmos01.com^$doc
|
|
1117
1125
|
||date-app.net^$doc
|
|
1118
1126
|
||days-neighborhood.com^$doc
|
|
1119
1127
|
||decided-decision.com^$doc
|
|
@@ -1124,11 +1132,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1124
1132
|
||drct-match.com^$doc
|
|
1125
1133
|
||drct-match.net^$doc
|
|
1126
1134
|
||dydynight.org^$doc
|
|
1127
|
-
||eag1eag1e.com^$doc
|
|
1128
1135
|
||en-kakuri.biz^$doc
|
|
1129
1136
|
||en-mu-su-bi.com^$doc
|
|
1130
1137
|
||entertainment-undamped.net^$doc
|
|
1131
|
-
||eyes-luv-u.com^$doc
|
|
1132
1138
|
||fapp.work^$doc
|
|
1133
1139
|
||fl-0wer685hjdp300.com^$doc
|
|
1134
1140
|
||fle652.net^$doc
|
|
@@ -1139,7 +1145,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1139
1145
|
||fortune-luna.com^$doc
|
|
1140
1146
|
||friendxroom.com^$doc
|
|
1141
1147
|
||ft-sou.com^$doc
|
|
1142
|
-
||fukumaneki-888.com^$doc
|
|
1143
1148
|
||fukumaneki2211.com^$doc
|
|
1144
1149
|
||g6-gonight.org^$doc
|
|
1145
1150
|
||gabfbnaqodnvfafnj.com^$doc
|
|
@@ -1153,14 +1158,12 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1153
1158
|
||himatalk77.net^$doc
|
|
1154
1159
|
||himichat999.net^$doc
|
|
1155
1160
|
||home4ugoog10you.com^$doc
|
|
1156
|
-
||homeseventen.com^$doc
|
|
1157
1161
|
||hope-for-shiningday.com^$doc
|
|
1158
1162
|
||hori-hori.xyz^$doc
|
|
1159
1163
|
||hp-dy.net^$doc
|
|
1160
1164
|
||hphp-dy.net^$doc
|
|
1161
1165
|
||i.redi-ana.jp^$doc
|
|
1162
1166
|
||i2019.jp^$doc
|
|
1163
|
-
||indiscerptible-provisionally.jp^$doc
|
|
1164
1167
|
||indi-ana.jp^$doc
|
|
1165
1168
|
||ir0d0ri.jp^$doc
|
|
1166
1169
|
||iri195.net^$doc
|
|
@@ -1183,7 +1186,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1183
1186
|
||l0vekatsu.com^$doc
|
|
1184
1187
|
||lightn5.com^$doc
|
|
1185
1188
|
||lin-link.net^$doc
|
|
1186
|
-
||line-line-biz.com^$doc
|
|
1187
1189
|
||link-service.net^$doc
|
|
1188
1190
|
||linkage-linkage.com^$doc
|
|
1189
1191
|
||log.xi-cascade.com^$doc
|
|
@@ -1208,13 +1210,10 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1208
1210
|
||meguri-eye.net^$doc
|
|
1209
1211
|
||meguri-y.net^$doc
|
|
1210
1212
|
||meltiness.jp^$doc
|
|
1211
|
-
||mobaapo.net^$doc
|
|
1212
1213
|
||moody-night.net^$doc
|
|
1213
1214
|
||moogle-set.space^$doc
|
|
1214
1215
|
||moogle-set.website^$doc
|
|
1215
|
-
||muhamed-online.com^$doc
|
|
1216
1216
|
||my7love.xyz^$doc
|
|
1217
|
-
||mystic-wonder.com^$doc
|
|
1218
1217
|
||naja59jg.com^$doc
|
|
1219
1218
|
||navi-match.net^$doc
|
|
1220
1219
|
||near-s.com^$doc
|
|
@@ -1225,7 +1224,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1225
1224
|
||nydlaepytwuekwhfyvivsf.com^$doc
|
|
1226
1225
|
||on-glamour.xyz^$doc
|
|
1227
1226
|
||one-chan-love.love^$doc
|
|
1228
|
-
||one-match01.com^$doc
|
|
1229
1227
|
||onega.jp^$doc
|
|
1230
1228
|
||onegaga.jp^$doc
|
|
1231
1229
|
||oprirgreifeuprdlojeocg.com^$doc
|
|
@@ -1238,7 +1236,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1238
1236
|
||paesbeaqerdrsheuboapyh.com^$doc
|
|
1239
1237
|
||pair-online.jp^$doc
|
|
1240
1238
|
||piasukai.xyz^$doc
|
|
1241
|
-
||pinkredwhitereef.greenreef.net^$doc
|
|
1242
1239
|
||plati-num.com^$doc
|
|
1243
1240
|
||pr0m.site^$doc
|
|
1244
1241
|
||privatelife.jp^$doc
|
|
@@ -1259,7 +1256,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1259
1256
|
||salonoshirase.net^$doc
|
|
1260
1257
|
||sen-no-y-t.com^$doc
|
|
1261
1258
|
||shells.pairapple.net^$doc
|
|
1262
|
-
||slow-piercer.com^$doc
|
|
1263
1259
|
||sns-pair.net^$doc
|
|
1264
1260
|
||soul-ft.com^$doc
|
|
1265
1261
|
||space-high.com^$doc
|
|
@@ -1267,7 +1263,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1267
1263
|
||spirituallounge-3000.com^$doc
|
|
1268
1264
|
||sugarboxxx.net^$doc
|
|
1269
1265
|
||sugulove.com^$doc
|
|
1270
|
-
||sun.kgi5fgwpp8.com^$doc
|
|
1271
1266
|
||sweetmemo.net^$doc
|
|
1272
1267
|
||sweetmemoryy.com^$doc
|
|
1273
1268
|
||t1a.jp^$doc
|
|
@@ -1277,7 +1272,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1277
1272
|
||tenluuce.jp^$doc
|
|
1278
1273
|
||terinron.com^$doc
|
|
1279
1274
|
||tsumalabo.jp^$doc
|
|
1280
|
-
||tttt.star095.com^$doc
|
|
1281
1275
|
||tumalabo.net^$doc
|
|
1282
1276
|
||tyotto.jp^$doc
|
|
1283
1277
|
||tyotyo.biz^$doc
|
|
@@ -1290,12 +1284,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1290
1284
|
||with.2-on-line.com^$doc
|
|
1291
1285
|
||yu0287tk.com^$doc
|
|
1292
1286
|
||yumajhsbsff.com^$doc
|
|
1293
|
-
||apple22cd.com^$doc
|
|
1294
|
-
||cherry.mermaid77c.com^$doc
|
|
1295
1287
|
||jivo-ce.jp^$doc
|
|
1296
|
-
||online2022-shopping.com^$doc
|
|
1297
1288
|
||whimsicalrain.com^$doc
|
|
1298
|
-
||merachatkaghar.xyz^$all
|
|
1299
1289
|
||myjapanonlineshop.xyz^$all
|
|
1300
1290
|
||mynameserverok.xyz^$all
|
|
1301
1291
|
||slapcleaner.com^$all
|
|
@@ -1306,7 +1296,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1306
1296
|
||blackstunners.com^$doc
|
|
1307
1297
|
||budhump.com^$doc
|
|
1308
1298
|
||connect-wp.net^$doc
|
|
1309
|
-
||electro-magneticwave.com^$doc
|
|
1310
1299
|
||eternal.mobius-loop.net^$doc
|
|
1311
1300
|
||fukuinnnokotoba.com^$doc
|
|
1312
1301
|
||humpbuds.com^$doc
|
|
@@ -1326,10 +1315,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1326
1315
|
||sukui05.com^$doc
|
|
1327
1316
|
||36vv-ssj.com^$doc
|
|
1328
1317
|
||4miracle4.jp^$doc
|
|
1329
|
-
||7nwa.cxiujudffaitd.jp^$doc
|
|
1330
1318
|
||abc.youtus7216.com^$doc
|
|
1331
1319
|
||amari-ama.com^$doc
|
|
1332
|
-
||ank.vop-95jszkk.jp^$doc
|
|
1333
1320
|
||axd.jp^$doc
|
|
1334
1321
|
||bambam-bi.com^$doc
|
|
1335
1322
|
||c-al-e1nder.com^$doc
|
|
@@ -1338,13 +1325,10 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1338
1325
|
||cosmos-metatrade.com^$doc
|
|
1339
1326
|
||dandelion-horsetail.work^$doc
|
|
1340
1327
|
||dddiey-s1d2.com^$doc
|
|
1341
|
-
||ddeityy.com^$doc
|
|
1342
1328
|
||deaimatch.jp^$doc
|
|
1343
1329
|
||facebooc.jp^$doc
|
|
1344
|
-
||ff-dai.net^$doc
|
|
1345
1330
|
||friendmatch.jp^$doc
|
|
1346
1331
|
||ganesha0910.com^$doc
|
|
1347
|
-
||ganesha52697.com^$doc
|
|
1348
1332
|
||gtir5die6sutngr.jpn.com^$doc
|
|
1349
1333
|
||happiness-gate.com^$doc
|
|
1350
1334
|
||happy-h0ur.jp^$doc
|
|
@@ -1370,9 +1354,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1370
1354
|
||rainbow-fortune.jp^$doc
|
|
1371
1355
|
||sall.etchat.jp^$doc
|
|
1372
1356
|
||som7ebb3.com^$doc
|
|
1373
|
-
||somatryui53.com^$doc
|
|
1374
1357
|
||star-fortune.com^$doc
|
|
1375
|
-
||supp0.jp^$doc
|
|
1376
1358
|
||toki-no-irodori.com^$doc
|
|
1377
1359
|
||tokyo-get-business.jp^$doc
|
|
1378
1360
|
||tomodachixoxo.wixsite.com^$doc
|
|
@@ -1395,9 +1377,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1395
1377
|
||angelchance.com^$doc
|
|
1396
1378
|
||b2ujcm.com^$doc
|
|
1397
1379
|
||be-loaded.com^$doc
|
|
1398
|
-
||clarinet20.com^$doc
|
|
1399
1380
|
||coralnov.jp^$doc
|
|
1400
|
-
||deai.amour-site.com^$doc
|
|
1401
1381
|
||deaisaito.jp^$doc
|
|
1402
1382
|
||dia-lover.com^$doc
|
|
1403
1383
|
||doorway-of-guidance.com^$doc
|
|
@@ -1407,7 +1387,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1407
1387
|
||ev-upstart.com^$doc
|
|
1408
1388
|
||for-tg.com^$doc
|
|
1409
1389
|
||for20-coco.com^$doc
|
|
1410
|
-
||fortune-gluck.com^$doc
|
|
1411
1390
|
||fortune-mooon.com^$doc
|
|
1412
1391
|
||ft-flower.com^$doc
|
|
1413
1392
|
||fukugyou2022.net^$doc
|
|
@@ -1415,23 +1394,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1415
1394
|
||fukunoha211013.com^$doc
|
|
1416
1395
|
||fukura210317.com^$doc
|
|
1417
1396
|
||future-marvellous.com^$doc
|
|
1418
|
-
||gluck-happy.com^$doc
|
|
1419
|
-
||gluck-fortune.com^$doc
|
|
1420
|
-
||gluck-happyuranai.com^$doc
|
|
1421
|
-
||gluck-horoscope.com^$doc
|
|
1422
|
-
||gluck-luckyuranai.com^$doc
|
|
1423
|
-
||gluck-miracleuranai.com^$doc
|
|
1424
|
-
||gluck-secreturanai.com^$doc
|
|
1425
|
-
||gluck-uranai-gluck.com^$doc
|
|
1426
|
-
||gluck-uranaisalon.com^$doc
|
|
1427
1397
|
||gogonews.club^$doc
|
|
1428
1398
|
||happiness-sign.com^$doc
|
|
1429
|
-
||happy-gluck.com^$doc
|
|
1430
|
-
||happyuranai-gluck.com^$doc
|
|
1431
1399
|
||heart-uranai.com^$doc
|
|
1432
|
-
||holydivination.com^$doc
|
|
1433
|
-
||honnkaku-uranai-gluck.com^$doc
|
|
1434
|
-
||horoscope-gluck.com^$doc
|
|
1435
1400
|
||iflirts.com^$doc
|
|
1436
1401
|
||im-excellent.com^$doc
|
|
1437
1402
|
||infomessagehappy.com^$doc
|
|
@@ -1439,26 +1404,20 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1439
1404
|
||jdig56po.com^$doc
|
|
1440
1405
|
||kaaairoo549kai.com^$doc
|
|
1441
1406
|
||kahimeyuki.jp^$doc
|
|
1442
|
-
||kantan-uranai.com^$doc
|
|
1443
1407
|
||karinaroom.wixsite.com^$doc
|
|
1444
|
-
||keitai-uranai.com^$doc
|
|
1445
1408
|
||l-chat.jp^$doc
|
|
1446
1409
|
||login-chat.net^$doc
|
|
1447
1410
|
||lovekatsu2277.com^$doc
|
|
1448
|
-
||luckyuranai-gluck.com^$doc
|
|
1449
1411
|
||match1ng.com^$doc
|
|
1450
1412
|
||mintiia.com^$doc
|
|
1451
1413
|
||mio-love2.wixsite.com^$doc
|
|
1452
|
-
||miracleuranai-gluck.com^$doc
|
|
1453
1414
|
||moon-1light.com^$doc
|
|
1454
1415
|
||moon1234moom.com^$doc
|
|
1455
1416
|
||mttk2020.jp^$doc
|
|
1456
1417
|
||mystery-forest.com^$doc
|
|
1457
|
-
||mr-benjamin.com^$doc
|
|
1458
1418
|
||oficialinesp.wixsite.com^$doc
|
|
1459
1419
|
||one-sunnyday.com^$doc
|
|
1460
1420
|
||online-gluck.com^$doc
|
|
1461
|
-
||onlineuranai-gluck.com^$doc
|
|
1462
1421
|
||p-chi.info^$doc
|
|
1463
1422
|
||pairpure.jp^$doc
|
|
1464
1423
|
||pairpure.jp.net^$doc
|
|
@@ -1468,15 +1427,11 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1468
1427
|
||pocketlove.jp^$doc
|
|
1469
1428
|
||pos.tnsd-apsq.com^$doc
|
|
1470
1429
|
||ppo.re9t-hmd0.com^$doc
|
|
1471
|
-
||pulp-days.jp^$doc
|
|
1472
|
-
||pwo.wane-jctl.com^$doc
|
|
1473
1430
|
||relife0001.com^$doc
|
|
1474
1431
|
||relifemail555.com^$doc
|
|
1475
1432
|
||s-kiseki.jp^$doc
|
|
1476
1433
|
||sebumu28.com^$doc
|
|
1477
|
-
||secreturanai-gluck.com^$doc
|
|
1478
1434
|
||sevensmooon.com^$doc
|
|
1479
|
-
||smartphone-uranai.com^$doc
|
|
1480
1435
|
||su-hisenjutu.com^$doc
|
|
1481
1436
|
||suhi-senjutsu.com^$doc
|
|
1482
1437
|
||suhi-sejutsuexpert.com^$doc
|
|
@@ -1486,12 +1441,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1486
1441
|
||tkmailgirl.xyz^$doc
|
|
1487
1442
|
||toxic-ventilate.com^$doc
|
|
1488
1443
|
||ultratime.info^$doc
|
|
1489
|
-
||uranai-gluck.com^$doc
|
|
1490
|
-
||uranai-keitai.com^$doc
|
|
1491
|
-
||uranai-smartphone.com^$doc
|
|
1492
|
-
||uranaikantei-gluck.com^$doc
|
|
1493
|
-
||uranaionline-gluck.com^$doc
|
|
1494
|
-
||uranaisalon-gluck.com^$doc
|
|
1495
1444
|
||uu-charisma.jp^$doc
|
|
1496
1445
|
||v-yummy.com^$doc
|
|
1497
1446
|
||vroom24.com^$doc
|
|
@@ -1505,10 +1454,8 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1505
1454
|
||y-tradie.com^$doc
|
|
1506
1455
|
||zaitaku-baito.com^$doc
|
|
1507
1456
|
||action0120.com^$doc
|
|
1508
|
-
||alphabet0120.com^$doc
|
|
1509
1457
|
||best-web2020.com^$doc
|
|
1510
1458
|
||computer0120.com^$doc
|
|
1511
|
-
||cyber0120.com^$doc
|
|
1512
1459
|
||degmq5l23.jp^$doc
|
|
1513
1460
|
||dosudosuo.com^$doc
|
|
1514
1461
|
||fanfande.net^$doc
|
|
@@ -1523,11 +1470,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1523
1470
|
||positive0120.com^$doc
|
|
1524
1471
|
||protein0120.com^$doc
|
|
1525
1472
|
||ol2ewq989.jp^$doc
|
|
1526
|
-
||openhouse0120.com^$doc
|
|
1527
1473
|
||salon.beauty202201.com^$doc
|
|
1528
1474
|
||sbfw.work^$doc
|
|
1529
1475
|
||sma-talk.com^$doc
|
|
1530
|
-
||smile-4u-2u.com^$doc
|
|
1531
1476
|
||sokkinjobmasu.work^$doc
|
|
1532
1477
|
||tim.time-time-zyunizi.com^$doc
|
|
1533
1478
|
||xxxmake.com^$doc
|
|
@@ -1553,7 +1498,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1553
1498
|
||c.onnect.jp^$doc
|
|
1554
1499
|
||c930lhsivns1b.jp^$doc
|
|
1555
1500
|
||chat111room-09.com^$doc
|
|
1556
|
-
||confidencial-uniq.com^$doc
|
|
1557
1501
|
||connect-jumbo.com^$doc
|
|
1558
1502
|
||cosdate.jp^$doc
|
|
1559
1503
|
||cxbvnmyeruw.com^$doc
|
|
@@ -1586,7 +1530,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1586
1530
|
||hy4ied3d.com^$doc
|
|
1587
1531
|
||i5h56ozira7l6.jp^$doc
|
|
1588
1532
|
||ii-earth.com^$doc
|
|
1589
|
-
||imvcenuietfmw.net^$doc
|
|
1590
1533
|
||jack-roaddinc.jp^$doc
|
|
1591
1534
|
||japanhotties.jp^$doc
|
|
1592
1535
|
||jdoasjfojuhod.com^$doc
|
|
@@ -1595,12 +1538,10 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1595
1538
|
||koipara.jp^$doc
|
|
1596
1539
|
||lib-333-lib.com^$doc
|
|
1597
1540
|
||local-bang.com^$all
|
|
1598
|
-
||lovedotto.net^$doc
|
|
1599
1541
|
||lovewish.jp^$doc
|
|
1600
1542
|
||lvmeet.net^$doc
|
|
1601
1543
|
||machimatch.jp^$doc
|
|
1602
1544
|
||matchmix.jp^$doc
|
|
1603
|
-
||mem.wakuwa98.com^$doc
|
|
1604
1545
|
||mmdem.net^$doc
|
|
1605
1546
|
||mmkat.net^$doc
|
|
1606
1547
|
||mmlnc.net^$doc
|
|
@@ -1626,16 +1567,13 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1626
1567
|
||ptron.net^$doc
|
|
1627
1568
|
||pxk.jp^$doc
|
|
1628
1569
|
||ranch-1and.com^$doc
|
|
1629
|
-
||removerted.com^$doc
|
|
1630
1570
|
||rexsvj8omabse.jp^$doc
|
|
1631
1571
|
||richheart.completelifetime.com^$doc
|
|
1632
1572
|
||s908b9n62w53u.jp^$doc
|
|
1633
1573
|
||sard1.com^$doc
|
|
1634
|
-
||sca-letter.com^$doc
|
|
1635
1574
|
||sdhjak.com^$doc
|
|
1636
1575
|
||sea-into-53426l1.com^$doc
|
|
1637
1576
|
||sfsrch.com^$doc
|
|
1638
|
-
||sns.smle.mobi^$doc
|
|
1639
1577
|
||sokudeai.jp^$doc
|
|
1640
1578
|
||sokuh.net^$doc
|
|
1641
1579
|
||sonic-nicehands.com^$doc
|
|
@@ -1643,12 +1581,10 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1643
1581
|
||stowers-service.com^$doc
|
|
1644
1582
|
||sxtown.jp^$doc
|
|
1645
1583
|
||syakoba.com^$doc
|
|
1646
|
-
||teamwork-project.com^$doc
|
|
1647
1584
|
||tennshinomitibiki01.com^$doc
|
|
1648
1585
|
||tenshinomitibiki.com^$doc
|
|
1649
1586
|
||unafei-kokusai.com^$doc
|
|
1650
1587
|
||upforit.com^$doc
|
|
1651
|
-
||uptoest.com^$doc
|
|
1652
1588
|
||vhills.net^$doc
|
|
1653
1589
|
||votteetten.com^$doc
|
|
1654
1590
|
||vqydliiyda.net^$doc
|
|
@@ -1801,11 +1737,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1801
1737
|
||adoptmeantranslate.com^$doc
|
|
1802
1738
|
||after-7.net^$doc
|
|
1803
1739
|
||aikatuz.jp^$doc
|
|
1804
|
-
||all-time-domain.com^$doc
|
|
1805
1740
|
||always-happy-fortune.com^$doc
|
|
1806
1741
|
||alwayslike.safestspot.jp^$doc
|
|
1807
1742
|
||anau6stg6y.com^$doc
|
|
1808
|
-
||andyou2.com^$doc
|
|
1809
1743
|
||aphrodite-astrology.net^$doc
|
|
1810
1744
|
||apppleheaddd.jp^$doc
|
|
1811
1745
|
||bestcosme.jp^$doc
|
|
@@ -1822,11 +1756,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1822
1756
|
||d-sr.net^$doc
|
|
1823
1757
|
||d-will.net^$doc
|
|
1824
1758
|
||daylighteel.com^$doc
|
|
1825
|
-
||ddxdda.unusualdate.com^$doc
|
|
1826
1759
|
||digital-mail.jp^$doc
|
|
1827
1760
|
||divination-truth.com^$doc
|
|
1828
1761
|
||during-the-holiday.com^$doc
|
|
1829
|
-
||e-d-en.com^$doc
|
|
1830
1762
|
||every-au.com^$doc
|
|
1831
1763
|
||every-bisque.com^$doc
|
|
1832
1764
|
||every-blanched.com^$doc
|
|
@@ -1847,12 +1779,10 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1847
1779
|
||experiencedlawsuit.com^$doc
|
|
1848
1780
|
||febdd.info^$doc
|
|
1849
1781
|
||fortune-yakata.com^$doc
|
|
1850
|
-
||gate-1-spiritual.com^$doc
|
|
1851
1782
|
||gnan.jp^$doc
|
|
1852
1783
|
||gnchag.com^$doc
|
|
1853
1784
|
||gran-danker.jp^$doc
|
|
1854
1785
|
||gyakunan.net^$doc
|
|
1855
|
-
||happiness-gate01.com^$doc
|
|
1856
1786
|
||higher-mainnd.jp^$doc
|
|
1857
1787
|
||igazre.com^$doc
|
|
1858
1788
|
||jinsei-uranai2023.com^$doc
|
|
@@ -1861,7 +1791,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1861
1791
|
||kinhako-m02.com^$doc
|
|
1862
1792
|
||lover-c.com^$doc
|
|
1863
1793
|
||mamagathering.org^$doc
|
|
1864
|
-
||match007.jp^$doc
|
|
1865
1794
|
||mc-aoyama.com^$doc
|
|
1866
1795
|
||miracle-door.com^$doc
|
|
1867
1796
|
||mother-sku.jp^$doc
|
|
@@ -1879,9 +1808,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1879
1808
|
||sokuai.jp^$doc
|
|
1880
1809
|
||sp-gt-meet.com^$doc
|
|
1881
1810
|
||spring-sealion.com^$doc
|
|
1882
|
-
||spiritual-gt.com^$doc
|
|
1883
1811
|
||spiritual-leading.com^$doc
|
|
1884
|
-
||sta.star-star777.com^$doc
|
|
1885
1812
|
||star-superstar-yellow.com^$doc
|
|
1886
1813
|
||sugusagasu.com^$doc
|
|
1887
1814
|
||sukui01.com^$doc
|
|
@@ -1891,7 +1818,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1891
1818
|
||sukuinote.jp^$doc
|
|
1892
1819
|
||sumsmsp.info^$doc
|
|
1893
1820
|
||szddbxyumfcf.net^$doc
|
|
1894
|
-
||tarot2fs.com^$doc
|
|
1895
1821
|
||telet.me^$doc
|
|
1896
1822
|
||tomikuji.com^$doc
|
|
1897
1823
|
||ugfdwmausxfy.net^$doc
|
|
@@ -1914,7 +1840,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1914
1840
|
||mor.chance-10dayful.com^$doc
|
|
1915
1841
|
||octagongon.com^$doc
|
|
1916
1842
|
||s.meru.jp^$doc
|
|
1917
|
-
||ts7nept8.com^$doc
|
|
1918
1843
|
||vcrwv.monster^$doc
|
|
1919
1844
|
||x-yz6asktoi.com^$doc
|
|
1920
1845
|
||x-yzn6.com^$doc
|
|
@@ -1968,7 +1893,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1968
1893
|
||matching-go.jp^$doc
|
|
1969
1894
|
||kira-kira.blue^$doc
|
|
1970
1895
|
||p-chi.tech^$doc
|
|
1971
|
-
||rearea2022.com^$doc
|
|
1972
1896
|
||vanilla-japan.love^$doc
|
|
1973
1897
|
||jtybleua.jp^$doc
|
|
1974
1898
|
||mai-tel.jp^$doc
|
|
@@ -1990,54 +1914,38 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
1990
1914
|
||bse.bb64bb8.com^$doc
|
|
1991
1915
|
||chatchu.jp^$doc
|
|
1992
1916
|
||cupid-chat.net^$doc
|
|
1993
|
-
||docommo.com^$doc
|
|
1994
|
-
||doconno.com^$doc
|
|
1995
|
-
||f9ng8gb.com^$doc
|
|
1996
1917
|
||fx640b4a8v2n.net^$doc
|
|
1997
1918
|
||grace-pot.com^$doc
|
|
1998
1919
|
||leaf.lau-rier.com^$doc
|
|
1999
1920
|
||maiwai2.jp^$doc
|
|
2000
|
-
||moon1hit.com^$doc
|
|
2001
1921
|
||moonlight-ebbandflow.com^$doc
|
|
2002
1922
|
||nanroom.net^$doc
|
|
2003
1923
|
||nowtuma.net^$doc
|
|
2004
|
-
||p39ztyx.com^$doc
|
|
2005
1924
|
||pastelism02.jpn.com^$doc
|
|
2006
1925
|
||pineapplecake-yummy.com^$doc
|
|
2007
1926
|
||ssq.spofbd99.com^$doc
|
|
2008
|
-
||t26dmg9.com^$doc
|
|
2009
1927
|
||tokuyama-kaiun.com^$doc
|
|
2010
1928
|
||vy8monlf1t.com^$doc
|
|
2011
1929
|
||wifekai.net^$doc
|
|
2012
|
-
||yummy-yuy.com^$doc
|
|
2013
|
-
||yummy2-yuy.com^$doc
|
|
2014
1930
|
||zerocha.jp^$doc
|
|
2015
1931
|
||catchato10.com^$doc
|
|
2016
1932
|
||chat-search.com^$doc
|
|
2017
1933
|
||happy.pp99adad.com^$doc
|
|
2018
1934
|
||hhh.u3se3jg3gae.com^$doc
|
|
2019
|
-
||hzalwkcjbudom.info^$doc
|
|
2020
1935
|
||ii.iriiss.com^$doc
|
|
2021
1936
|
||let.attract1v3.com^$doc
|
|
2022
1937
|
||lmoox5.net^$doc
|
|
2023
|
-
||mchynxqpiswuj.info^$doc
|
|
2024
1938
|
||mtl.metel-x-x-x.com^$doc
|
|
2025
1939
|
||panlcake.net^$doc
|
|
2026
1940
|
||paradise.shine-site.com^$doc
|
|
2027
1941
|
||s21aabb6.com^$doc
|
|
2028
1942
|
||sstt22free5.com^$doc
|
|
2029
1943
|
||utg.ri64-pdmv.com^$doc
|
|
2030
|
-
||venus-uranainoizumi.com^$doc
|
|
2031
|
-
||vgwkhaujofqxe.info^$doc
|
|
2032
|
-
||whuaqdsfjktgr.info^$doc
|
|
2033
1944
|
||vegansweeets.jp^$doc
|
|
2034
1945
|
||getmatch.jp^$doc
|
|
2035
1946
|
||hn-mizuki.com^$doc
|
|
2036
1947
|
||urara02032023.com^$doc
|
|
2037
|
-
||ang.el-mail.online^$doc
|
|
2038
|
-
||atre-frer6.com^$doc
|
|
2039
1948
|
||berate-expressive.com^$doc
|
|
2040
|
-
||comcom0511.com^$doc
|
|
2041
1949
|
||gloria-divination.$doc
|
|
2042
1950
|
||mothersmilk.jp^$doc
|
|
2043
1951
|
||otomachi.jp^$doc
|
|
@@ -2054,23 +1962,12 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2054
1962
|
||sachikru6.com^$doc
|
|
2055
1963
|
||sachikru7.com^$doc
|
|
2056
1964
|
||sachikru8.com^$doc
|
|
2057
|
-
||bookblack5208w.com^$doc
|
|
2058
|
-
||freest200look.com^$doc
|
|
2059
|
-
||leterthe-gese.com^$doc
|
|
2060
|
-
||off-wiloeese.com^$doc
|
|
2061
|
-
||the-style-free.info^$doc
|
|
2062
|
-
||weekenddogkeep.com^$doc
|
|
2063
1965
|
||koundayori.com^$doc
|
|
2064
1966
|
||second-love-love.jp^$doc
|
|
2065
1967
|
||deaiai55.com^$doc
|
|
2066
1968
|
||kokocha.site^$doc
|
|
2067
1969
|
||hjytu75fro0.jp^$doc
|
|
2068
1970
|
||secssnetplan.jp^$doc
|
|
2069
|
-
||68a9i9w.com^$doc
|
|
2070
|
-
||988s82r.com^$doc
|
|
2071
|
-
||efzhm85.com^$doc
|
|
2072
|
-
||rhyprua.com^$doc
|
|
2073
|
-
||tui8s2e.com^$doc
|
|
2074
1971
|
||emyqsvk7zw.com^$doc
|
|
2075
1972
|
||evqhubkfh8.com^$doc
|
|
2076
1973
|
||jinuja5zgm.com^$doc
|
|
@@ -2084,7 +1981,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2084
1981
|
||y2sysagetf.com^$doc
|
|
2085
1982
|
||san-dast.net^$doc
|
|
2086
1983
|
||dedestin0.jp^$doc
|
|
2087
|
-
||fortune-fortuna.com^$doc
|
|
2088
1984
|
||legamee.jp^$doc
|
|
2089
1985
|
||miraiah.jp^$doc
|
|
2090
1986
|
||sen8senjya.jp^$doc
|
|
@@ -2096,16 +1992,9 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2096
1992
|
||7wbb.com^$doc
|
|
2097
1993
|
||me-ru.jp^$doc
|
|
2098
1994
|
||byoep.moustachespontaneous.com^$doc
|
|
2099
|
-
||categorywrench.com^$doc
|
|
2100
1995
|
||moustachespontaneous.com^$doc
|
|
2101
|
-
||waterproofvile.com^$doc
|
|
2102
|
-
||ht54s-grf.com^$doc
|
|
2103
|
-
||hyop-ed12.com^$doc
|
|
2104
|
-
||ss7-yhw0-wk.com^$doc
|
|
2105
1996
|
||w-dbl.com^$doc
|
|
2106
1997
|
||recruit-gold.com^$doc
|
|
2107
|
-
||tokimake.site^$doc
|
|
2108
|
-
||tokimeku.xyz^$doc
|
|
2109
1998
|
||6q5c53c6sg4z9vkkpqnc.com^$doc
|
|
2110
1999
|
||emoti-on.com^$doc
|
|
2111
2000
|
||jinsei-undesu.com^$doc
|
|
@@ -2118,7 +2007,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2118
2007
|
||mugicom.live^$doc
|
|
2119
2008
|
||romanc-e.com^$doc
|
|
2120
2009
|
||sns3615.com^$doc
|
|
2121
|
-
||talkthattalkllc.com^$doc
|
|
2122
2010
|
||go-ld-li-ne.site^$doc
|
|
2123
2011
|
||gold-line.click^$doc
|
|
2124
2012
|
||gold-line.online^$doc
|
|
@@ -2133,25 +2021,13 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2133
2021
|
||mobileverify.net^$doc
|
|
2134
2022
|
||grabgiftcard.net^$doc
|
|
2135
2023
|
||giftcardhero.net^$doc
|
|
2136
|
-
||ewapps.top^$all
|
|
2137
|
-
||awapps.cfd^$all
|
|
2138
2024
|
||awapp.store^$doc
|
|
2139
|
-
||cleansoft.online^$doc
|
|
2140
2025
|
||softlab.fun^$doc
|
|
2141
2026
|
||appxfree.com^$doc
|
|
2142
2027
|
||appxfree.top^$doc
|
|
2143
|
-
||vbucks.buzz^$doc
|
|
2144
|
-
||vbucks.cloud^$doc
|
|
2145
|
-
||absent-pretty.net^$doc
|
|
2146
|
-
||ahmrispfewmkhbwz.com^$doc
|
|
2147
|
-
||every0028.jp^$doc
|
|
2148
|
-
||flash0007.jp^$doc
|
|
2149
2028
|
||grasshoppermirro.com^$doc
|
|
2150
2029
|
||nuts.sugar1105.com^$doc
|
|
2151
|
-
||tatuieaawtkjnxzj.com^$doc
|
|
2152
|
-
||vacuumcleanerani.com^$doc
|
|
2153
2030
|
||prc.pr-e-c-i-o-us.com^$doc
|
|
2154
|
-
||vghe0-ed7-d.com^$doc
|
|
2155
2031
|
||kounnomichishirube.net^$doc
|
|
2156
2032
|
||lucksignpost0804.org^$doc
|
|
2157
2033
|
||lightning02s.com^$doc
|
|
@@ -2166,7 +2042,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2166
2042
|
||ma-rry.net^$doc
|
|
2167
2043
|
||ma-rry.site^$doc
|
|
2168
2044
|
||altdorfer-niklaus.com^$doc
|
|
2169
|
-
||eliminateabyss.com^$doc
|
|
2170
2045
|
||lucky-star69.com^$doc
|
|
2171
2046
|
||lucky-star8.com^$doc
|
|
2172
2047
|
||tulip-tulip.net^$doc
|
|
@@ -2191,7 +2066,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2191
2066
|
||gekkei-jyu-gekkei-jyu.com^$doc
|
|
2192
2067
|
||gekkeijyu-gekkeijyu.com^$doc
|
|
2193
2068
|
||lemonadebb.net^$doc
|
|
2194
|
-
||naruf4253090.com^$doc
|
|
2195
2069
|
||ev4ev.biz^$doc
|
|
2196
2070
|
||evkakuri2308.click^$doc
|
|
2197
2071
|
||gtex3.com^$doc
|
|
@@ -2230,7 +2104,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2230
2104
|
||one----talk.com^$doc
|
|
2231
2105
|
||pc.deainobasyo.jp^$doc
|
|
2232
2106
|
||ewfwetqfbhmlodz.com^$doc
|
|
2233
|
-
||wkcs.onesmbg-login.com^$doc
|
|
2234
2107
|
||mariage-inc.com^$doc
|
|
2235
2108
|
||tenmei-michibiki.com^$doc
|
|
2236
2109
|
||10vekatu.jp^$doc
|
|
@@ -2245,7 +2118,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2245
2118
|
||enenkatukatumail.com^$doc
|
|
2246
2119
|
||enjoylife2001.net^$doc
|
|
2247
2120
|
||ffr548tyfhe.jp^$doc
|
|
2248
|
-
||fure-i.site^$doc
|
|
2249
2121
|
||k0k0cha.link^$doc
|
|
2250
2122
|
||ir0d0r1.jp^$doc
|
|
2251
2123
|
||lovelyhappy.jp^$doc
|
|
@@ -2280,12 +2152,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2280
2152
|
||tsumatsuma.xyz^$doc
|
|
2281
2153
|
||olive-ft.jp^$doc
|
|
2282
2154
|
||fortuna-destiny.com^$doc
|
|
2283
|
-
||fountain-unmei.com^$doc
|
|
2284
|
-
||happylife-10uanai.com^$doc
|
|
2285
|
-
||holy-12seizaholy.com^$doc
|
|
2286
2155
|
||shiawasenokotae.com^$doc
|
|
2287
|
-
||super-spfortune.com^$doc
|
|
2288
|
-
||welcome-happyroad.com^$doc
|
|
2289
2156
|
||az-l.com^$doc
|
|
2290
2157
|
||luna-t.net^$doc
|
|
2291
2158
|
||sm-bt.net^$doc
|
|
@@ -2302,14 +2169,12 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2302
2169
|
||y54wdrg.com^$doc
|
|
2303
2170
|
||peach2023.net^$doc
|
|
2304
2171
|
||gokinjo---hot.com^$doc
|
|
2305
|
-
||iwish.ltd^$doc
|
|
2306
2172
|
||matchin.site^$doc
|
|
2307
2173
|
||metalepsa.me^$doc
|
|
2308
2174
|
||nysoctieotion.tech^$doc
|
|
2309
2175
|
||peroiramus.me^$doc
|
|
2310
2176
|
||www.academicsingles.jp^$doc
|
|
2311
2177
|
||ado.wish-best.com^$doc
|
|
2312
|
-
||ga6jkbl.jp^$doc
|
|
2313
2178
|
||keiunkan.com^$doc
|
|
2314
2179
|
||matching-search.jp^$doc
|
|
2315
2180
|
||matching-searchh.jp^$doc
|
|
@@ -2341,9 +2206,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2341
2206
|
||hoshi-no-michibiki.jp^$doc
|
|
2342
2207
|
||miracle.magic-connect.net^$doc
|
|
2343
2208
|
||shinoriori2023.jp^$doc
|
|
2344
|
-
||book-aerkeep.com^$doc
|
|
2345
|
-
||libiro-aree22.com^$doc
|
|
2346
|
-
||look302se.com^$doc
|
|
2347
2209
|
||premium-2023.click^$doc
|
|
2348
2210
|
||premium-2023.info^$doc
|
|
2349
2211
|
||premium-lucky.com^$doc
|
|
@@ -2371,7 +2233,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2371
2233
|
||w0o.eu^$doc
|
|
2372
2234
|
||zj5c3.com^$doc
|
|
2373
2235
|
||e-summer.top^$doc
|
|
2374
|
-
||ehxp.e-flo.top^$doc
|
|
2375
2236
|
||getchance.top^$doc
|
|
2376
2237
|
||ilovu.store^$doc
|
|
2377
2238
|
||in-sight.top^$doc
|
|
@@ -2380,8 +2241,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2380
2241
|
||premiers.top^$doc
|
|
2381
2242
|
||sugukasegu.top^$doc
|
|
2382
2243
|
||tbotb.top^$doc
|
|
2383
|
-
||tyfto.friendmap.top^$doc
|
|
2384
|
-
||wdujqj.repaymen.top^$doc
|
|
2385
2244
|
||iris-making.com^$doc
|
|
2386
2245
|
||lm-mousey-happy.com^$doc
|
|
2387
2246
|
||speeds5-mmiliked.com^$doc
|
|
@@ -2390,9 +2249,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2390
2249
|
||nokiseitjnemnew.jp^$doc
|
|
2391
2250
|
||vi.violleet.com^$doc
|
|
2392
2251
|
||gg.garrnnet.com^$doc
|
|
2393
|
-
||scmhubffttnnu.jp^$doc
|
|
2394
2252
|
||super-grander.jp^$doc
|
|
2395
|
-
||dznufijtjbgyi.jp^$doc
|
|
2396
2253
|
||fl.floriittee.com^$doc
|
|
2397
2254
|
||ll.liberrttyy.com^$doc
|
|
2398
2255
|
||6kk2a4t.com^$doc
|
|
@@ -2410,7 +2267,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2410
2267
|
||high-incomes.com^$doc
|
|
2411
2268
|
||line-channel-info.com^$doc
|
|
2412
2269
|
||line-special-information.com^$doc
|
|
2413
|
-
||pretty-topspace.com^$doc
|
|
2414
2270
|
||safety-line-message.com^$doc
|
|
2415
2271
|
||secure-line-network.com^$doc
|
|
2416
2272
|
||fun-comu.click^$doc
|
|
@@ -2443,7 +2299,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2443
2299
|
||sj74is.com^$doc
|
|
2444
2300
|
||e-chat1.com^$doc
|
|
2445
2301
|
||fc67x.com^$doc
|
|
2446
|
-
||benefit-billion.com^$doc
|
|
2447
2302
|
||condemn-fearful.com^$doc
|
|
2448
2303
|
||heading-towards.net^$doc
|
|
2449
2304
|
||search-happiness.jp^$doc
|
|
@@ -2458,7 +2313,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2458
2313
|
||64ws9x.com^$doc
|
|
2459
2314
|
||npdptp.com^$doc
|
|
2460
2315
|
||resort-life7.com^$doc
|
|
2461
|
-
||friendmap.top^$doc
|
|
2462
2316
|
||moraeru.top^$doc
|
|
2463
2317
|
||mmnn.jp^$doc
|
|
2464
2318
|
||pxmmm23.net^$doc
|
|
@@ -2511,7 +2365,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2511
2365
|
||zekhauukqrqwx.com^$doc
|
|
2512
2366
|
||mugen-online.com^$doc
|
|
2513
2367
|
||pnieair.cloud^$doc
|
|
2514
|
-
||shiny-up.com^$doc
|
|
2515
2368
|
||unlock-the-bg2.com^$doc
|
|
2516
2369
|
||yl-0-wf.com^$doc
|
|
2517
2370
|
||auto.giz-store.com^$doc
|
|
@@ -2626,8 +2479,90 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2626
2479
|
||event-experiment.com^$doc
|
|
2627
2480
|
||final-future.com^$doc
|
|
2628
2481
|
||t-uraaka.site^$doc
|
|
2629
|
-
||jap.cookingsboss.com
|
|
2630
|
-
||jap.cookinggenuine.com
|
|
2482
|
+
||jap.cookingsboss.com^$doc
|
|
2483
|
+
||jap.cookinggenuine.com^$doc
|
|
2484
|
+
||ai-referee.com^$doc
|
|
2485
|
+
||present-folio.jp^$doc
|
|
2486
|
+
||surprise-folio.jp^$doc
|
|
2487
|
+
||advisory.stockss.top^$doc
|
|
2488
|
+
||gamecygenn.com^$doc
|
|
2489
|
+
||cryp-prel.com^$doc
|
|
2490
|
+
||medianews77.com^$doc
|
|
2491
|
+
||lowsoop.com^$doc
|
|
2492
|
+
||5qex5.com^$doc
|
|
2493
|
+
||bxn45.com^$doc
|
|
2494
|
+
||gnkpy.com^$doc
|
|
2495
|
+
||cgcsarz0opg.jp^$doc
|
|
2496
|
+
||sakudon293ssp.jp^$doc
|
|
2497
|
+
||accord-adoration.com^$doc
|
|
2498
|
+
||banquet-barbecue.com^$doc
|
|
2499
|
+
||campus-cardigan.com^$doc
|
|
2500
|
+
||desirable-desktop.com^$doc
|
|
2501
|
+
||efficient-election.com^$doc
|
|
2502
|
+
||fantasy-federation.com^$doc
|
|
2503
|
+
||only.hearty-community.com^$doc
|
|
2504
|
+
||ee9gf8d6.com^$doc
|
|
2505
|
+
||mithu02s.com^$doc
|
|
2506
|
+
||impoverishedordealscrutinize.com^$doc
|
|
2507
|
+
||hfykmfd1.com^$doc
|
|
2508
|
+
||urgentrecommendationclimate.com^$doc
|
|
2509
|
+
||worlddating365.com^$doc
|
|
2510
|
+
||lien-lienam.com^$doc
|
|
2511
|
+
||rune-luna-moon.com^$doc
|
|
2512
|
+
||blue-could.com^$doc
|
|
2513
|
+
||happy-life-everyday.club^$doc
|
|
2514
|
+
||lovely-fortune.com^$doc
|
|
2515
|
+
||ombrewa.space^$doc
|
|
2516
|
+
||will-lucky-will.com^$doc
|
|
2517
|
+
||chosentalladvanced.com^$doc
|
|
2518
|
+
||methodsbillboardssurface.com^$doc
|
|
2519
|
+
||li-ke-lo-ve.com^$doc
|
|
2520
|
+
||like-love.net^$doc
|
|
2521
|
+
||m-eteor.com^$doc
|
|
2522
|
+
||m-eteor.shop^$doc
|
|
2523
|
+
||b-cdn.net/human-verify-system.html$doc
|
|
2524
|
+
||b-cdn.net/verify-captcha-$doc
|
|
2525
|
+
||r2.dev/human-verify-system.html$doc
|
|
2526
|
+
||sun123o.space^$doc
|
|
2527
|
+
||harmonic-serenity.space^$doc
|
|
2528
|
+
||yy8j.com^$doc
|
|
2529
|
+
||pt.halhal.click^$doc
|
|
2530
|
+
||reductioncarnival.com^$doc
|
|
2531
|
+
||t-campaign.fun^$doc
|
|
2532
|
+
||t-service.pics^$doc
|
|
2533
|
+
||ap-ple.biz^$doc
|
|
2534
|
+
||ap-ple.net^$doc
|
|
2535
|
+
||bride1be.com^$doc
|
|
2536
|
+
||cheri-sh.jp^$doc
|
|
2537
|
+
||cheri-sh.net^$doc
|
|
2538
|
+
||e-c.tokyo^$doc
|
|
2539
|
+
||for-precious.net^$doc
|
|
2540
|
+
||iroha-oran24.com^$doc
|
|
2541
|
+
||jp.rian-rian.com^$doc
|
|
2542
|
+
||kaigan-kaiun-fortune.com^$doc
|
|
2543
|
+
||ri11que-za.com^$doc
|
|
2544
|
+
||rokuseikantei.com^$doc
|
|
2545
|
+
||match-member.com^$doc
|
|
2546
|
+
||tu-tu.jp^$doc
|
|
2547
|
+
||uusshmhmba.com^$doc
|
|
2548
|
+
||jg5y2nkdg.com^$doc
|
|
2549
|
+
||vip-salon.net^$doc
|
|
2550
|
+
||voicehp.com^$doc
|
|
2551
|
+
||yuri0513kago.com^$doc
|
|
2552
|
+
||yurika-go0415.com^$doc
|
|
2553
|
+
||agoke0333.info^$doc
|
|
2554
|
+
||dgoke0333.info^$doc
|
|
2555
|
+
||golsoe033.info^$doc
|
|
2556
|
+
||icpkw0333.info^$doc
|
|
2557
|
+
||sgoke0333.info^$doc
|
|
2558
|
+
||ic0828op.com^$doc
|
|
2559
|
+
||sns-rank-sidework.site^$doc
|
|
2560
|
+
||j9q8dmk6.com^$doc
|
|
2561
|
+
||kas6mjgmxhn5.com^$doc
|
|
2562
|
+
||zjjgbuiy.com^$doc
|
|
2563
|
+
||h3ninin.top^$all
|
|
2564
|
+
||puxmju.top^$all
|
|
2565
|
+
||jkoi.jp^$doc
|
|
2631
2566
|
||soft-pro.site^$all
|
|
2632
2567
|
||apkmirror.co^$all
|
|
2633
2568
|
||webogram.org^$all
|
|
@@ -2661,6 +2596,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2661
2596
|
||touchtacchi.net^$all
|
|
2662
2597
|
||wsws1234.net^$all
|
|
2663
2598
|
||wswsnews.net^$all
|
|
2599
|
+
||fotkyin.top^$all
|
|
2664
2600
|
||s3.amazonaws.com/extpro/speed4.html$all
|
|
2665
2601
|
||imgfarm.com/images/dlp2/prod$3p
|
|
2666
2602
|
||myway.com^$all
|
|
@@ -2683,53 +2619,33 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2683
2619
|
||eharmonysingle.online^$all
|
|
2684
2620
|
||errorordufhwe.s3.ap-south-1.amazonaws.com^$all
|
|
2685
2621
|
||microsoftsupportservices.com^$all
|
|
2686
|
-
||teszoom.com^$all
|
|
2687
2622
|
||tiffanyandtoke.com^$all
|
|
2688
2623
|
||s3.ap-northeast-2.amazonaws.com/%*!!%*/index.html$doc
|
|
2689
2624
|
||s3.amazonaws.com/securityfotrus.1.13/index.html$all
|
|
2690
2625
|
||s3.eu-west-2.amazonaws.com/675.88.u6.8878/index.html$all
|
|
2691
2626
|
||s3.us-west-1.amazonaws.com/security.uni.firewall.$all
|
|
2692
2627
|
/Win00Security07/index.html$document
|
|
2693
|
-
||varchardetection777.site^$all
|
|
2694
2628
|
||xngqoc.com^$all
|
|
2695
2629
|
/Er0Wind0fsd0Security087/index.html$doc
|
|
2696
|
-
||chuberanetto.tech^$all
|
|
2697
|
-
||starglaxyheritez.tech^$all
|
|
2698
2630
|
||websafety.online^$all
|
|
2699
|
-
||chuibesumeru.shop^$all
|
|
2700
|
-
||windwserror.com^$all
|
|
2701
|
-
||popts.site^$all
|
|
2702
2631
|
||cnctddot.com^$all
|
|
2703
2632
|
||woocommerce-sagepayments.com^$all
|
|
2704
2633
|
||mct-niger.com^$all
|
|
2705
2634
|
||klinikmrc.com^$all
|
|
2706
2635
|
||govimpot.com^$all
|
|
2707
|
-
||hrmntrimagukeazctesto.shop^$all
|
|
2708
2636
|
||stb-media.xyz^$all
|
|
2709
2637
|
||compass-holding.com^$all
|
|
2710
2638
|
||pguilford.com^$all
|
|
2711
2639
|
||theweddingmahotsav.com^$all
|
|
2712
|
-
||xac2gjx.autos^$all
|
|
2713
2640
|
||detailsreceipts.com^$all
|
|
2714
2641
|
||hodllane.com^$all
|
|
2715
2642
|
||hiddenamonghearts.com^$all
|
|
2716
2643
|
||stowesupperclub.com^$all
|
|
2717
2644
|
||185.161.248.253^$all
|
|
2718
|
-
||auditedmicros.website^$all
|
|
2719
|
-
||checkedservices.website^$all
|
|
2720
|
-
||chutkeliye.online^$all
|
|
2721
2645
|
||golovanov.net^$all
|
|
2722
|
-
||lucasmrahman.xyz^$all
|
|
2723
|
-
||processprivate.website^$all
|
|
2724
|
-
||tobyaburton.xyz^$all
|
|
2725
|
-
||votuporn.cfd^$all
|
|
2726
|
-
||yaravoyara.online^$all
|
|
2727
|
-
||microagent.site^$all
|
|
2728
2646
|
||165-227-173-120.plesk.page^$all
|
|
2729
|
-
||horporn.cfd^$all
|
|
2730
2647
|
||dare2life.click^$all
|
|
2731
2648
|
||pushlandings.b-cdn.net^$all
|
|
2732
|
-
||ssupp2.site^$all
|
|
2733
2649
|
||webaudhar.online^$all
|
|
2734
2650
|
||asian-maturedates.click^$all
|
|
2735
2651
|
||flextd.shop^$all
|
|
@@ -2739,12 +2655,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2739
2655
|
||fastndio.s3.eu-central-1.amazonaws.com^$all
|
|
2740
2656
|
||ikiped.online^$all
|
|
2741
2657
|
||pub-77106c9273be4f3fbec6b6d6c3c51b7f.r2.dev^$all
|
|
2742
|
-
||hosterunozxxxna.shop^$all
|
|
2743
|
-
||dbslfqowejd.b-cdn.net^$all
|
|
2744
|
-
||ghrthryh.b-cdn.net^$all
|
|
2745
|
-
||sok-rev.b-cdn.net^$all
|
|
2746
2658
|
||erroarwasuppoto.life^$all
|
|
2747
|
-
||saludoads.com^$all
|
|
2748
2659
|
||janganhackya.com^$all
|
|
2749
2660
|
||viewmerit.info^$all
|
|
2750
2661
|
||blexad.shop^$all
|
|
@@ -2764,14 +2675,11 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2764
2675
|
||koskdd.sbs^$all
|
|
2765
2676
|
||liqftt.sbs^$all
|
|
2766
2677
|
||s3.ap-northeast-1.amazonaws.com/ongoing.com/aanoitmessure/index.html^$all
|
|
2767
|
-
||foodhereandnow.com^$all
|
|
2768
2678
|
||setkuttina.pages.dev^$all
|
|
2769
2679
|
||liq27qbf.monster^$all
|
|
2770
2680
|
||certificate-certificate.gettrials.com^$all
|
|
2771
2681
|
||vasafreight.com/ajax.php?
|
|
2772
|
-
||thin-skinned-cost.000webhostapp.com^$all
|
|
2773
2682
|
||boring-tesla.149-102-231-176.plesk.page^$all
|
|
2774
|
-
||happy-diwali-sabhiko-shubhkamneyen.b-cdn.net^$all
|
|
2775
2683
|
||qwudbhasdwq9h.sa.com^$all
|
|
2776
2684
|
/^https:\/\/[0-9a-z]{12,16}\.azureedge\.net\/\d{4}\//$doc
|
|
2777
2685
|
||fcukxxx.com^$all
|
|
@@ -2806,6 +2714,26 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2806
2714
|
/index.html?ph0n=1-$doc
|
|
2807
2715
|
||technosoft35.ru^$all
|
|
2808
2716
|
||tube-dvm.com^$all
|
|
2717
|
+
||cj7tv5fq8p.com^$all
|
|
2718
|
+
||pages.dev/Wi0n0erAry0mpAlert048/$all
|
|
2719
|
+
||netlify.app/errox01/?$all
|
|
2720
|
+
||infinityserve.life^$all
|
|
2721
|
+
||pages.dev/*/Fm7-alert.wav
|
|
2722
|
+
||pages.dev/*/ai2.mp3
|
|
2723
|
+
||pages.dev/*_Fm7-alert.mp3
|
|
2724
|
+
||pages.dev/0wa0rni0ng0.mp3
|
|
2725
|
+
||pages.dev/a0ler0tm0s.mp3
|
|
2726
|
+
||pages.dev/al1.mp3
|
|
2727
|
+
||pages.dev/yaketsuku.mp3
|
|
2728
|
+
||pages.dev/fulls.js
|
|
2729
|
+
||pages.dev/fullscreen.js
|
|
2730
|
+
||pages.dev/media/alert.mp3
|
|
2731
|
+
||pages.dev/nvidia.js
|
|
2732
|
+
||pages.dev/js/esc.js
|
|
2733
|
+
||pages.dev/js/flscn.js
|
|
2734
|
+
||pages.dev/js/nvidia.js
|
|
2735
|
+
||r2.dev/_Fm7-alert.mp3
|
|
2736
|
+
||r2.dev/media/_Fm7-alert.mp3
|
|
2809
2737
|
||japanonlinebroadcast.live^$all
|
|
2810
2738
|
||crackedpc.org^$all
|
|
2811
2739
|
||cracksway.com^$all
|
|
@@ -2822,22 +2750,18 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2822
2750
|
||adultpics.wiki^$all
|
|
2823
2751
|
||gamefabrique.com^$all
|
|
2824
2752
|
||d2r3dgsh5nr4kg.cloudfront.net/installer/$all
|
|
2825
|
-
||skytils.net^$all
|
|
2826
|
-
||skyblockmaniacs.net^$all
|
|
2827
|
-
||fragbots.net^$all
|
|
2828
2753
|
||hard-configurator.com^$all
|
|
2829
2754
|
||filmshngjbzix.blogspot.com^
|
|
2830
2755
|
||mopiez.com^
|
|
2831
2756
|
||goglel.com^$all
|
|
2832
|
-
||easylist.club^$all
|
|
2833
2757
|
||bestextensionegde.com^$all
|
|
2834
2758
|
.com/api/users*^pii=&in=false^$doc
|
|
2835
2759
|
.com/api/users*^in=false&pii=$doc
|
|
2836
2760
|
.com/api/users*^in=false&token=$doc
|
|
2837
2761
|
||asdmcm.com^$all
|
|
2838
2762
|
.com/bot-captcha-1?h=$doc
|
|
2839
|
-
/^https:\/\/[a-z]{5,7}\.[0-9a-z]{12}\.top\/[0-9a-f]{32}\/[0-9-a-f]{32}\/$/$doc,match-case,
|
|
2840
|
-
/\/[0-9a-f]{32}\/maq\/$/$doc,match-case,
|
|
2763
|
+
/^https:\/\/[a-z]{5,7}\.[0-9a-z]{12}\.top\/[0-9a-f]{32}\/[0-9-a-f]{32}\/$/$doc,match-case,to=top
|
|
2764
|
+
/\/[0-9a-f]{32}\/maq\/$/$doc,match-case,to=com|top
|
|
2841
2765
|
/antivirus/main/cleaner-default/*$doc
|
|
2842
2766
|
! Copycat and fake sites
|
|
2843
2767
|
! FitGirl Repacks - Official site: fitgirl-repacks.site
|
|
@@ -2875,7 +2799,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2875
2799
|
||youtubevanced.$all,domain=~revanced.app
|
|
2876
2800
|
||youtuberevanced.*^$all,domain=~revanced.app
|
|
2877
2801
|
||re-vanced.com^$all,domain=~revanced.app
|
|
2878
|
-
||revanceddl.com^$all,domain=~revanced.app
|
|
2879
2802
|
||revancedmusic.com^$all,domain=~revanced.app
|
|
2880
2803
|
||revancedyoutube.org^$all,domain=~revanced.app
|
|
2881
2804
|
||revancedextend.com^$all,domain=~revanced.app
|
|
@@ -2884,7 +2807,6 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2884
2807
|
||extendedrevanced.com^$all,domain=~revanced.app
|
|
2885
2808
|
||youtuberevancedextended.com^$all,domain=~revanced.app
|
|
2886
2809
|
||ytrevanced.$all,domain=~revanced.app
|
|
2887
|
-
||tuberevanced.com^$all,domain=~revanced.app
|
|
2888
2810
|
||vanced-official.com^$all,domain=~revanced.app
|
|
2889
2811
|
||vanced.pro^$all,domain=~revanced.app
|
|
2890
2812
|
||vancedmanager.$all,domain=~revanced.app
|
|
@@ -2925,10 +2847,7 @@ torrdroidforpc.com##[href^="http://slugmefilehos.xyz/"]
|
|
|
2925
2847
|
||akyr3h9x5mb.com^$all
|
|
2926
2848
|
||tiger.qnews.media^$3p
|
|
2927
2849
|
||s8bet.com^$doc
|
|
2928
|
-
/\.br\/(?:[a-z]{4,8}\/){1,2}\?(?:app|patt|videos?)=\S+\.shtml$/$doc,match-case,domain=gov.br
|
|
2929
|
-
c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
2930
2850
|
||azure.z97z.com/go.html$doc
|
|
2931
|
-
||sites.uft.edu.br/topama/news.php$doc
|
|
2932
2851
|
||imagebet.ph^$all
|
|
2933
2852
|
||googleeplay.com^$all
|
|
2934
2853
|
||mingvip.com^$all
|
|
@@ -2940,6 +2859,16 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
2940
2859
|
||lazycaht.pro^$all
|
|
2941
2860
|
||bxtongji.cc^$all
|
|
2942
2861
|
||04tips.com^$all
|
|
2862
|
+
||cdn.jsdelivr.net/gh/cnmseo/LookMother$3p
|
|
2863
|
+
||yes2033.lol^
|
|
2864
|
+
||urjump.com^$doc
|
|
2865
|
+
||m8u9f3.com^$doc
|
|
2866
|
+
|http://playing.io/?inviteCode=1000631|$doc
|
|
2867
|
+
|http://playing.io/?inviteCode=1000632|$doc
|
|
2868
|
+
||ttt777.com^$doc
|
|
2869
|
+
||cloudflarebros.com^$all
|
|
2870
|
+
||brcknkblue.com^$all
|
|
2871
|
+
||sxmbs.com^$all
|
|
2943
2872
|
||dhotelzao.com^$all
|
|
2944
2873
|
||tamilislamgate.com^$all
|
|
2945
2874
|
||adblock1.com^$all
|
|
@@ -2994,12 +2923,14 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
2994
2923
|
||webpublic.substack.com^$all
|
|
2995
2924
|
||teslafond.io^$doc
|
|
2996
2925
|
||teslacore.io^$doc
|
|
2926
|
+
||btc24.info^$doc
|
|
2927
|
+
||youtube.com/@tesla24official^$doc
|
|
2928
|
+
||usmusk.net^$doc
|
|
2997
2929
|
! Phishing - See https://bbs.kafan.cn/thread-2264505-1-1.html
|
|
2998
2930
|
||counter-strike2-official.net^$all
|
|
2999
2931
|
||primeleech.com^$all
|
|
3000
2932
|
||privacyguides.io^$all
|
|
3001
2933
|
||skinboxs.com^$all
|
|
3002
|
-
||okun.shop^$doc
|
|
3003
2934
|
||hostpdf.co^$all
|
|
3004
2935
|
||billlionair.app^$all,to=~billionair.com
|
|
3005
2936
|
||cdn-npmjs.com^$all
|
|
@@ -3015,7 +2946,6 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3015
2946
|
||cloudsonicwave.com^$all
|
|
3016
2947
|
||obs-software.cc^$all
|
|
3017
2948
|
||bandi-cam.cc^$all
|
|
3018
|
-
||breavas.app^$all
|
|
3019
2949
|
||open-project.org^$all
|
|
3020
2950
|
||onenote-download.com^$all
|
|
3021
2951
|
||epicgames-store.org^$all
|
|
@@ -3023,19 +2953,14 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3023
2953
|
||trelconf.com^$all
|
|
3024
2954
|
||trelconf.net^$all
|
|
3025
2955
|
||noitons.net^$all
|
|
3026
|
-
||bezynet.com^$all
|
|
3027
|
-
||church-notes.com^$all
|
|
3028
|
-
||avr-energie.com^$all
|
|
3029
2956
|
||irs-ein-gov.us^$all
|
|
3030
2957
|
/^https:\/\/[a-z]+\.[-a-z0-9]+\.[a-z]{3,7}\/[a-z]{2,6}\.(?:[a-z]{1,8}\.)?17\d{8}\.js\?(?:revision|sr?c?|ve?r?)=6[a-f0-9]{7}$/$script,3p,match-case,to=~edu|~gov
|
|
3031
2958
|
/^https:\/\/[a-z]+\.[-a-z0-9]+\.[a-z]{3,7}\/17\d{8}\/em\.js\?(?:revision|sr?c?|ve?r?)=6[a-f0-9]{7}$/$script,3p,match-case,to=~edu|~gov
|
|
3032
|
-
||schema-forms.org^$all
|
|
3033
|
-
||stickloader.info^$all
|
|
3034
2959
|
||fueltypebel.info^$all
|
|
3035
2960
|
||re-captha-version-$all
|
|
2961
|
+
||valid-check-tl-$all
|
|
3036
2962
|
! http://teluguodu.com/om-bheem-bush-movie-review/ - example site
|
|
3037
2963
|
||check-tl-ver-$all
|
|
3038
|
-
||gemfowls.com^$all
|
|
3039
2964
|
||tech4u.app^$all
|
|
3040
2965
|
.com/?news&s|$popup
|
|
3041
2966
|
||cloud.tnewstraffic.com^$all
|
|
@@ -3047,7 +2972,6 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3047
2972
|
||fast.quickcontentnetwork.com^$all
|
|
3048
2973
|
||ga.cdzanalytics.com^$all
|
|
3049
2974
|
||gll.metricaga.com^$all
|
|
3050
|
-
||go.syndcloud.com^$all
|
|
3051
2975
|
||host.cloudsonicwave.com^$all
|
|
3052
2976
|
||host.gsslcloud.com^$all
|
|
3053
2977
|
||metrics.gocloudmaps.com^$all
|
|
@@ -3062,82 +2986,125 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3062
2986
|
||digitalxnetwork.com^$all
|
|
3063
2987
|
||vnote-*.myqcloud.com^$all
|
|
3064
2988
|
! phishing
|
|
3065
|
-
/^https:\/\/vietg[a-z]v[0-9]*\.cc\//$doc,
|
|
2989
|
+
/^https:\/\/vietg[a-z]v[0-9]*\.cc\//$doc,to=cc
|
|
3066
2990
|
||clickhereecraigslist.tripod.com^$all
|
|
3067
|
-
||thriveinclusion.com^$all,to=~web.de
|
|
3068
|
-
||talktalk0.godaddysites.com^$all,to=~talktalk.co.uk
|
|
3069
2991
|
||unclepigva.com^$all,to=~chase.com
|
|
3070
|
-
||
|
|
2992
|
+
||mymokki.ru^$all,to=~hozblokspb.ru
|
|
2993
|
+
||testra*-covid.weebly.com^$all,to=~telstra.com.au
|
|
3071
2994
|
||final-ua.eu/vasilisa/votings$all
|
|
3072
2995
|
||flow.page/foxhills.co.uk^$all,to=~foxhills.co.uk
|
|
3073
2996
|
||codeanyapp.com/neta/*/pay-method.php$doc
|
|
3074
2997
|
||otomoto-h229.net^$all,to=~otomoto.pl
|
|
3075
|
-
||mybluehost.me/*Recibir_paquete.php$doc,
|
|
3076
|
-
||codeanyapp.com/klarna/$doc,
|
|
3077
|
-
||mybluehost.me/*/dir/ca/pay/$doc,
|
|
3078
|
-
||
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
||
|
|
3082
|
-
!
|
|
3083
|
-
||
|
|
3084
|
-
||
|
|
3085
|
-
! intesasanpaolo.com
|
|
3086
|
-
||mybluehost.me/intesasanpaolo/$doc,domain=~intesasanpaolo.com
|
|
3087
|
-
||mybluehost.me/*/itx/it/conto/$doc,domain=~intesasanpaolo.com
|
|
2998
|
+
||mybluehost.me/*Recibir_paquete.php$doc,to=~correos.es
|
|
2999
|
+
||codeanyapp.com/klarna/$doc,to=~klarna.com
|
|
3000
|
+
||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
|
+
||pub-*.r2.dev/gsecondcheck.html^$doc
|
|
3004
|
+
||uwelldeutschland.com^$all,to=~myuwell.com
|
|
3005
|
+
! webmail.shaw.ca
|
|
3006
|
+
||shawupdatingservic.wixstudio.io^$all,to=~webmail.shaw.ca
|
|
3007
|
+
||shawmailboxservice4.wixsite.com^$all,to=~webmail.shaw.ca
|
|
3088
3008
|
! linkedin
|
|
3089
3009
|
||faran.ac.ir/wp-content/$all,to=~linkedin.com
|
|
3090
|
-
||
|
|
3010
|
+
||lnkdeka.standard.*.oortech.com^$doc,to=~linkedin.com
|
|
3011
|
+
||oortech.com/loginfromSignIn.pdf-shtml^$doc,to=~linkedin.com
|
|
3012
|
+
||decorartealuminios.com.br/*/AZ-ULTIMATE-LINKEDIN/$all,to=~linkedin.com
|
|
3013
|
+
! yahoo
|
|
3014
|
+
||pages.dev/account/js-reporting^$doc,to=~yahoo.com
|
|
3015
|
+
||iwq.pages.dev^$all,to=~yahoo.com
|
|
3016
|
+
||jss.pages.dev^$all,to=~yahoo.com
|
|
3017
|
+
! serasa.com.br
|
|
3018
|
+
||seguro.serasaexperian.site^$all,to=~serasa.com.br
|
|
3019
|
+
||seguros-pag.com^$all,to=~serasa.com.br
|
|
3020
|
+
! webmail
|
|
3021
|
+
||formspark.rongviet.com.vn^$all
|
|
3022
|
+
||mail-cytanet.pages.dev^$all,to=~mail.cytanet.com.cy
|
|
3023
|
+
||jhwbcvkjkshaw.weebly.com^$all,to=~webmail.shaw.ca
|
|
3024
|
+
||powersolutions4u.com/*/WEBMAIL1.html^$doc
|
|
3025
|
+
||phoenixvilla.rw/wp-about/*.html^$doc
|
|
3026
|
+
||moonworks.in/jpcpanel/$all
|
|
3027
|
+
||bequettehomes.com/ahost/$all
|
|
3028
|
+
! ups.com
|
|
3029
|
+
||mybluehost.me/Versan/UPS/$doc,to=~ups.com
|
|
3030
|
+
||preprod.exclusifparis.com/modules/deleteordersfree/$all,to=~ups.com
|
|
3031
|
+
||edu.academiait.ru/.css/$all,to=~ups.com
|
|
3032
|
+
! ee.co.uk
|
|
3033
|
+
/^https:\/\/ee(?:-[a-z]{5,}){1,2}\.web\.app\//$doc,to=web.app|~ee.co.uk
|
|
3034
|
+
/^https:\/\/ee(?:-[a-z]{5,}){1,2}\.firebaseapp\.com\//$doc,to=firebaseapp.com|~ee.co.uk
|
|
3035
|
+
||my-ee-*.web.app^$doc,to=~ee.co.uk
|
|
3036
|
+
||ee-network.web.app^$all,to=~ee.co.uk
|
|
3037
|
+
||ee-billing-recovery.web.app^$all,to=~ee.co.uk
|
|
3038
|
+
||ee-payment-issue.web.app^$all,to=~ee.co.uk
|
|
3039
|
+
||my-ee-web.web.app^$all,to=~ee.co.uk
|
|
3040
|
+
||my-ee-details.web.app^$all,to=~ee.co.uk
|
|
3041
|
+
||my-info-ee.web.app^$all,to=~ee.co.uk
|
|
3042
|
+
||ee-payment-method-issue.firebaseapp.com^$all,to=~ee.co.uk
|
|
3043
|
+
||ee-pending-payment.firebaseapp.com^$all,to=~ee.co.uk
|
|
3044
|
+
! bpost.be
|
|
3045
|
+
||pakket-bpost-be.web.app^$all,to=~bpost.be
|
|
3046
|
+
||crpostbelnk.glitch.me^$all,to=~bpost.be
|
|
3047
|
+
! intesasanpaolo.com
|
|
3048
|
+
||mybluehost.me/*intesasanpaolo/$doc,to=~intesasanpaolo.com
|
|
3049
|
+
||mybluehost.me/*/itx/it/conto/$doc,to=~intesasanpaolo.com
|
|
3091
3050
|
! shopify
|
|
3092
|
-
||1234854.com^$all,to=~shopify.com
|
|
3093
3051
|
||suoncopbaonk.com^$all,to=~shopify.com
|
|
3052
|
+
||xsjt.site^$all,to=~shopify.com
|
|
3053
|
+
||shopify-careers.com^$all,to=~shopify.com
|
|
3094
3054
|
! paypal
|
|
3095
3055
|
||paypal-complete.com^$all
|
|
3096
3056
|
||prizegift.top^$all
|
|
3057
|
+
||paypalloginin-usa.blogspot.$doc
|
|
3097
3058
|
! jio
|
|
3098
|
-
/\/recharge\d?\.(?:html|php)\?mobile=\d{10}\b/$doc,match-case,
|
|
3099
|
-
/offer.php?rechargenumber=$doc,
|
|
3100
|
-
/offer.html?rechargenumber=$doc,
|
|
3101
|
-
/\/offer\.(?:html|php)\?(?:mobile|rechargenumber)=\d{10}\b/$doc,match-case,
|
|
3059
|
+
/\/recharge\d?\.(?:html|php)\?mobile=\d{10}\b/$doc,match-case,to=~jio.com|~edu|~gov
|
|
3060
|
+
/offer.php?rechargenumber=$doc,to=~jio.com|~edu|~gov
|
|
3061
|
+
/offer.html?rechargenumber=$doc,to=~jio.com|~edu|~gov
|
|
3062
|
+
/\/offer\.(?:html|php)\?(?:mobile|rechargenumber)=\d{10}\b/$doc,match-case,to=~jio.com|~edu|~gov
|
|
3102
3063
|
! apple
|
|
3103
|
-
||com
|
|
3104
|
-
||
|
|
3064
|
+
||buscaapp.com^$all
|
|
3065
|
+
||dbs.applerewardsstore.com^$all,to=~dbs.com
|
|
3066
|
+
||rbchidraulica.com.br/info/verify^$all
|
|
3067
|
+
/isignesp.php^$doc,to=~edu|~gov|~apple.com
|
|
3068
|
+
/icloud2022-esp.php^$doc,to=~edu|~gov|~apple.com
|
|
3105
3069
|
! ourtime
|
|
3106
|
-
||login-ourtime.members-datings.workers.dev^$all,
|
|
3107
|
-
||
|
|
3070
|
+
||login-ourtime.members-datings.workers.dev^$all,to=~ourtime.com
|
|
3071
|
+
||ourtime-assist.members-authenticated.workers.dev^$all,to=~ourtime.com
|
|
3072
|
+
||profile-ourtime.*.workers.dev^$doc,to=~ourtime.com
|
|
3073
|
+
/^https:\/\/ourtime\.[a-z]+-[a-z]+\.workers\.dev\//$doc,to=workers.dev|~ourtime.com
|
|
3108
3074
|
! tiktok
|
|
3109
|
-
/^https:\/\/(?:[a-z]{4,6}\.)?tiktok\d{2,5}\.com\//$doc,domain=com|~tiktok.com
|
|
3110
|
-
/^https:\/\/(?:[a-z]{4,6}\.)?tiktok\d{2,5}\.cc\//$doc,domain=cc|~tiktok.com
|
|
3111
3075
|
/\/wap\/api\/(?:activity\/)?[a-zA-Z]+![-_a-zA-Z]+\.action\?/$xhr,1p,strict1p,match-case
|
|
3112
3076
|
! made-in-china.com
|
|
3113
3077
|
||griffithdds.com/*/madeinchina.com/$all,to=~made-in-china.com
|
|
3114
|
-
||oortech.com/mic.shtml^$doc,
|
|
3078
|
+
||oortech.com/mic.shtml^$doc,to=~made-in-china.com
|
|
3115
3079
|
! fedex
|
|
3116
|
-
||smoothies.pt/nf_tracking.php/$all
|
|
3117
3080
|
||fedexridn.com^$all
|
|
3118
3081
|
||yellowjacket.co.nz^$all,to=~fedex.com
|
|
3119
3082
|
||bookingtool.azurewebsites.net^$all,to=~fedex.com
|
|
3120
3083
|
||saham.hugaf.dev^$all,to=~fedex.com
|
|
3121
3084
|
! booking.com
|
|
3122
|
-
/^https:\/\/(?:[a-z]+\.)?hotel-(?:id)?\d{3,8}\.eu\//$doc,
|
|
3123
|
-
/^https:\/\/(?:[a-z]+\.)?hotel-(?:id)?\d{3,8}\.com\//$doc,
|
|
3124
|
-
/^https:\/\/hotels-\d{6}\.eu\//$doc,
|
|
3125
|
-
/^https:\/\/booking\.[a-z]{3,}-(?:id)?\d{3,8}\.eu\//$doc,
|
|
3085
|
+
/^https:\/\/(?:[a-z]+\.)?hotel-(?:id)?\d{3,8}\.eu\//$doc,to=eu|~booking.com
|
|
3086
|
+
/^https:\/\/(?:[a-z]+\.)?hotel-(?:id)?\d{3,8}\.com\//$doc,to=com|~booking.com
|
|
3087
|
+
/^https:\/\/hotels-\d{6}\.eu\//$doc,to=eu|~booking.com
|
|
3088
|
+
/^https:\/\/booking\.[a-z]{3,}-(?:id)?\d{3,8}\.eu\//$doc,to=eu|~booking.com
|
|
3089
|
+
/^https:\/\/booking(-[a-z]{3,}){2}\.(?:baby|lat|lol|xyz)\//$doc,to=baby|lat|lol|xyz|~booking.com
|
|
3126
3090
|
! airbnb
|
|
3127
3091
|
||air-bnb.check-$doc
|
|
3128
3092
|
||abnbclaim.com^$all,to=~airbnb.com
|
|
3129
|
-
/^https?:\/\/([a-z]{4,}\.)?support-\d{1,2}\.ru\//$doc,
|
|
3093
|
+
/^https?:\/\/([a-z]{4,}\.)?support-\d{1,2}\.ru\//$doc,to=ru
|
|
3130
3094
|
! labanquepostale
|
|
3131
3095
|
||group-postban.firebaseapp.com^$all,to=~labanquepostale.fr
|
|
3132
3096
|
||oasisministries.com/fr/postale/$all,to=~labanquepostale.fr
|
|
3097
|
+
||lidarusa.com/*/Bpostale2022/$all,to=~labanquepostale.fr
|
|
3098
|
+
||plesk.page/*--_--$doc,to=~labanquepostale.fr
|
|
3133
3099
|
! adobe
|
|
3134
3100
|
||adobecloud5xpo.yolasite.com^$all,to=~adobe.com
|
|
3135
3101
|
||socalthesyndicate.com/*/adobefud/$all,to=~adobe.com
|
|
3136
|
-
||pub-*.r2.dev/adobe2024.html^$doc
|
|
3102
|
+
||pub-*.r2.dev/adobe2024.html^$doc,to=~adobe.com
|
|
3103
|
+
||adobepd*.glitch.me^$doc,to=~adobe.com
|
|
3137
3104
|
! gazprom
|
|
3138
|
-
/^https:\/\/[a-z0-9]{5}\.shop\/l\/gaz\//$1p,strict1p,match-case,
|
|
3139
|
-
/^https:\/\/[a-z0-9]{5}\.shop\/uniq$/$xhr,1p,strict1p,match-case,method=get,
|
|
3140
|
-
/^https:\/\/[a-z0-9]{5}\.shop\/lead$/$doc,1p,strict1p,match-case,method=post,
|
|
3105
|
+
/^https:\/\/[a-z0-9]{5,15}\.shop\/l\/gaz\//$1p,strict1p,match-case,to=shop
|
|
3106
|
+
/^https:\/\/[a-z0-9]{5,15}\.shop\/uniq$/$xhr,1p,strict1p,match-case,method=get,to=shop
|
|
3107
|
+
/^https:\/\/[a-z0-9]{5,15}\.shop\/lead$/$doc,1p,strict1p,match-case,method=post,to=shop
|
|
3141
3108
|
||k8cxh.shop^$all,to=~gazprom.ru
|
|
3142
3109
|
||c2bm9.shop^$all,to=~gazprom.ru
|
|
3143
3110
|
||cz4sb.shop^$all,to=~gazprom.ru
|
|
@@ -3145,11 +3112,19 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3145
3112
|
||pe4hk.shop^$all,to=~gazprom.ru
|
|
3146
3113
|
||g1vm6.shop^$all,to=~gazprom.ru
|
|
3147
3114
|
! netflix
|
|
3115
|
+
||reactiver-abonnement.com^$all,to=~netflix.com
|
|
3116
|
+
||vstergioul.sites.sch.gr^$all,to=~netflix.com
|
|
3117
|
+
||myeloma.gr.jp/zz.php^$all
|
|
3148
3118
|
||mybluehost.me/*/netflix/net/login.php$doc
|
|
3149
3119
|
||mybluehost.me/watch/a/flix/$doc
|
|
3120
|
+
||mybluehost.me/ntcz/$doc
|
|
3150
3121
|
||floridavacationrentalsbyowners.com/*/Info/page_settings/account.php^$all
|
|
3151
3122
|
||loginnetflixleiojfioje.blogspot.$all
|
|
3152
3123
|
||xsph.ru/*/netfi2k/$doc
|
|
3124
|
+
||bulksms.services/*/NetFlxinc/$doc
|
|
3125
|
+
||bulksms.services/NetFxs/$all
|
|
3126
|
+
||cpanel12wh.bkk1.cloud.z.com^$all
|
|
3127
|
+
||codeanyapp.com/NTFLX/$doc
|
|
3153
3128
|
! allegro
|
|
3154
3129
|
||allegrostore.cc^$all
|
|
3155
3130
|
||allegrostu.com^$all
|
|
@@ -3159,30 +3134,25 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3159
3134
|
||allegro-005.com^$all
|
|
3160
3135
|
||allegro-online.ru^$all
|
|
3161
3136
|
||allegro-reinigung.de^$all
|
|
3162
|
-
/^https:\/\/allegro[a-z]{2,}\.shop\//$doc,
|
|
3137
|
+
/^https:\/\/allegro[a-z]{2,}\.shop\//$doc,to=shop
|
|
3163
3138
|
||allegroshop.shop^$all
|
|
3164
3139
|
||allegrocn.shop^$all
|
|
3140
|
+
/^https:\/\/allegro-\d{3,4}\.com\//$doc,to=com
|
|
3165
3141
|
! rackspace
|
|
3166
3142
|
||racks.pages.dev^$all,to=~rackspace.com
|
|
3167
3143
|
||rackweb-----support*.weebly.com^$all,to=~rackspace.com
|
|
3168
3144
|
! dana
|
|
3169
|
-
||dana-indone*.id^$doc,
|
|
3145
|
+
||dana-indone*.id^$doc,to=my.id|web.id|~dana.id
|
|
3170
3146
|
! biz.id
|
|
3171
|
-
-dna-log-*.biz.id^$doc,
|
|
3172
|
-
||xxtl-v1.biz.id^$doc,
|
|
3173
|
-
||xlink-dna-log-new.xxtl-v1.biz.id^$all,to=~dana.id
|
|
3174
|
-
||hadiah-dana2024.beviz.biz.id^$all,to=~dana.id
|
|
3147
|
+
-dna-log-*.biz.id^$doc,to=biz.id|~dana.id
|
|
3148
|
+
||xxtl-v1.biz.id^$doc,to=~dana.id
|
|
3175
3149
|
||danaxspaylaterr.biz.id^$all,to=~dana.id
|
|
3176
3150
|
! my.id
|
|
3177
|
-
||xcxcx.my.id^$doc,
|
|
3178
|
-
||pemesanan*.glowz.my.id^$doc,
|
|
3179
|
-
||
|
|
3180
|
-
||penerimaan-hadiah-giveaway-10juta.clau.my.id^$all,to=~dana.id
|
|
3181
|
-
! others
|
|
3182
|
-
||gdnapqmhbs.1myall.com^$all,to=~dana.id
|
|
3183
|
-
||ambiil-hadiaa4h.cs-resmi.com^$all,to=~dana.id
|
|
3184
|
-
||danadigital2024.cs-zx.top^$all,to=~dana.id
|
|
3151
|
+
||xcxcx.my.id^$doc,to=~dana.id
|
|
3152
|
+
||pemesanan*.glowz.my.id^$doc,to=~dana.id
|
|
3153
|
+
||danaespay.my.id^$doc,to=~dana.id
|
|
3185
3154
|
! orange.fr
|
|
3155
|
+
||jeuconcoursorange.com^$all,to=~orange.fr
|
|
3186
3156
|
||orange53.yolasite.com^$all,to=~orange.fr
|
|
3187
3157
|
||dev-7614646544.pantheonsite.io^$all,to=~orange.fr
|
|
3188
3158
|
||smsmmsernorepls.wixsite.com^$all,to=~orange.fr
|
|
@@ -3190,26 +3160,49 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3190
3160
|
||exbtengineers.com/o/$all,to=~orange.fr
|
|
3191
3161
|
||servicemailorange25.wixsite.com^$all,to=~orange.fr
|
|
3192
3162
|
||assistancesosh.wixsite.com^$all,to=~orange.fr
|
|
3193
|
-
/or/.espace-.client/(;authentication.htm^$doc,
|
|
3194
|
-
||tw1.ru/Orange/$doc,
|
|
3163
|
+
/or/.espace-.client/(;authentication.htm^$doc,to=~orange.fr
|
|
3164
|
+
||tw1.ru/Orange/$doc,to=~orange.fr
|
|
3165
|
+
||messagerie*.godaddysites.com^$doc
|
|
3166
|
+
||messagerie*.wixsite.com^$doc
|
|
3167
|
+
||messagerie*.yolasite.com^$doc
|
|
3168
|
+
||dailycontestportal.com/*/orange-reward-survey-1/$doc,to=~orange.fr
|
|
3195
3169
|
! amazon
|
|
3196
3170
|
||amazon-*.shop^$doc
|
|
3197
3171
|
||amazon-shopping.shop^$all
|
|
3198
3172
|
||amazonl3.com^$all
|
|
3199
3173
|
||tepoty.com^$all
|
|
3200
3174
|
||daroznel.com^$all
|
|
3175
|
+
||amazon8898.com^$all
|
|
3176
|
+
||dalabuso.com^$all
|
|
3177
|
+
||mm39sg6.top^$all
|
|
3178
|
+
||dalazeey.com^$all
|
|
3179
|
+
||gimkax.com^$all
|
|
3180
|
+
||dalobatter.com^$all
|
|
3181
|
+
||skae3299.top^$all
|
|
3201
3182
|
||ecommrce-web-amazon.netlify.app^$all
|
|
3202
3183
|
||etisalat-amazonprime.com^$all,to=~etisalat.ae
|
|
3203
|
-
||shop73.online^$all
|
|
3204
|
-
||syae3289.top^$all
|
|
3205
3184
|
||mybluehost.me/wp-admin/amz/$doc
|
|
3185
|
+
||mytemp.website/amazon-prime-video-com-br/$doc
|
|
3186
|
+
||adswip.com^$all
|
|
3187
|
+
||amserva.com^$all
|
|
3188
|
+
||cs-portalintranet.com/pf/$doc
|
|
3189
|
+
||amazonway.co^$all
|
|
3206
3190
|
! ebay
|
|
3207
3191
|
||c.vn-ebayn.vip^$all
|
|
3208
3192
|
||vn-ebay.quxlpuj.cn^$all
|
|
3209
3193
|
||ebayasean.com^$all
|
|
3210
3194
|
||vilbuy.com^$all
|
|
3195
|
+
||ebay839.cc^$all
|
|
3196
|
+
||epayu.cc^$all
|
|
3197
|
+
||svipeebay.com^$all
|
|
3198
|
+
||ebaymerchant.shop^$all
|
|
3199
|
+
||ebayonstores.com^$all
|
|
3200
|
+
||shop-line.vip^$all
|
|
3201
|
+
||939l.xyz^$all
|
|
3202
|
+
||bebayb.cc^$all
|
|
3203
|
+
/^https:\/\/(?:seller\.)?ebay-[a-z]{8,15}\.com\//$doc,to=com
|
|
3211
3204
|
||ebay-european.com^$all
|
|
3212
|
-
||
|
|
3205
|
+
||ebay-shopprogj.com^$all
|
|
3213
3206
|
||51eabay.com^$all
|
|
3214
3207
|
||135buy.com^$all
|
|
3215
3208
|
||ebaydw.^$all,to=ebaydw.cc|ebaydw.com
|
|
@@ -3218,7 +3211,9 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3218
3211
|
||hologramid.cn^$all,to=~alibaba.com
|
|
3219
3212
|
||alibaba-shopvip.com^$all,to=~alibaba.com
|
|
3220
3213
|
||topmarifle.life^$all,to=~alibaba.com
|
|
3214
|
+
||jybelinda.com^$all,to=~alibaba.com
|
|
3221
3215
|
||shopvip-alibaba.com^$all,to=~alibaba.com
|
|
3216
|
+
||vetsinthecity.me/*/Alibaba/$doc,to=~alibaba.com
|
|
3222
3217
|
! AT&T
|
|
3223
3218
|
||wixsite.com/att-support/$doc
|
|
3224
3219
|
||diwapa3051.wixsite.com^$all
|
|
@@ -3227,11 +3222,15 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3227
3222
|
||loginaccount6.wixsite.com^$all
|
|
3228
3223
|
||ruthah9.wixsite.com^$all
|
|
3229
3224
|
||iirrrrrrii.wixsite.com^$all
|
|
3225
|
+
||attstsv.weebly.com^$all
|
|
3230
3226
|
||ewueuweudsjdjsdjjd.weeblysite.com^$all
|
|
3231
3227
|
||maiil-myatt.weeblysite.com^$all
|
|
3232
3228
|
||rtm-att.directly.com^$all
|
|
3229
|
+
||attxsdasdasmail.yolasite.com^$all
|
|
3230
|
+
||attvip.mx^$all
|
|
3233
3231
|
||keepo.io/KJOUYHUBU799BH/$all
|
|
3234
3232
|
||keepo.io/loginatt/$all
|
|
3233
|
+
||keepo.io/mailaccountverifier/$all
|
|
3235
3234
|
||dlhessell.wixsite.com/att-support/$all
|
|
3236
3235
|
||dones9.wixsite.com^$all
|
|
3237
3236
|
||alisongaudino992.wixsite.com^$all
|
|
@@ -3242,30 +3241,50 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3242
3241
|
! BT
|
|
3243
3242
|
||homelogginbbt.weebly.com^$all,to=~bt.com
|
|
3244
3243
|
||boardband.univer.se^$all,to=~bt.com
|
|
3244
|
+
||telegra.ph/British-Telecommunication-08-22^$all,to=~bt.com
|
|
3245
|
+
||telegra.ph/BT-Business-Communications-$all,to=~bt.com
|
|
3245
3246
|
! gov phishing site
|
|
3246
3247
|
||thanhtrapcrt.online^$all,to=~thanhtra.gov.vn
|
|
3248
|
+
||pttgov*.top^$doc,to=top|~ptt.gov.tr
|
|
3249
|
+
||irstaxrefunds.$doc,to=~irs.gov
|
|
3250
|
+
! gov.au
|
|
3247
3251
|
||seeproc.com.br^$all,to=~my.gov.au
|
|
3248
|
-
|
|
3249
|
-
||
|
|
3252
|
+
||homeinboxlogin.com^$all,to=~my.gov.au
|
|
3253
|
+
||notice-ausreport.com^$all,to=~my.gov.au
|
|
3250
3254
|
! gov.uk
|
|
3251
3255
|
||liveflo.qxlva.io^$all,to=~gov.uk
|
|
3256
|
+
||student-finance-auth.firebaseapp.com^$all,to=~gov.uk
|
|
3257
|
+
||casadosvidrosmt.com.br/wp-admin/csii/$all,to=~gov.uk
|
|
3252
3258
|
||smartaromas.com/income-individual_service_tax-gg-check-hm/$all,to=~gov.uk
|
|
3259
|
+
||insolvency-development.co.uk^$all,to=~gov.uk
|
|
3253
3260
|
! gouv.fr
|
|
3254
|
-
||mybluehost.me/*/impo/$doc,
|
|
3255
|
-
||
|
|
3256
|
-
||
|
|
3257
|
-
|
|
3258
|
-
||
|
|
3259
|
-
||
|
|
3260
|
-
||mybluehost.me
|
|
3261
|
-
||
|
|
3261
|
+
||mybluehost.me/*/impo/$doc,to=~impots.gouv.fr
|
|
3262
|
+
||isz.bqv.mybluehost.me^$doc,to=~impots.gouv.fr
|
|
3263
|
+
||mybluehost.me/wp-content/12/*.php^$doc,to=~amendes.gouv.fr
|
|
3264
|
+
||mybluehost.me/*/amendes.org/$doc,to=~amendes.gouv.fr
|
|
3265
|
+
||amz.boy.mybluehost.me^$doc,to=~amendes.gouv.fr
|
|
3266
|
+
||vmb.wvs.mybluehost.me^$doc,to=~amendes.gouv.fr
|
|
3267
|
+
||mybluehost.me/*/amendes2024org/$doc,to=~amendes.gouv.fr
|
|
3268
|
+
||kby.oqp.mybluehost.me^$doc,to=~amendes.gouv.fr
|
|
3269
|
+
||wcomhost.com/amendes-gouv/$doc,to=~amendes.gouv.fr
|
|
3270
|
+
||wcomhost.com/impots-gouv/$doc,to=~impots.gouv.fr
|
|
3271
|
+
||impotsgouv.*.wcomhost.com^$doc,to=~impots.gouv.fr
|
|
3272
|
+
/am/*.php^$doc,to=arubabusiness.it|mybluehost.me|wcomhost.com|~amendes.gouv.fr
|
|
3273
|
+
||h567268.linp*.arubabusiness.it^$doc,to=~amendes.gouv.fr
|
|
3274
|
+
||fi/a/Amendes/*.php^$doc,to=fi|~amendes.gouv.fr
|
|
3275
|
+
||fi/part/Amendes/*.php^$doc,to=fi|~amendes.gouv.fr
|
|
3276
|
+
||odeal.fi/fr/AMA/*.php^$doc,to=~amendes.gouv.fr
|
|
3277
|
+
||odeal.fi/amndes/*.php^$doc,to=~amendes.gouv.fr
|
|
3262
3278
|
||askozvar.sk/*/amendesgouv/$all,to=~amendes.gouv.fr
|
|
3279
|
+
/12/infospage.php^$doc,to=~amendes.gouv.fr
|
|
3280
|
+
/12/paiement.php^$doc,to=~amendes.gouv.fr
|
|
3281
|
+
/12/3dsece.php^$doc,to=~amendes.gouv.fr
|
|
3282
|
+
/12/3dsec.php^$doc,to=~amendes.gouv.fr
|
|
3263
3283
|
! bank
|
|
3264
|
-
||chamsocthekhachhang-$doc,
|
|
3284
|
+
||chamsocthekhachhang-$doc,to=~edu|~gov|~edu.vn|~gov.vn
|
|
3265
3285
|
||sotuyenvcb.vietcombanker.com^$all,to=~vietcombank.com.vn
|
|
3266
3286
|
||vdbank.com.vn^$all,to=~vdb.gov.vn
|
|
3267
3287
|
||conveyancingportal.com^$all
|
|
3268
|
-
||tinchapshinhan.online^$all,to=~shinhan.com.vn
|
|
3269
3288
|
||canhantpb.com^$all,to=~tpb.vn
|
|
3270
3289
|
||mbdk99.com^$all,to=~mbbank.com.vn
|
|
3271
3290
|
||bmoreferral.com^$all,to=~bmo.com
|
|
@@ -3277,65 +3296,119 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3277
3296
|
||spareb1.com^$all,to=~sparebank1.no
|
|
3278
3297
|
||amigosdelasfinanzas.com^$all,to=~bancocajasocial.com
|
|
3279
3298
|
||e-cmv.ph^$all,to=~grupobancolombia.com
|
|
3280
|
-
||recompensaszurichsantander.com.mx^$all
|
|
3281
|
-
||upsdelivery-nl.com^$all,to=~bancosantander.es
|
|
3282
|
-
||santander.cf.sandbox.motrada.ch^$all,to=~santanderbank.com|~santander.co.uk
|
|
3283
3299
|
||anz.brandkit.io^$all,to=~anz.co.nz
|
|
3284
|
-
|
|
3285
|
-
||
|
|
3286
|
-
||
|
|
3287
|
-
||
|
|
3288
|
-
|
|
3300
|
+
||baovietin.top^$all,to=~baoviet.com.vn
|
|
3301
|
+
||pncexc.com^$all,to=~pnc.com
|
|
3302
|
+
||moonlightproshop.com^$all,to=~volksbank.at
|
|
3303
|
+
||nbtbank.architect-cert.fiservapps.com^$all,to=~nbtbank.com
|
|
3304
|
+
/^https:\/\/tpbank\.[-a-z0-9]{5,}\.[a-z]{3}(?:\.vn)?\//$doc,to=~edu|~gov|~gov.vn|~tpb.vn
|
|
3305
|
+
||mybluehost.me/service/*/nkl-log.php$doc,to=~nickel.eu
|
|
3289
3306
|
||turkiyecumhuriyetiziraatbankasi.com^$all,to=~ziraatbank.com.tr
|
|
3290
|
-
||c1.is/BRI/$doc,domain=~bri.co.id
|
|
3291
3307
|
||ewp.live/*/pages/region.php^$doc
|
|
3292
|
-
||glitch.me/*/nationwide^$doc,
|
|
3293
|
-
||mybluehost.me/ameli/$doc,
|
|
3294
|
-
/28kxhS^$doc,
|
|
3295
|
-
||xyz/akbank/$doc,
|
|
3296
|
-
||artecafe.eu/html/postde/pst/$all,to=~postbank.de
|
|
3308
|
+
||glitch.me/*/nationwide^$doc,to=~nationwide.co.uk
|
|
3309
|
+
||mybluehost.me/ameli/$doc,to=~ameli.fr
|
|
3310
|
+
/28kxhS^$doc,to=online|shop|top|~sberbank.ru
|
|
3311
|
+
||xyz/akbank/$doc,to=xyz|~akbank.com
|
|
3297
3312
|
/views/choice/*/start.php^$doc
|
|
3313
|
+
||sparkasse-oberhessen.info^$all,to=~sparkasse.de
|
|
3314
|
+
||skylarkspb.ru/raiffeisentwint/$all,to=~raiffeisen.ch
|
|
3315
|
+
||hclsoftware.cloud/*/tdbanknotes^$all,to=~td.com
|
|
3316
|
+
/wp-content/ntww/natwest3/*.php^$doc,to=~natwest.com
|
|
3317
|
+
^novobanco.pt-canais-digital/$doc,to=~novobanco.pt
|
|
3318
|
+
^novobanco.pt-canais-digital-$doc,to=~novobanco.pt
|
|
3319
|
+
||codeanyapp.com/Particuliers/$doc,to=~particuliers.sg.fr
|
|
3320
|
+
||espace-documents-authsec-appmovil.codeanyapp.com^$doc,to=~particuliers.sg.fr
|
|
3321
|
+
||ingresocancelacion.wixsite.com^$all,to=~bb.com.mx
|
|
3322
|
+
||wixsite.com/foliobanbajio$doc,to=~bb.com.mx
|
|
3323
|
+
||shahidulislamaurko.com^$all,to=~vr.de
|
|
3324
|
+
! bbva
|
|
3325
|
+
||bbvaar.zeabur.app^$all,to=~bbva.com
|
|
3326
|
+
||programajourney.com^$all,to=~bbva.pt
|
|
3327
|
+
! targobank
|
|
3328
|
+
||targobank-kontowechselservice.de^$all,to=~targobank.de
|
|
3329
|
+
||mybluehost.me/meke/cc/clients/$doc,to=~targobank.de
|
|
3330
|
+
! bancodevenezuela.com
|
|
3331
|
+
||bdvenlinea*.pages.dev^$doc,to=~bancodevenezuela.com
|
|
3332
|
+
||bdvenlineaconfirmate.pages.dev^$all,to=~bancodevenezuela.com
|
|
3333
|
+
||bdvenlinea-banvenez-beram.pages.dev^$all,to=~bancodevenezuela.com
|
|
3334
|
+
! shinhan
|
|
3335
|
+
||tinchapshinhan.online^$all,to=~shinhan.com.vn
|
|
3336
|
+
||sites.google.com/view/shinhan-fiinance/^$all,to=~shinhan.com.vn
|
|
3337
|
+
! americanexpress
|
|
3338
|
+
||americanexpressempresas.com^$all,to=~americanexpress.com
|
|
3339
|
+
||r2.dev/blobamexbsatt.html^$doc,to=~americanexpress.com
|
|
3340
|
+
||amxprd.com^$doc,to=~americanexpress.com
|
|
3341
|
+
! santander
|
|
3342
|
+
||recompensaszurichsantander.com.mx^$all
|
|
3343
|
+
||santander.cf.sandbox.motrada.ch^$all,to=~santanderbank.com|~santander.co.uk
|
|
3344
|
+
||bancot.site.tb-hosting.com^$all,to=~santander.es
|
|
3298
3345
|
! DHL
|
|
3299
|
-
||dhl.*.potabox.com^$doc,
|
|
3346
|
+
||dhl.*.potabox.com^$doc,to=~dhl.com
|
|
3300
3347
|
||dhl-event.app^$all,to=~dhl.com
|
|
3301
3348
|
||dhexpress.weebly.com^$all,to=~dhl.com
|
|
3302
3349
|
||delivery.attempt.failure.ebbs.co.za^$all,to=~dhl.com
|
|
3303
|
-
||
|
|
3350
|
+
||deliverytodayrequest.com^$all,to=~dhl.com
|
|
3351
|
+
||ltlweight.trgr.me^$all,to=~dhl.com
|
|
3352
|
+
||dhlproductosyservicios.com^$all,to=~dhl.com
|
|
3353
|
+
||dhlguestmanagement.com^$all,to=~dhl.com
|
|
3304
3354
|
||sites.google.com/view/expressdhl^$all,to=~dhl.com
|
|
3305
3355
|
||xn--d1aqfkf.xn--p1ai/bitrix/.../GlobalSources/$all,to=~dhl.com
|
|
3306
3356
|
||app.farmaciadelmonestironline.com/SER/dnkdl/$all,to=~dhl.com
|
|
3307
|
-
||
|
|
3357
|
+
||cricketbettingpro.com/home.html/autoload.html^$all,to=~dhl.com
|
|
3308
3358
|
||leatherqueen.shop^$all
|
|
3309
3359
|
||dhl-express-ppd.infanion.com^$all,to=~dhl.com
|
|
3310
|
-
||elementor.cloud/*/ENGHUY645/$doc,
|
|
3311
|
-
||mybluehost.me/*/phpmailer/src/dh/$doc,
|
|
3360
|
+
||elementor.cloud/*/ENGHUY645/$doc,to=~dhl.com
|
|
3361
|
+
||mybluehost.me/*/phpmailer/src/dh/$doc,to=~dhl.com
|
|
3362
|
+
||mtm.rnz.mybluehost.me^$doc,to=~dhl.com
|
|
3363
|
+
||mpinsureit.com^$doc,to=~dhl.com
|
|
3364
|
+
||goldsystem.com.br/amds/css/secure/dhlFR^$doc,to=~dhl.com
|
|
3365
|
+
||elementor.cloud/*/ESDHL/$doc,to=~dhl.com
|
|
3366
|
+
/tracking/fV5EjH/*.php^$doc,to=~dhl.com
|
|
3367
|
+
||delivery-globaldhlauth.github.io^$all,to=~dhl.com
|
|
3368
|
+
||github.io/samedaydelivery/$doc,to=~dhl.com
|
|
3312
3369
|
! whatsapp
|
|
3313
3370
|
||ann.tess1.top^$all
|
|
3371
|
+
||whats.met-esm.top^$all
|
|
3372
|
+
||firavave.club^$all
|
|
3314
3373
|
||play.funfourmob.com^$all
|
|
3374
|
+
||fevertime.com/wasop/$all
|
|
3315
3375
|
! instagram
|
|
3316
|
-
||
|
|
3376
|
+
||instogromv.com^$all
|
|
3377
|
+
||fr-instagram.com^$all
|
|
3378
|
+
||igleak.info^$all
|
|
3317
3379
|
! facebook
|
|
3380
|
+
||slimhealth.us^$all
|
|
3318
3381
|
||mait.inhhome.top^$all
|
|
3319
|
-
|
|
3382
|
+
||mail.pages.exchange-midasbuy.com^$all
|
|
3383
|
+
||easy-way-system.sbs^$all
|
|
3384
|
+
! /^https:\/\/[vw]ww-[a-z]?facebook[a-z]?([.-]com)?\.vn\//$doc,to=vn
|
|
3320
3385
|
||notificationbyfacebook.$doc
|
|
3321
3386
|
||notificationbyfacebook.firebaseapp.com^$all
|
|
3322
3387
|
||notificationbyfacebook.web.app^$all
|
|
3323
3388
|
||business-facebook-*.pages.dev^$all
|
|
3324
3389
|
||unusualaccountcnfrmpages.github.io^$all
|
|
3325
|
-
||
|
|
3390
|
+
||ads-verification-for-pay.vercel.app^$all
|
|
3391
|
+
||business-manange.com^$all
|
|
3392
|
+
||lucky-gift-ph24new.online^$all
|
|
3326
3393
|
||facebook-guidelines.com^$all
|
|
3394
|
+
||meta-accessibility.io.vn^$all
|
|
3395
|
+
||mfacebook-com.vn^$all
|
|
3327
3396
|
||www-mfacebook.$doc
|
|
3328
3397
|
||www-facebooks.$doc
|
|
3329
3398
|
||www-facebook-$doc
|
|
3330
3399
|
||www-facebook.$doc
|
|
3331
3400
|
||vww-facebook.$doc
|
|
3332
|
-
||www-mfacebook.vn^$all
|
|
3333
3401
|
||www-facebook-com.vn^$all
|
|
3334
3402
|
||vww-facebook.com.vn^$all
|
|
3335
3403
|
||www-facebooks.com.vn^$all
|
|
3336
|
-
||
|
|
3404
|
+
||faceb00k.com.vn^$all
|
|
3337
3405
|
||facebooks-com.vn^$all
|
|
3338
3406
|
||mobile-facebook.com.vn^$all
|
|
3407
|
+
||m-facebookk.com.vn^$all
|
|
3408
|
+
||mfacebook.net.vn^$all
|
|
3409
|
+
||mfacebookk.com.vn^$all
|
|
3410
|
+
||fakeserhelpsreivew-facesonseriengoies-16839.io.vn^$all
|
|
3411
|
+
||fakeserhelpsreivew-$doc
|
|
3339
3412
|
||ifbsmetaiidentiityconfirms.com^$all
|
|
3340
3413
|
||ad-activity-center.com^$all
|
|
3341
3414
|
||govern-assessment-validation-*.vercel.app^$all
|
|
@@ -3352,12 +3425,28 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3352
3425
|
||transparency-business.com^$all
|
|
3353
3426
|
||http://marketplace-item-details-*.zya.me^$all
|
|
3354
3427
|
||mediacontrolcenters.com^$all
|
|
3355
|
-
|
|
3356
|
-
|
|
3428
|
+
||supportcreatorportal.com^$all
|
|
3429
|
+
||info-meta-noreply.com^$all
|
|
3430
|
+
/^https:\/\/business\.[a-z]+confii?rm\.com\/meta-community-standard\d{14,15}[^\d]?/$doc,match-case,to=com|~facebook.com
|
|
3431
|
+
/^https:\/\/business-component\.[a-z]+(-[a-z]+){2}\.com\//$doc,to=com|~facebook.com
|
|
3432
|
+
/\.(?:click|pages\.dev|surge\.sh)\/help\/contact\/\d{14,19}\b/$doc,match-case,to=click|pages.dev|surge.sh|~facebook.com
|
|
3357
3433
|
||business-help-temp-$doc
|
|
3358
|
-
/\.
|
|
3434
|
+
/\.workers\.dev\/help\/\d{14,19}\b/$doc,to=workers.dev|~facebook.com
|
|
3435
|
+
||royal-glade-286f.kdsj.workers.dev^$doc
|
|
3436
|
+
/\.(?:boats|cfd)\/contract\/\d{14,19}\b/$doc,match-case,to=boats|cfd|~facebook.com
|
|
3359
3437
|
||business-center-$doc
|
|
3360
|
-
||
|
|
3438
|
+
||meta.com-case*.com/help/contact/$doc
|
|
3439
|
+
||amarmehandiart.in/metaen/$all
|
|
3440
|
+
||helps-center-page-number-$doc
|
|
3441
|
+
||support-16.ubpages.com^$all
|
|
3442
|
+
/\.(?:pages\.dev|vercel\.app)\/appeal_case_id\b/$doc,to=pages.dev|vercel.app
|
|
3443
|
+
/^https:\/\/(?:appeal|contact|page)\.[a-z]{15,}\.com\/appeal_case_id\b/$doc,to=com|~facebook.com
|
|
3444
|
+
||akuanakmamah.de^$doc,to=~facebook.com
|
|
3445
|
+
||kraftonmidas.com^$doc,to=~facebook.com
|
|
3446
|
+
||abc-ckd.com/facebook/$all
|
|
3447
|
+
||xyzxyz55.xyz^$all
|
|
3448
|
+
||thepatrones.blob.core.windows.net^$all
|
|
3449
|
+
||vercel.app/americaplata.com.html^$doc
|
|
3361
3450
|
! shopping sites
|
|
3362
3451
|
/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
|
|
3363
3452
|
/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
|
|
@@ -3365,8 +3454,8 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3365
3454
|
||lazada.bbc6666.com^$all
|
|
3366
3455
|
||tuyendungtiki2024.vn^$all,to=~tiki.vn
|
|
3367
3456
|
! shopee
|
|
3368
|
-
|
|
3369
|
-
|
|
3457
|
+
||shopeas.cc^$all
|
|
3458
|
+
/^https:\/\/sp\d{2,3}88(?:vn)?\.com\//$doc,to=com|~shopee.vn
|
|
3370
3459
|
||virtualnoticiasaqui.com^$all
|
|
3371
3460
|
! sendo
|
|
3372
3461
|
||vnsendo.*^$all,to=info|shop|vip|~sendo.vn
|
|
@@ -3375,6 +3464,7 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3375
3464
|
||trungtam-dienmayxanh.com^$all,to=~dienmayxanh.com
|
|
3376
3465
|
! steam
|
|
3377
3466
|
||steamproxy.*^$all,to=steamproxy.cc|steamproxy.net|steamproxy.vip
|
|
3467
|
+
||sp.zhabite.com^$all
|
|
3378
3468
|
||sp.aircsgo.com^$all
|
|
3379
3469
|
||st.aircsgo.com^$all
|
|
3380
3470
|
||steamfiller.ru^$all
|
|
@@ -3383,80 +3473,82 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3383
3473
|
||steamxiazai.cn^$all
|
|
3384
3474
|
||s.team-pn.com^$all
|
|
3385
3475
|
||steam.zssjsq.com^$all
|
|
3476
|
+
||steamtopup.ru^$all
|
|
3386
3477
|
||steamcommunitylog.chez.com^$all
|
|
3387
3478
|
||steam.workshop*.com^$doc
|
|
3388
|
-
|
|
3389
|
-
/^https:\/\/
|
|
3390
|
-
/^https:\/\/steam\.(?:community)?workshop-?[a-z]+\.com\//$doc,domain=com|~steamcommunity.com
|
|
3391
|
-
!#endif
|
|
3479
|
+
/^https:\/\/stea[a-z]{1,4}o[mn][a-z]{4,7}y[a-z]?\.com\//$doc,to=com|~steamcommunity.com
|
|
3480
|
+
/^https:\/\/steam\.(?:community)?workshop-?[a-z]+\.com\//$doc,to=com|~steamcommunity.com
|
|
3392
3481
|
||steam.communityart-work.com^$all
|
|
3393
3482
|
||stearnccommunity.com^$all
|
|
3394
3483
|
||steamcomuniry.com^$all
|
|
3395
3484
|
||steamcommunlyt.com^$all
|
|
3396
3485
|
||steemcommuntiy.com^$all
|
|
3486
|
+
||stemcommunty.com^$all
|
|
3487
|
+
||staemcommunnitty.com^$all
|
|
3488
|
+
||staemcommunnitty.com^$all
|
|
3489
|
+
||staemcommunnity.com^$all
|
|
3397
3490
|
||workshop-users.com^$all
|
|
3398
|
-
||st-friends.com^$all
|
|
3399
|
-
||st-invite.com^$all
|
|
3400
3491
|
||cn-steam.com^$all
|
|
3401
|
-
|
|
3402
|
-
||com/p/jcod-ppsr/huasdirjdo^$doc,domain=~steamcommunity.com
|
|
3403
|
-
!#endif
|
|
3404
|
-
! game sites
|
|
3405
|
-
||battlegrounds-bgmi-reward.events-games.com^$all
|
|
3492
|
+
||com/p/jcod-ppsr/huasdirjdo^$doc,to=~steamcommunity.com
|
|
3406
3493
|
! garena
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
/^https:\/\/(?:www\.)?(?:ff[-.])?member[-.]gare[a-z]+a(?:\.pro)?\.vn\//$doc,domain=vn|~garena.vn
|
|
3410
|
-
/^https:\/\/(?:www\.)?(?:ff[-.])?men?mber[-.]garena\.vn\//$doc,domain=vn|~garena.vn
|
|
3494
|
+
/^https:\/\/(?:www\.)?(?:ff[-.])?member[-.]gare[a-z]+a(?:\.pro)?\.vn\//$doc,to=vn|~garena.vn
|
|
3495
|
+
/^https:\/\/(?:www\.)?(?:ff[-.])?men?mber[-.]garena\.vn\//$doc,to=vn|~garena.vn
|
|
3411
3496
|
||xn--npth-5q5a1g.vn^$all,to=~napthe.vn
|
|
3412
3497
|
||garerna.vn^$all,to=~garena.vn
|
|
3413
3498
|
||gareza.vn^$all,to=~garena.vn
|
|
3414
|
-
||garena.pro.vn^$all,to=~garena.vn
|
|
3415
3499
|
||ff-menmber-garena.vn^$all,to=~garena.vn
|
|
3500
|
+
||gasenna.id.vn^$all,to=~garena.vn
|
|
3501
|
+
||garenaa.id.vn^$all,to=~garena.vn
|
|
3416
3502
|
||gaerana.io.vn^$all,to=~garena.vn
|
|
3503
|
+
||gasenna.io.vn^$all,to=~garena.vn
|
|
3417
3504
|
||gareana.vn^$all,to=~garena.vn
|
|
3418
3505
|
||doivangfreefiregarena.io.vn^$all,to=~garena.vn
|
|
3419
|
-
||
|
|
3420
|
-
||
|
|
3506
|
+
||garenae.vn^$all,to=~garena.vn
|
|
3507
|
+
||garenaea.vn^$all,to=~garena.vn
|
|
3508
|
+
||garecna.vn^$all,to=~garena.vn
|
|
3509
|
+
! mobilelegends
|
|
3510
|
+
||mobilelegendsmycode.com^$all
|
|
3511
|
+
||weysg.com.tr^$doc
|
|
3421
3512
|
! pubg
|
|
3422
3513
|
||pubg-arena.top^$all
|
|
3423
3514
|
||register-turnamen.free.nf^$all
|
|
3424
3515
|
||pubgm-zing-vn.com^$all
|
|
3425
3516
|
||sukien-pubg.io.vn^$all
|
|
3426
3517
|
||napthepubg.mobi^$all
|
|
3427
|
-
/volt/*?nox=$doc,
|
|
3428
|
-
|
|
3429
|
-
||
|
|
3430
|
-
||eventdmkuning.brenn.biz.id^$all
|
|
3518
|
+
/volt/*?nox=$doc,to=ai|com
|
|
3519
|
+
||kraftonevent.com^$all
|
|
3520
|
+
||pubgxbest.com^$all
|
|
3431
3521
|
! google
|
|
3432
|
-
||bxzxenzidrmrksu.jiongcao.cn^$all
|
|
3433
3522
|
||google-stare.com^$all
|
|
3434
|
-
||confirmktk.com^$all
|
|
3435
3523
|
||datahub.center^$all
|
|
3436
3524
|
||channelhub.info^$all
|
|
3437
3525
|
! microsoft
|
|
3438
3526
|
||microsoft*.dfautomotive.de^$doc
|
|
3439
3527
|
||microsoft.dfautomotive.de^$all
|
|
3440
3528
|
||microsoft.account.dfautomotive.de^$all
|
|
3529
|
+
||activarhotmail.weebly.com^$all
|
|
3530
|
+
||hab-sharepoint.weebly.com^$all
|
|
3441
3531
|
||whfdny.org^$all
|
|
3442
|
-
||outlook-office.zapier.app^$all
|
|
3443
3532
|
||infos4.yolasite.com^$all
|
|
3444
|
-
||policija64.wixsite.com^$all
|
|
3445
|
-
||outlook20239.wixsite.com^$all
|
|
3446
3533
|
||microsoftupdate67.wixsite.com^$all
|
|
3447
3534
|
||exchange.add-solution.de^$all
|
|
3448
|
-
||activarhotmail.weebly.com^$all
|
|
3449
3535
|
||exceklcmicrosftprotection.pages.dev^$all
|
|
3450
|
-
||microsoft-datamaturity.noisehq.nl^$all
|
|
3451
3536
|
||graettingerlaw.com^$all
|
|
3452
|
-
||hab-sharepoint.weebly.com^$all
|
|
3453
|
-
||iamnew.powerappsportals.com^$all
|
|
3454
3537
|
||post.nationalrent.ru^$all
|
|
3455
3538
|
||gocolonial.local-user.com^$all
|
|
3456
3539
|
||skype-com.cn^$all
|
|
3540
|
+
||officesoftcn.com^$all
|
|
3541
|
+
||sishui.site^$all
|
|
3542
|
+
||athenasbaklava.com^$all
|
|
3543
|
+
||e-outlook-online.com^$all
|
|
3544
|
+
||serverdata.ch^$all
|
|
3545
|
+
||nilousplaypen.com^$all
|
|
3457
3546
|
||cashum.unam.mx/wp-content/backups-dup-pro/imports/index.htm$all
|
|
3458
3547
|
||od.atami.no/one_drive.html$all
|
|
3459
|
-
||
|
|
3548
|
+
||thermovitraffic.com.mx/SharepointFileProject/$all
|
|
3549
|
+
||cognitoforms.com/FiRe21/EmployeeTeammateQuarterNominationPeriodForMidyear^$all
|
|
3550
|
+
||pages.dev/smart89/$doc
|
|
3551
|
+
/^https:\/\/[a-f0-9]{58}\.pages\.dev\//$doc,to=pages.dev
|
|
3460
3552
|
||acir.postofficeweb.com/grupoacir/$all
|
|
3461
3553
|
||storageapi-new.fleek.co/*/yss/ind.html$all
|
|
3462
3554
|
||wwwservicemsnlive-*.hubspotpagebuilder.com^$all
|
|
@@ -3467,9 +3559,7 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3467
3559
|
||msnoauth*.com/office-$all
|
|
3468
3560
|
||sites.google.com/l0gin-microsoftwebonlne.app/$all
|
|
3469
3561
|
||monogonzalez.com^$all
|
|
3470
|
-
||athenasbaklava.com^$all
|
|
3471
3562
|
||mail.sorbeadindias.com^$all
|
|
3472
|
-
||pages.dev/smart89/$doc
|
|
3473
3563
|
||microsofthotmailsi1.wixsite.com^$all
|
|
3474
3564
|
||supplieradvisor.ciamlogin.com^$all
|
|
3475
3565
|
||e-messsage.com^$all
|
|
@@ -3477,35 +3567,72 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3477
3567
|
||ariabcon.com^$all
|
|
3478
3568
|
||vkcs.cloud/owa.html^$doc
|
|
3479
3569
|
||ocalam.com:8443/impact^$doc
|
|
3570
|
+
||indylatinawrds.com:8443/impact^$doc
|
|
3571
|
+
:8443/impact?impact=$doc
|
|
3572
|
+
||todordigital.co.uk^$all
|
|
3480
3573
|
||pub-*.r2.dev/owa.html^$doc
|
|
3574
|
+
||pub-*.r2.dev/onecode55.html^$doc
|
|
3575
|
+
||pub-*.r2.dev/OneDrive.html^$doc
|
|
3576
|
+
||enexdirecto.com^$all
|
|
3577
|
+
||ccefactoring.com.br/ziujhyhtrer/$doc
|
|
3578
|
+
/Message%20Centre/mc.php^$doc
|
|
3579
|
+
/\.com(\.[a-z]{2})?\/wp-includes\/images\/smilies\/images?\/smili?es\/[a-z]{25,35}\.html/$doc
|
|
3580
|
+
||mlcrosoftonline.com.eu-secured.com^$all
|
|
3581
|
+
||carrierzone.com/sharepoint/$doc
|
|
3582
|
+
||hr-systemmet.dk^$all
|
|
3583
|
+
||bertchou.com/wp-content/languages-old/config^$all
|
|
3584
|
+
/^https:\/\/[a-z]{14}\.azureedge\.net\/\d{4}j\b/$doc,to=azureedge.net
|
|
3585
|
+
||microsoft-notifcation.com^$all
|
|
3586
|
+
||eunssiatel.tech^$all
|
|
3587
|
+
/neteasyes/neteasyest/900^$doc
|
|
3588
|
+
/^https:\/\/[-a-z]{4,}\.dogfriendlytahoe\.com\//$doc,to=dogfriendlytahoe.com
|
|
3589
|
+
||email.hvviinc.com/owa/$all
|
|
3590
|
+
||docusine.com^$all
|
|
3591
|
+
||backblazeb2.com/securescriptindustriusfinanceprivate99.HTML^$doc
|
|
3592
|
+
||contoso-travel.com/login^$all
|
|
3593
|
+
||sitio-interno.com^$all
|
|
3594
|
+
||oortech.com/onedrive.-html^$doc
|
|
3595
|
+
||shockaholic.net/jgr/$all
|
|
3481
3596
|
! telegram
|
|
3482
3597
|
||telegramhcn.com^$all
|
|
3483
|
-
||web.telegram.data-bees.cn^$all
|
|
3484
3598
|
||newappmssg.ru^$all
|
|
3599
|
+
||brawllstars.ru^$all
|
|
3600
|
+
||telegremapp.me^$all
|
|
3601
|
+
||telegerasm.work^$all
|
|
3602
|
+
||telegeram.work^$all
|
|
3603
|
+
||webtelegram.eu.org^$all
|
|
3485
3604
|
||telegrambotsolution.pages.dev^$all
|
|
3486
|
-
/^https:\/\/www\.telegramk[a-z]\.com\//$
|
|
3605
|
+
/^https:\/\/www\.telegramk[a-z]\.com\//$doc,to=com|~telegram.org
|
|
3487
3606
|
||telegramkv.com^$all
|
|
3488
3607
|
||telegramkp.com^$all
|
|
3489
3608
|
||cdn-telegram.com^$all
|
|
3490
3609
|
||telegramkd.com^$all
|
|
3491
3610
|
||telegram-zhongwen.com^$all
|
|
3492
3611
|
||rr.nu^$doc
|
|
3612
|
+
/^https:\/\/ht[a-z]\d{2}\.vip\//$doc,to=vip
|
|
3493
3613
|
! usps
|
|
3494
3614
|
||uspsparcels.net^$all,to=~usps.com
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
.
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
||
|
|
3502
|
-
||mybluehost.me/
|
|
3503
|
-
||mybluehost.me/
|
|
3615
|
+
||freeusps.com^$all,to=~usps.com
|
|
3616
|
+
||netusps.com^$all,to=~usps.com
|
|
3617
|
+
||uspssmartpackagelockers.com^$all,to=~usps.com
|
|
3618
|
+
/^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
|
+
.top/pg?do=$doc,to=top
|
|
3621
|
+
||wrc-gh.org/redelivery$doc,to=~usps.com
|
|
3622
|
+
||mybluehost.me/2us/verification/$doc,to=~usps.com
|
|
3623
|
+
||mybluehost.me/uspshome/$doc,to=~usps.com
|
|
3624
|
+
||mybluehost.me/us/post/$doc,to=~usps.com
|
|
3625
|
+
||mybluehost.me/tracking-mail-delivery/$doc,to=~usps.com
|
|
3626
|
+
||mybluehost.me/*unitess/$doc,to=~usps.com
|
|
3627
|
+
||mybluehost.me/UNITEDSTATESPOSTAL/$doc,to=~usps.com
|
|
3628
|
+
||yah.ppl.mybluehost.me^$doc,to=~usps.com
|
|
3629
|
+
/^https:\/\/transporta[a-z]{8,9}pro\.top\/i\b/$doc,to=top|~usps.com
|
|
3630
|
+
||usps.*.top^$doc,to=top|~usps.com
|
|
3504
3631
|
! weebly/square phishing
|
|
3505
|
-
/^https:\/\/(?:[a-z0-9]{2,}-)+10\d{4}\.weeblysite\.com\//$doc,
|
|
3506
|
-
/^https:\/\/(?:[a-z0-9]{2,}-)+10\d{4}\.square\.site\//$doc,
|
|
3632
|
+
/^https:\/\/(?:[a-z0-9]{2,}-)+10\d{4}\.weeblysite\.com\//$doc,to=weeblysite.com
|
|
3633
|
+
/^https:\/\/(?:[a-z0-9]{2,}-)+10\d{4}\.square\.site\//$doc,to=square.site
|
|
3507
3634
|
! spotify
|
|
3508
|
-
/^https:\/\/[^.]+\.codeanyapp\.com\/wp-content\/.+\/spo[a-z]{2}i\//$doc,
|
|
3635
|
+
/^https:\/\/[^.]+\.codeanyapp\.com\/wp-content\/.+\/spo[a-z]{2}i\//$doc,to=codeanyapp.com
|
|
3509
3636
|
||codeanyapp.com/*/spotii/$all
|
|
3510
3637
|
||codeanyapp.com/*/spoofi/$all
|
|
3511
3638
|
||mybluehost.me/*/MitID/$doc
|
|
@@ -3513,75 +3640,177 @@ c0c9d.cmi.rj.gov.br,cambe.pr.gov.br##^responseheader(location)
|
|
|
3513
3640
|
||autolocksmithpro.com/spt/$all
|
|
3514
3641
|
||mybluehost.me/spot/Account/$doc
|
|
3515
3642
|
||mybluehost.me/dse/main/$doc
|
|
3643
|
+
||mybluehost.me/MUSIC/SPOTIFY24K/$doc
|
|
3644
|
+
||veratv-mtic.vera.com.uy/r/$doc
|
|
3516
3645
|
! swisspass
|
|
3646
|
+
||divinedownload.com^$all,to=~swisspass.ch
|
|
3517
3647
|
||swiss-passapp.web.app^$all,to=~swisspass.ch
|
|
3518
|
-
||mybluehost.me/CFF/$doc,
|
|
3519
|
-
||mybluehost.me/--/SBBCFF$doc,
|
|
3520
|
-
||mybluehost.me/SBB.CH/$doc,
|
|
3521
|
-
||mybluehost.me/*/swisspass/$doc,
|
|
3522
|
-
||mybluehost.me/Konto/SBB/$doc,
|
|
3523
|
-
||mybluehost.me/sbb-ch/$doc,
|
|
3524
|
-
||mybluehost.me/
|
|
3525
|
-
||mybluehost.me
|
|
3526
|
-
||mybluehost.me
|
|
3527
|
-
||
|
|
3528
|
-
||
|
|
3529
|
-
||
|
|
3530
|
-
||
|
|
3531
|
-
||
|
|
3648
|
+
||mybluehost.me/CFF/$doc,to=~swisspass.ch
|
|
3649
|
+
||mybluehost.me/--/SBBCFF$doc,to=~swisspass.ch
|
|
3650
|
+
||mybluehost.me/SBB.CH/$doc,to=~swisspass.ch
|
|
3651
|
+
||mybluehost.me/*/swisspass/$doc,to=~swisspass.ch
|
|
3652
|
+
||mybluehost.me/Konto/SBB/$doc,to=~swisspass.ch
|
|
3653
|
+
||mybluehost.me/sbb-ch/$doc,to=~swisspass.ch
|
|
3654
|
+
||mybluehost.me/SBB/$doc,to=~swisspass.ch
|
|
3655
|
+
||the.jxc.mybluehost.me^$doc,to=~swisspass.ch
|
|
3656
|
+
||mybluehost.me/pass/index/$doc,to=~swisspass.ch
|
|
3657
|
+
||mybluehost.me/seitech/$doc,to=~swisspass.ch
|
|
3658
|
+
||mybluehost.me/*/swpassfr/$doc,to=~swisspass.ch
|
|
3659
|
+
||mybluehost.me/*/CHFINAL/$doc,to=~swisspass.ch
|
|
3660
|
+
||acconsult.info/*/CHFINAL/$doc,to=~swisspass.ch
|
|
3661
|
+
||sviluppo.host/sbb-chf-id/$doc,to=~swisspass.ch
|
|
3662
|
+
||teamswisspassid.sviluppo.host^$all,to=~swisspass.ch
|
|
3663
|
+
||sviluppo.host/CHFINAL/$doc,to=~swisspass.ch
|
|
3664
|
+
||sviluppo.host/*/CHFINAL/$doc,to=~swisspass.ch
|
|
3665
|
+
||wcomhost.com/spass/$doc,to=~swisspass.ch
|
|
3666
|
+
||altitudesim.ca/*/CHFINAL/$doc,to=~swisspass.ch
|
|
3667
|
+
||codeanyapp.com/Swissp/$doc,to=~swisspass.ch
|
|
3668
|
+
||suissscomee-correo*.codeanyapp.com^$doc,to=~swisspass.ch
|
|
3669
|
+
||codeanyapp.com/Sus/*/sign.php^$doc,to=~swisspass.ch
|
|
3670
|
+
||manage-administrere-swisspass-*.codeanyapp.com^$doc,to=~swisspass.ch
|
|
3671
|
+
||romacsystems.com/*/CHFINAL/$doc,to=~swisspass.ch
|
|
3532
3672
|
! swisscom
|
|
3533
|
-
||secureserver.net/myswisscom$doc,
|
|
3534
|
-
||codeanyapp.com/Swiss_com/$doc,
|
|
3535
|
-
||codeanyapp.com/info/cc.php^$doc,
|
|
3536
|
-
||mybluehost.me/neww/$doc,
|
|
3537
|
-
||mybluehost.me/*/csom/$doc,
|
|
3538
|
-
||secureserver.net/ruckstantung907921/$doc,
|
|
3539
|
-
||sviluppo.host/df/pass.php^$doc,
|
|
3540
|
-
||mybluehost.me/sssssssssssssss/$doc,
|
|
3541
|
-
||mybluehost.me/comssss/$doc,
|
|
3673
|
+
||secureserver.net/myswisscom$doc,to=~swisscom.ch
|
|
3674
|
+
||codeanyapp.com/Swiss_com/$doc,to=~swisscom.ch
|
|
3675
|
+
||codeanyapp.com/info/cc.php^$doc,to=~swisscom.ch
|
|
3676
|
+
||mybluehost.me/neww/$doc,to=~swisscom.ch
|
|
3677
|
+
||mybluehost.me/*/csom/$doc,to=~swisscom.ch
|
|
3678
|
+
||secureserver.net/ruckstantung907921/$doc,to=~swisscom.ch
|
|
3679
|
+
||sviluppo.host/df/pass.php^$doc,to=~swisscom.ch
|
|
3680
|
+
||mybluehost.me/sssssssssssssss/$doc,to=~swisscom.ch
|
|
3681
|
+
||mybluehost.me/comssss/$doc,to=~swisscom.ch
|
|
3682
|
+
||mybluehost.me/swisscom-login/$doc,to=~swisscom.ch
|
|
3683
|
+
||mst.ail.mybluehost.me^$doc,to=~swisscom.ch
|
|
3684
|
+
||mybluehost.me/*/swisscom/$doc,to=~swisscom.ch
|
|
3542
3685
|
||codeanyapp.com/swiss-login/$doc
|
|
3543
3686
|
! swisspost
|
|
3544
3687
|
||swisspost.web.app^$all,to=~post.ch
|
|
3545
3688
|
! upc
|
|
3546
3689
|
||wcomhost.com/ch/upc/$all,to=~upc.ch
|
|
3547
|
-
||
|
|
3690
|
+
||mememoguls.vip^$doc,to=~mememoguls.com
|
|
3691
|
+
||cybroio.com^$doc,to=~cybro.io
|
|
3692
|
+
||spendabit-payment.xyz^$doc,to=~spendabit.co
|
|
3693
|
+
||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
|
+
||oeth-airdrop.com^$doc,to=~originprotocol.com
|
|
3697
|
+
||5ireclaims.org^$doc,to=~5ire.org
|
|
3698
|
+
||web-tonkeep.website^$doc,to=~tonkeeper.com
|
|
3699
|
+
||sparkflaretrustline.xyz^$doc,to=~flare.network
|
|
3700
|
+
||airdrop-checker-grass.com^$doc,to=~getgrass.io
|
|
3701
|
+
||paidnetwork-migration.com^$doc,to=~paidnetwork.com
|
|
3702
|
+
||app-maplerpc.online^$doc,to=~maple.finance
|
|
3703
|
+
||disneypinnacle.taffds.org^$doc,to=~disneypinnacle.com
|
|
3704
|
+
||stake-defisaver.com^$doc,to=~defisaver.com
|
|
3705
|
+
||base-dawgz.web.app^$doc,to=~basedawgz.com
|
|
3706
|
+
||migration-z1labs.com^$doc,to=~z1labs.ai
|
|
3707
|
+
||tomarket-rewards.vercel.app^$doc,to=~tomarket.ai
|
|
3708
|
+
||claim-etherfi.me^$doc,to=~ether.fi
|
|
3709
|
+
||trziostart.com^$all,to=~trezor.io
|
|
3710
|
+
||novastakingwallet.com^$doc,to=~novawallet.io
|
|
3711
|
+
||airdrop-carv.com^$doc,to=~carv.io
|
|
3712
|
+
||xei.claims^$doc,to=~xei.ai
|
|
3713
|
+
||kucoin0101.com^$all,to=~kucoin.com
|
|
3714
|
+
||airdrope.live^$doc,to=~ton.org
|
|
3715
|
+
||scroll-dapprader.com^$doc,to=~dappradar.com
|
|
3716
|
+
||routerprotocol-migrate.com^$doc,to=~routerprotocol.com
|
|
3717
|
+
||cookie-communtiy.com^$doc,to=~cookie.community
|
|
3718
|
+
||gaos.bio^$doc,to=~gao.bio
|
|
3719
|
+
||baseeddbrettt.com^$doc,to=~basedbrett.com
|
|
3720
|
+
||whitelist-memefi.com^$doc,to=~memefi.club
|
|
3721
|
+
||bnbfour.net^$doc,to=~bnbfour.meme
|
|
3722
|
+
||laeer3xyz.com^$doc,to=~layer3.xyz
|
|
3723
|
+
||cyberblast.info^$doc,to=~cyberblast.io
|
|
3724
|
+
||gz-gmy.com^$all,to=~paxos.com
|
|
3548
3725
|
||tokenpocket-com.cc^$all,to=~tokenpocket.pro
|
|
3549
|
-
||exodusrt.azurewebsites.net^$all,to=~exodus.com
|
|
3550
|
-
||ledgerwallive.com^$all,to=~ledger.com
|
|
3551
3726
|
||mantanetworkcn.com^$all,to=~manta.network
|
|
3552
|
-
||interface-git-parallel-cypress-uniswap.vercel.app^$doc,
|
|
3727
|
+
||interface-git-parallel-cypress-uniswap.vercel.app^$doc,to=~uniswap.org
|
|
3728
|
+
||mode-claim.xyz^$doc,to=~mode.network
|
|
3729
|
+
||claim-bool.com^$doc,to=~bool.network
|
|
3730
|
+
||secure---sso---robinhood---com-cdn.webflow.io^$doc,to=~robinhood.com
|
|
3731
|
+
||tronlink-walletextension.webflow.io^$all,to=~tronlink.org
|
|
3732
|
+
||tpro-airdrop.pages.dev^$doc,to=~tpro.network
|
|
3733
|
+
||claim-wienerdog.com^$doc,to=~wienerdog.ai
|
|
3734
|
+
||claimable-bankless.com^$all,to=~bankless.com
|
|
3735
|
+
||pepesunchained.net^$doc,to=~pepeunchained.com
|
|
3736
|
+
||pepecoinsuper-airdrop.pages.dev^$doc,to=~pepe20.vip
|
|
3737
|
+
||appmemekombatclaim.pages.dev^$doc,to=~memekombat.io
|
|
3738
|
+
||testmyaa.pages.dev^$doc,to=~earndrop.io
|
|
3739
|
+
||claimspaace.pages.dev^$doc,to=~lingocoin.io
|
|
3740
|
+
||blastairdropclaims.pages.dev^$doc,to=~blast.io
|
|
3741
|
+
||harambetok-eng.pages.dev^$doc,to=~harambetoken.ai
|
|
3742
|
+
||rarepepewtf.pages.dev^$doc,to=~rarepepes.com
|
|
3743
|
+
||miles-plume-network.pages.dev^$all,to=~plumenetwork.xyz
|
|
3744
|
+
||agentlayer-xyz.pages.dev^$doc,to=~agentlayer.xyz
|
|
3745
|
+
||pngvnreward.pages.dev^$doc,to=~pngvntoken.com
|
|
3746
|
+
||trava-dapps.pages.dev^$doc,to=~trava.finance
|
|
3553
3747
|
||web3mainnetdapp.pages.dev^$all
|
|
3554
3748
|
||web3connectfix.pages.dev^$all
|
|
3555
|
-
||clinitex.fr/META5KYC/$doc,
|
|
3749
|
+
||clinitex.fr/META5KYC/$doc,to=~metamask.io
|
|
3556
3750
|
||syncwallet.pages.dev^$all,to=~walletconnect.com
|
|
3557
3751
|
||azuki-*.vercel.app^$all,to=~azuki.com
|
|
3558
3752
|
||base-swap-frontend-*.vercel.app^$doc
|
|
3559
3753
|
||metamask*.webflow.io^$doc
|
|
3754
|
+
||final-claim.pages.dev^$doc
|
|
3755
|
+
||indiewears.com^$all
|
|
3756
|
+
||alienxchain*.pages.dev^$doc,to=~alienxchain.io
|
|
3757
|
+
||bfq.h100.top^$all,to=~bybit.com
|
|
3758
|
+
/index/index/*Trade/tradelist^$doc
|
|
3759
|
+
! sky.money
|
|
3760
|
+
||enlist-skymoney.com^$doc,to=~sky.money
|
|
3761
|
+
||reward-sky.money^$doc,to=~sky.money
|
|
3762
|
+
! binance
|
|
3763
|
+
||bnbc-onay-sayfasi-global.smtp-host.de^$all,to=~binance.com
|
|
3764
|
+
||dendreonlawsuit.com^$all,to=~binance.com
|
|
3765
|
+
! ledger.com
|
|
3766
|
+
||ledgerwallive.com^$all,to=~ledger.com
|
|
3767
|
+
||pub-*.r2.dev/ledge.html^$doc,to=~ledger.com
|
|
3768
|
+
! magamemecoin.com
|
|
3769
|
+
||trump-coin1.pages.dev^$doc,to=~magamemecoin.com
|
|
3770
|
+
||coin-trump.pages.dev^$doc,to=~magamemecoin.com
|
|
3771
|
+
! pinksale.finance
|
|
3772
|
+
||pinksales-pools.pages.dev^$doc,to=~pinksale.finance
|
|
3773
|
+
||pink-sales.pages.dev^$doc,to=~pinksale.finance
|
|
3774
|
+
||pink-sale.pages.dev^$doc,to=~pinksale.finance
|
|
3560
3775
|
! coinbase
|
|
3561
3776
|
||baseguardauth.net^$all,to=~coinbase.com
|
|
3777
|
+
||coinbase-yield.info^$all,to=~coinbase.com
|
|
3562
3778
|
||cbnotifser.top^$all,to=~coinbase.com
|
|
3563
|
-
||
|
|
3779
|
+
||coin-notif.top^$all,to=~coinbase.com
|
|
3780
|
+
||koinssendspro.top^$all,to=~coinbase.com
|
|
3781
|
+
||e-stata.ru/track/1/$all,to=~coinbase.com
|
|
3564
3782
|
! imtoken
|
|
3565
3783
|
||imtoken.org.cn^$all,to=~token.im
|
|
3566
3784
|
||imcosom.com^$all,to=~token.im
|
|
3567
3785
|
||tokenap.app^$all,to=~token.im
|
|
3568
3786
|
||tokenax.app^$all,to=~token.im
|
|
3569
|
-
|
|
3787
|
+
||imtoken-etc.com^$all,to=~token.im
|
|
3788
|
+
||scszdm.com^$all,to=~token.im
|
|
3789
|
+
app##center#yangchen > iframe#external-frame[src="https://im136.mom/"]:not([class])
|
|
3570
3790
|
! pancakeswap
|
|
3571
|
-
|
|
3572
|
-
||
|
|
3573
|
-
|
|
3574
|
-
||
|
|
3575
|
-
||
|
|
3791
|
+
||pancake.saaedal.com^$all,to=~pancakeswap.finance
|
|
3792
|
+
||pancak-e-swap.com^$all,to=~pancakeswap.finance
|
|
3793
|
+
/^https:\/\/pancake(?:dro|swa)pclick\d+\.vercel\.app\//$doc,to=vercel.app|~pancakeswap.finance
|
|
3794
|
+
||pancakeswap-*.vercel.app^$doc,to=~pancakeswap.finance
|
|
3795
|
+
||pancake-swap*.vercel.app^$doc,to=~pancakeswap.finance
|
|
3796
|
+
||pancake-nft*.vercel.app^$doc,to=~pancakeswap.finance
|
|
3797
|
+
||pancakeclaim-*.vercel.app^$doc,to=~pancakeswap.finance
|
|
3798
|
+
||pancake.run^$all,to=~pancakeswap.finance
|
|
3799
|
+
||pay8-2v-*-gmailcom.vercel.app^$all,to=~pancakeswap.finance
|
|
3576
3800
|
! openphish
|
|
3801
|
+
||vodafone-business.develop-a.website^$all,to=~vodafone.com
|
|
3577
3802
|
||air.bnb-id*.com^$all,to=~airbnb.com
|
|
3578
|
-
||pakket-bpost-be.web.app^$all,to=~bpost.be
|
|
3579
3803
|
||mmitalianbeef.square.site^$all,to=~mmitalianbeef.com
|
|
3580
3804
|
||bigbauer.com^$all,to=~gmx.com
|
|
3581
3805
|
||lkmw88.com^$all,to=~mercadolibre.com
|
|
3582
|
-
||seguro.serasaexperian.site^$all,to=~serasa.com.br
|
|
3583
3806
|
||vangphutai.com^$all,to=~vangphutai.vn
|
|
3584
|
-
||
|
|
3807
|
+
||autoscurt24.de^$all,to=~autoscout24.de
|
|
3808
|
+
||hk668.cc^$all,to=~yahoo.com
|
|
3809
|
+
||internal-checker.com^$all,to=~id.me
|
|
3810
|
+
||auth-llbc.elementfx.com^$all,to=~leboncoin.fr
|
|
3811
|
+
||dc.tensgpt.com^$all,to=~discord.com
|
|
3812
|
+
||correosprepago.bnext.es^$all,to=~prepago.correos.es
|
|
3813
|
+
||mol-finance.top^$all,to=~mol.co.jp
|
|
3585
3814
|
||beluxrepm.followme.fr/FolloWMe$all,to=~realestate.bnpparibas.com
|
|
3586
3815
|
||mybluehost.me/Cope346/$all
|
|
3587
3816
|
||tesakom.com/aa/index.html^$all,to=~ebestsec.co.kr
|
|
@@ -3590,21 +3819,44 @@ app##html > body[style]:not([class]):not([id]) > center#yangchen[style]:not([cla
|
|
|
3590
3819
|
||cursorltd.com^$doc
|
|
3591
3820
|
||cprapid.com^$doc
|
|
3592
3821
|
||utahpolicetraining.*.mybluehost.me^$all
|
|
3593
|
-
||mybluehost.me/*/choronopost/$doc,
|
|
3594
|
-
|
|
3595
|
-
/^https:\/\/([a-z]-){10,15}[a-z]\.(?:com|net|org)\.tr\//$doc,domain=com.tr|net.tr|org.tr
|
|
3822
|
+
||mybluehost.me/*/choronopost/$doc,to=~chronopost.fr
|
|
3823
|
+
/^https:\/\/([a-z]-){10,15}[a-z]\.(?:com|net|org)\.tr\//$doc,to=com.tr|net.tr|org.tr
|
|
3596
3824
|
/views/go/start.php^$doc
|
|
3597
|
-
/^https:\/\/pub-[a-f0-9]{32}\.r2\.dev/be[a0-9]\d{2,3}\.html\b/$doc,match-case,
|
|
3825
|
+
/^https:\/\/pub-[a-f0-9]{32}\.r2\.dev/be[a0-9]\d{2,3}\.html\b/$doc,match-case,to=r2.dev
|
|
3826
|
+
||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
|
+
||mybluehost.me/vcd/$doc
|
|
3830
|
+
||kvv.jxc.mybluehost.me^$doc
|
|
3831
|
+
||web-interface.eu^$doc,to=~kvk.nl
|
|
3832
|
+
||mybluehost.me/servizi/assistenza/$doc,to=~mooney.it
|
|
3833
|
+
||mybluehost.me/wise/number-account-$doc,to=~wise.com
|
|
3834
|
+
||smrturl.co/o/*/53458494^$doc
|
|
3835
|
+
||agripro-fr-*.com^$doc,to=~agriaffaires.com
|
|
3836
|
+
||notifyhubss.net^$doc
|
|
3837
|
+
||eboo-retablir-lu.com^$all,to=~eboo.lu
|
|
3838
|
+
||aolmaiillogin.blogspot.$doc,to=~mail.aol.com
|
|
3839
|
+
||afflatus.consulting/deutschepost/$all,to=~deutschepost.de
|
|
3598
3840
|
! docusign.com
|
|
3841
|
+
||signature-rho.vercel.app^$all,to=~docusign.com
|
|
3599
3842
|
||roycamining.com/pdeb/Untitled/$all,to=~docusign.com
|
|
3600
3843
|
||msoft_docusign_verification_secured-doc_office.zatrdg.com^$all,to=~docusign.com
|
|
3601
|
-
||
|
|
3602
|
-
||
|
|
3603
|
-
||pub-*.r2.dev/
|
|
3604
|
-
||pub-*.r2.dev/
|
|
3605
|
-
||pub-*.r2.dev/
|
|
3606
|
-
||pub-*.r2.dev/
|
|
3607
|
-
||pub-*.r2.dev/
|
|
3844
|
+
||f1nancier.com^$doc
|
|
3845
|
+
||myvalue365.com/calender/css/images/$doc,to=~docusign.com
|
|
3846
|
+
||pub-*.r2.dev/alt_type.html^$doc,to=~docusign.com
|
|
3847
|
+
||pub-*.r2.dev/auth_gen.html^$doc,to=~docusign.com
|
|
3848
|
+
||pub-*.r2.dev/auth_response.html^$doc,to=~docusign.com
|
|
3849
|
+
||pub-*.r2.dev/auth_start.html^$doc,to=~docusign.com
|
|
3850
|
+
||pub-*.r2.dev/DocuSign.html^$doc,to=~docusign.com
|
|
3851
|
+
||pub-*.r2.dev/doc_start.html^$doc,to=~docusign.com
|
|
3852
|
+
||pub-*.r2.dev/dse_sign.html^$doc,to=~docusign.com
|
|
3853
|
+
||pub-*.r2.dev/response_start.html^$doc,to=~docusign.com
|
|
3854
|
+
||pub-*.r2.dev/response_type.html^$doc,to=~docusign.com
|
|
3855
|
+
||pub-*.r2.dev/secure_response.html^$doc,to=~docusign.com
|
|
3856
|
+
||pub-*.r2.dev/traffic.html^$doc,to=~docusign.com
|
|
3857
|
+
||pub-*.r2.dev/utility_base.html^$doc,to=~docusign.com
|
|
3858
|
+
||pub-*.r2.dev/docuss_3456787654324567897865433456789.html^$doc,to=~docusign.com
|
|
3859
|
+
||vieclamlazada.vn^$all,to=~lazada.vn
|
|
3608
3860
|
||didongvietstore.com^$all,to=~didongviet.vn
|
|
3609
3861
|
||tin-dung-$doc
|
|
3610
3862
|
||khcn-tindung-$doc
|
|
@@ -3612,49 +3864,41 @@ app##html > body[style]:not([class]):not([id]) > center#yangchen[style]:not([cla
|
|
|
3612
3864
|
||khach-hang-the-$doc
|
|
3613
3865
|
||lazada.gg^$all
|
|
3614
3866
|
||chamsockhachhang-$doc
|
|
3615
|
-
! /^https:\/\/hdsaison-?[a-z]{2,}\.(?:cc|com|vip)\//$doc,
|
|
3616
|
-
/^https?:\/\/dienmayxanh[-a-z0-9]+\.com\//$doc,
|
|
3617
|
-
/^https:\/\/dich-vu(?:-[a-z0-9]+){2,3}\.com\//$doc,
|
|
3618
|
-
/^https:\/\/zla\d{3}\.top\//$doc,
|
|
3867
|
+
! /^https:\/\/hdsaison-?[a-z]{2,}\.(?:cc|com|vip)\//$doc,to=cc|com|vip|~hdsaison.com.vn
|
|
3868
|
+
/^https?:\/\/dienmayxanh[-a-z0-9]+\.com\//$doc,to=com|~dienmayxanh.com
|
|
3869
|
+
/^https:\/\/dich-vu(?:-[a-z0-9]+){2,3}\.com\//$doc,to=com
|
|
3870
|
+
/^https:\/\/zla\d{3}\.top\//$doc,to=top|~tiki.vn
|
|
3619
3871
|
||cskh-vib-$doc
|
|
3620
3872
|
||cskh-vib.$doc
|
|
3621
3873
|
||chamsockhachang-$doc
|
|
3622
3874
|
||chamsocthekhachang-$doc
|
|
3623
3875
|
||nang-cap-$doc
|
|
3624
|
-
||
|
|
3625
|
-
||
|
|
3626
|
-
||
|
|
3627
|
-
||
|
|
3876
|
+
||hdsaison-$doc,to=cc|vip|~hdsaison.com.vn
|
|
3877
|
+
||dichvucong.$doc,to=~gov.vn
|
|
3878
|
+
||tikimall.$doc,to=tikimall.*|~tiki.vn
|
|
3879
|
+
||shopeesmarket.com^$all,to=~shopee.vn
|
|
3628
3880
|
||taikhoanvps.com.vn^$all,to=~vps.com.vn
|
|
3629
3881
|
||motaikhoanchungkhoanvps.com^$all,to=~vps.com.vn
|
|
3630
3882
|
||zla963.top^$all,to=~tiki.vn
|
|
3631
3883
|
||zla653.top^$all,to=~tiki.vn
|
|
3632
3884
|
||tah0a.com^$all,to=~tiki.vn
|
|
3633
|
-
||shopeesmarket.com^$all,to=~shopee.vn
|
|
3634
3885
|
||dailyssshopee.com^$all,to=~shopee.vn
|
|
3635
3886
|
||clzl.pro^$all,to=~momo.vn
|
|
3636
3887
|
||tpbankvn.workplace.com^$all,to=~tpb.vn
|
|
3637
|
-
/^https:\/\/da\d{4}\.com\//$doc,
|
|
3638
|
-
/^https:\/\/tdk[det]0[0-9]\.com\//$doc,
|
|
3888
|
+
/^https:\/\/da\d{4}\.com\//$doc,to=com|~lazada.vn
|
|
3889
|
+
/^https:\/\/tdk[det]0[0-9]\.com\//$doc,to=com|~tiki.vn
|
|
3639
3890
|
||da6555.com^$all,to=~lazada.vn
|
|
3640
3891
|
||soppe68.$all,to=~shopee.vn
|
|
3641
|
-
/^https:\/\/sp\d{4,5}p\.com\//$doc,
|
|
3642
|
-
||vib-*.com^$doc,
|
|
3643
|
-
||vib-*.shop^$doc,
|
|
3644
|
-
||vssidgov.com^$all
|
|
3645
|
-
||nappthe.vn^$all,to=~napthe.vn
|
|
3892
|
+
/^https:\/\/sp\d{4,5}p\.com\//$doc,to=com|~shopee.vn
|
|
3893
|
+
||vib-*.com^$doc,to=com|~vib.com.vn
|
|
3894
|
+
||vib-*.shop^$doc,to=shop|~vib.com.vn
|
|
3646
3895
|
||binhchoncuocthivetranhsinhvien2024.weebly.com^$all
|
|
3647
3896
|
||vn156475p.com^$all
|
|
3648
3897
|
||seleeashopee.com^$all,to=~shopee.vn
|
|
3649
|
-
||icchanoi.net^$all,to=~icchanoi.vn
|
|
3650
|
-
||centralmarketing.online^$all,to=~worldbank.org
|
|
3651
3898
|
||nze98582s.com^$all,to=~shopee.vn
|
|
3652
|
-
||tdke00.com^$all,to=~tiki.vn
|
|
3653
3899
|
||uudai-tructuyen-$doc
|
|
3654
3900
|
||uudaikhachhang-$doc
|
|
3655
3901
|
||nang-hang-$doc
|
|
3656
|
-
||tikijaj2.com^$all,to=~tiki.vn
|
|
3657
|
-
||tikt88.com^$all,to=~tiki.vn
|
|
3658
3902
|
||businesseventskp.top^$all,to=~tiki.vn
|
|
3659
3903
|
||mojgov.weebly.com^$all,to=~moj.gov.vn
|
|
3660
3904
|
||chinhphu.cc^$all,to=~chinhphu.vn
|
|
@@ -3663,7 +3907,6 @@ app##html > body[style]:not([class]):not([id]) > center#yangchen[style]:not([cla
|
|
|
3663
3907
|
||lapdatinternet.net^$all,to=~sctv.com.vn
|
|
3664
3908
|
||hethongnhanvien.com^$all,to=~lazada.vn
|
|
3665
3909
|
||lazadaevent.com^$all,to=~lazada.vn
|
|
3666
|
-
||vntiki.vip^$all,to=~tiki.vn
|
|
3667
3910
|
||baovietcom.vip^$all,to=~baovietbank.vn
|
|
3668
3911
|
||mcqdvn.com^$all,to=~mbbank.com.vn
|
|
3669
3912
|
||hethongvaynhanh247.com^$all
|
|
@@ -3671,64 +3914,197 @@ app##html > body[style]:not([class]):not([id]) > center#yangchen[style]:not([cla
|
|
|
3671
3914
|
||ebaymall168.shop^$all
|
|
3672
3915
|
||tikifreeship.vip^$all,to=~tiki.vn
|
|
3673
3916
|
||flikois.com^$all
|
|
3674
|
-
||f997.sbs^$all
|
|
3675
3917
|
||371j.xyz^$all
|
|
3676
3918
|
||momoshopvip.com^$all,to=~momo.vn
|
|
3919
|
+
||baovietn.vip^$all,to=~baovietbank.vn
|
|
3920
|
+
||shopeesopp.com^$all,to=~shopee.vn
|
|
3921
|
+
||vnviettel.com^$all,to=~viettel.com.vn
|
|
3922
|
+
||vnsehotro.com^$all,to=~mbbank.com.vn
|
|
3923
|
+
||mmbonline01.com^$all,to=~mbbank.com.vn
|
|
3924
|
+
||govn.cc^$all,to=~gov.vn
|
|
3925
|
+
||thongtincutru.org^$all,to=~gov.vn
|
|
3926
|
+
||baoviet.vip^$all,to=~baovietbank.vn
|
|
3927
|
+
||baoviet*.vip^$doc,to=vip|~baovietbank.vn
|
|
3928
|
+
||mmb-online.com^$all,to=~mbbank.com.vn
|
|
3929
|
+
||soppe86.life^$all,to=~shopee.vn
|
|
3930
|
+
||nhanvientiki.org^$all,to=~tiki.vn
|
|
3931
|
+
||iazada.com^$all,to=~lazada.vn
|
|
3932
|
+
||lzdkiemdon24.com^$all,to=~lazada.vn
|
|
3933
|
+
||hotrokhachhang-$doc
|
|
3934
|
+
||cham-soc-the-$doc
|
|
3935
|
+
||dautuphattrienvnfic.com^$all,to=~homecredit.vn
|
|
3936
|
+
||baovietvay.top^$all,to=~baovietbank.vn
|
|
3937
|
+
||taichinheximbak.com^$all,to=~eximbank.com.vn
|
|
3938
|
+
||tikinew.club^$all,to=~tiki.vn
|
|
3939
|
+
||pddgov.cc^$all,to=~gov.vn
|
|
3940
|
+
||vssid.*.cc^$doc,to=~baohiemxahoi.gov.vn
|
|
3941
|
+
||kbthuhoivontreo.com^$all,to=~vst.mof.gov.vn
|
|
3942
|
+
||cct-giaohangtietkiem.com^$all,to=~giaohangtietkiem.vn
|
|
3943
|
+
||sendotv.shop^$all,to=~sendo.vn
|
|
3944
|
+
||vnsendotv.vip^$all,to=~sendo.vn
|
|
3945
|
+
||sdfsshop1.com^$all,to=~tiki.vn
|
|
3946
|
+
||tikivn84.com^$all,to=~tiki.vn
|
|
3947
|
+
||snggov.com^$all,to=~gov.vn
|
|
3948
|
+
||vn-eid.com^$all,to=~dichvucong.gov.vn
|
|
3949
|
+
/^https:\/\/nz[a-z]\d{5}s\.com\//$doc,to=com|~shopee.vn
|
|
3950
|
+
||lazada68.com^$all,to=~lazada.vn
|
|
3951
|
+
||558-558-559.com^$all,to=~shopee.vn
|
|
3952
|
+
||nzx65821s.com^$all,to=~shopee.vn
|
|
3953
|
+
||congtygiaohangtietkiemvn.com^$all,to=~giaohangtietkiem.vn
|
|
3954
|
+
||giaohangtietkiemvn.com^$all,to=~giaohangtietkiem.vn
|
|
3955
|
+
||hethongnoibo.bio.link^$all,to=~lazada.vn
|
|
3956
|
+
||sendovn.shop^$all,to=~sendo.vn
|
|
3957
|
+
||kpd63519s.com^$all,to=~shopee.vn
|
|
3958
|
+
||vnpttechnology.weebly.com^$all,to=~vnpt.com.vn
|
|
3959
|
+
||baovietvc.top^$all,to=~baovietbank.vn
|
|
3960
|
+
||baoviet*.top^$doc,to=~baovietbank.vn
|
|
3961
|
+
||nhanvienghtk.com^$all,to=~giaohangtietkiem.vn
|
|
3962
|
+
||giaohangtietkiem247.*^$all,to=giaohangtietkiem247.*|~giaohangtietkiem.vn
|
|
3963
|
+
||tienichshiinhan.com^$all,to=~shinhan.com.vn
|
|
3964
|
+
||govqp.com^$all
|
|
3965
|
+
||org.govqp.com^$all,to=~vr.org.vn
|
|
3966
|
+
||msk.su^$all
|
|
3967
|
+
||bleyeare.com^$all
|
|
3968
|
+
||hberify.com^$all
|
|
3969
|
+
||atuation48.com^$all
|
|
3970
|
+
||fo4nz.com^$all
|
|
3971
|
+
||ciaberibu.com^$all
|
|
3972
|
+
||holancha.com^$all
|
|
3973
|
+
||gngt.ru^$all
|
|
3974
|
+
||seren1.com^$all
|
|
3975
|
+
||glysinew.com^$all
|
|
3976
|
+
||conackmar.com^$all
|
|
3977
|
+
||abducke.com^$all
|
|
3978
|
+
||gstoran.com^$all
|
|
3979
|
+
||insonoban.com^$all
|
|
3980
|
+
||bughter.com^$all
|
|
3981
|
+
||dulge9.com^$all
|
|
3982
|
+
||rcestershir.com^$all
|
|
3983
|
+
||ouseptu.com^$all
|
|
3984
|
+
||uresnaus.com^$all
|
|
3985
|
+
||orundompes.com^$all
|
|
3986
|
+
||iteparyleb.com^$all
|
|
3987
|
+
||ermogel.com^$all
|
|
3988
|
+
||ndinast.com^$all
|
|
3989
|
+
||ontrical.com^$all
|
|
3990
|
+
||etensiten.com^$all
|
|
3991
|
+
||opgandi.com^$all
|
|
3992
|
+
||matectord.com^$all
|
|
3993
|
+
||congbac.com^$all
|
|
3994
|
+
||oetsont.com^$all
|
|
3995
|
+
||ofereome.com^$all
|
|
3996
|
+
||talcopur.com^$all
|
|
3997
|
+
||hanorid.com^$all
|
|
3998
|
+
||orawakle.com^$all
|
|
3999
|
+
||ellifluo.com^$all
|
|
4000
|
+
||ebortbide.com^$all
|
|
4001
|
+
||ioncibria.com^$all
|
|
4002
|
+
||sishedra.com^$all
|
|
4003
|
+
||legropth.com^$all
|
|
4004
|
+
||mandalveca.com^$all
|
|
4005
|
+
||oh6c.com^$all
|
|
4006
|
+
||gataterso.com^$all
|
|
4007
|
+
||xigh.ru^$all
|
|
4008
|
+
||newreuti.com^$all
|
|
4009
|
+
||halowasus.com^$all
|
|
4010
|
+
||emorasp8.com^$all
|
|
4011
|
+
||iquitorr.com^$all
|
|
4012
|
+
||moncelork.com^$all
|
|
4013
|
+
||amboya6.com^$all
|
|
4014
|
+
||anathemv.com^$all
|
|
4015
|
+
||eangetar.com^$all
|
|
4016
|
+
||adobedownloader.info^$all
|
|
4017
|
+
||opiumundi.com^$all
|
|
4018
|
+
||mirtiat.com^$all
|
|
4019
|
+
||lernehat.com^$all
|
|
4020
|
+
||endrowl.com^$all
|
|
4021
|
+
||xceteu.com^$all
|
|
4022
|
+
||ripliguay.com^$all
|
|
4023
|
+
||pelastorl.com^$all
|
|
4024
|
+
||usecurter.com^$all
|
|
4025
|
+
||vb09cl.com^$all
|
|
4026
|
+
||iscidine.com^$all
|
|
4027
|
+
||ny4yze.com^$all
|
|
4028
|
+
||tickovent.com^$all
|
|
4029
|
+
||aphenunci.com^$all
|
|
4030
|
+
##html[lang] > body.startnew > div#sections > section#section_uname
|
|
4031
|
+
||wwbudmh.ru^$all
|
|
4032
|
+
||sichogyp.su^$all
|
|
4033
|
+
||orownsdow.com^$all
|
|
4034
|
+
||identente.com^$all
|
|
4035
|
+
||incorcg.com^$all
|
|
4036
|
+
||datumdellago.com^$all
|
|
4037
|
+
||lokuracristiana.com^$all
|
|
4038
|
+
||clinicaimplantologica3d.com^$all
|
|
4039
|
+
||gruposabar.com^$all
|
|
4040
|
+
||xalatlaco.org^$all
|
|
4041
|
+
||r2.dev/INV-CHKCOPY-Remittance-Overpayment%20Refund$doc
|
|
4042
|
+
##html[lang] > body:not([style]) > div.captchaBody
|
|
4043
|
+
||cam/secured/host/*.php|$xhr,3p,domain=r2.dev
|
|
4044
|
+
||belezaesaudeinnovations.com^$all
|
|
4045
|
+
||implarededeensino.com.br^$all
|
|
4046
|
+
||bioparquemonterrey.net^$all
|
|
4047
|
+
||iniupcorporate.com^$all
|
|
4048
|
+
||vertiselevadores.com.br^$all
|
|
4049
|
+
||r2.dev/Outlook%20Secured%20Document$doc
|
|
4050
|
+
/^https:\/\/[a-z0-9]{3,}\.[a-z0-9]{4,11}\.com\/[a-zA-Z0-9]{30,}\?[a-zA-Z0-9]{25,}$/$doc,to=com|~google.com|~microsoft.com
|
|
4051
|
+
/^https:\/\/[a-z0-9]{3,}\.[a-z0-9]{4,11}\.ru\/[a-zA-Z0-9]{30,}\?[a-zA-Z0-9]{25,}$/$doc,to=ru
|
|
4052
|
+
/^https:\/\/[a-z0-9]{3,}\.[a-z0-9]{4,11}\.su\/[a-zA-Z0-9]{30,}\?[a-zA-Z0-9]{25,}$/$doc,to=su
|
|
4053
|
+
! microsoft
|
|
4054
|
+
||chervindi.com^$all
|
|
4055
|
+
||grahurgum.com^$all
|
|
4056
|
+
||liverun0.com^$all
|
|
4057
|
+
||ephemeral9.com^$all
|
|
4058
|
+
! google
|
|
4059
|
+
||arciansi.su^$all
|
|
3677
4060
|
||puttyconnect.info^$all
|
|
3678
4061
|
||astrosphere.world^$all
|
|
3679
4062
|
||marketplace-item-*.000.pe^$doc
|
|
3680
|
-
! /^https:\/\/(?:ai|art|get)?-?midjourney(?:s|ai)[^\/]+\//$doc,
|
|
3681
|
-
/^https:\/\/(?:ai|art|get)-?midjourney[^\/]+\//$doc,
|
|
3682
|
-
/^https:\/\/mid-journey\.[a-z]+\//$doc,
|
|
4063
|
+
! /^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:\/\/mid-journey\.[a-z]+\//$doc,to=~midjourney.com|~edu|~gov
|
|
3683
4066
|
||midjourney.co^$all
|
|
3684
4067
|
||runningapplications-b7dae-default-rtdb.firebaseio.com^$all
|
|
3685
4068
|
||kisanbethak.com^$all
|
|
3686
4069
|
||kunalicon.com^$all
|
|
3687
4070
|
||inzerille.com^$all
|
|
3688
4071
|
||recovernj.com^$all
|
|
3689
|
-
||pputy.com^$all
|
|
3690
|
-
||file-zilla-projectt.org^$all
|
|
3691
4072
|
||vuabem.com^$all
|
|
3692
|
-
||lynstore.net^$all,to=~lynvn.com
|
|
3693
|
-
||wasabiwallet.is^$doc
|
|
3694
4073
|
||magicslimnhatban.com^$all
|
|
3695
4074
|
||giamcannhatban.com^$all
|
|
3696
4075
|
||examated.co.in^$doc
|
|
3697
4076
|
||github.com/linarweloper/Blumfarmbot^$doc
|
|
3698
4077
|
||waredot.com^$doc
|
|
3699
4078
|
||waredot.us^$doc
|
|
3700
|
-
||meltedpleasandtws.shop^$all
|
|
3701
4079
|
/l/DMP_captcha_for_vpn?$all
|
|
4080
|
+
||kmspico.*^$doc,to=kmspico.*
|
|
4081
|
+
||kmspico-$doc
|
|
3702
4082
|
||kms-full.com^$doc
|
|
3703
|
-
||kmspico.ws^$doc
|
|
3704
4083
|
||kmspico.io^$doc
|
|
3705
|
-
||kmsauto.uno^$doc
|
|
3706
4084
|
||kms-tool.com^$doc
|
|
3707
4085
|
||kmsauto.tech^$doc
|
|
3708
4086
|
||kmsautodown.space^$doc
|
|
3709
4087
|
||gpstracker.site^$all
|
|
3710
4088
|
||kmsauto.org^$doc
|
|
3711
4089
|
||furykms.com^$doc
|
|
3712
|
-
||
|
|
4090
|
+
||ativadorkmspico.com^$doc
|
|
4091
|
+
||get-kmspico.com^$doc
|
|
4092
|
+
||getkmspico.com^$doc
|
|
4093
|
+
||kmspico10.com^$doc
|
|
4094
|
+
||kmspicoactivator.net^$doc
|
|
4095
|
+
||kmspicoativador.org^$doc
|
|
4096
|
+
||kmspicoofficial.com^$doc
|
|
4097
|
+
||kmspicoportable.com^$doc
|
|
4098
|
+
||officialkmspico.com^$doc
|
|
4099
|
+
||oficial-kmspico.com^$doc
|
|
3713
4100
|
||roundyearfun.org^$all
|
|
3714
4101
|
||roundyearfun.com^$all
|
|
3715
|
-
||anyplacehere.me^$all
|
|
3716
|
-
||funaroundy.click^$all
|
|
3717
|
-
||anyplacehere.live^$all
|
|
3718
|
-
||funtwitter.games^$all
|
|
3719
4102
|
||twitter-circle.com^$all
|
|
3720
|
-
||funroundy.click^$all
|
|
3721
|
-
||twitterfun.games^$all
|
|
3722
|
-
||funxgames.site^$all
|
|
3723
|
-
||funroundy.online^$all
|
|
3724
4103
|
||funxgames.me^$all
|
|
3725
|
-
||anyplacehere.store^$all
|
|
3726
4104
|
||infinitytweet.me^$all
|
|
3727
|
-
||infinitweet.com^$all
|
|
3728
4105
|
||infinitytweet.com^$all
|
|
3729
4106
|
||infinityweet.me^$all
|
|
3730
4107
|
||infinityweet.com^$all
|
|
3731
|
-
||anyplacehere.online^$all
|
|
3732
4108
|
||googie-anaiytics.com^$all
|
|
3733
4109
|
||bootcdn.net^$all
|
|
3734
4110
|
||bootcss.com^$all
|
|
@@ -3737,20 +4113,21 @@ app##html > body[style]:not([class]):not([id]) > center#yangchen[style]:not([cla
|
|
|
3737
4113
|
||unionadjs.com^$all
|
|
3738
4114
|
||xhsbpza.com^$all
|
|
3739
4115
|
||union.macoms.la^$all
|
|
3740
|
-
||newcrbpc.com^$all
|
|
3741
4116
|
||polyfill.com^$all
|
|
3742
4117
|
||polyfill.top^$all
|
|
4118
|
+
||polyfill-js.cn^$all
|
|
3743
4119
|
||veilcurtin.world^$doc
|
|
3744
|
-
||yikesgroto.com^$doc
|
|
3745
4120
|
||midnightsociety-x.com^$doc
|
|
3746
4121
|
||2d45b3cf2299d8ba038f45cb38aca4f2ecfbcb8d264ba28432ae5c51.com^$doc
|
|
3747
4122
|
||protonge.com^$all
|
|
3748
4123
|
||get-express-vpn.online^$all,to=~expressvpn.com
|
|
3749
|
-
||chromnius.com^$all
|
|
3750
|
-
||premium-x-notes.com^$all
|
|
3751
4124
|
||bloxstrap.*^$doc,domain=~bloxstrap.pizzaboxer.xyz,to=~bloxstrap.pizzaboxer.xyz
|
|
3752
4125
|
||bloxstrapmenu.com^$doc
|
|
3753
4126
|
||joannclearances.com^$all,to=~joann.com
|
|
4127
|
+
||joannstoressales.shop^$all,to=~joann.com
|
|
4128
|
+
||joannmax.com^$doc,to=~joann.com
|
|
4129
|
+
||joannofficial.com^$all,to=~joann.com
|
|
4130
|
+
||joannoutlet.com^$all,to=~joann.com
|
|
3754
4131
|
||pcapp.store^$doc
|
|
3755
4132
|
||convertwithwave.com^$doc
|
|
3756
4133
|
||withsecurify.com^
|
|
@@ -3777,9 +4154,10 @@ app##html > body[style]:not([class]):not([id]) > center#yangchen[style]:not([cla
|
|
|
3777
4154
|
||sites.google.com/view/sora-ai-v2^$all
|
|
3778
4155
|
/^https:\/\/[a-z]{6,19}\.(?:com|net)\/js\?t=[_a-z0-9]+&ns=[a-z]{2}$/$script,3p,strict3p,match-case,to=com|net
|
|
3779
4156
|
/^https:\/\/[a-z]{6,19}\.(?:com|net)\/(?:static_)?file\/\?t=[_a-z0-9]+&ns=[a-z]{2}$/$frame,popup,3p,strict3p,match-case,to=com|net
|
|
3780
|
-
/^https:\/\/[a-z]{6,19}\.(?:com|net)\/(?:static_)?file\/\?t=[_a-z0-9]+&ns=[a-z]{2}$/$doc,match-case,
|
|
3781
|
-
||shy-boat-90ce.jiko728928922.workers.dev^$doc,
|
|
4157
|
+
/^https:\/\/[a-z]{6,19}\.(?:com|net)\/(?:static_)?file\/\?t=[_a-z0-9]+&ns=[a-z]{2}$/$doc,match-case,to=com|net
|
|
4158
|
+
||shy-boat-90ce.jiko728928922.workers.dev^$doc,to=~uniswap.org
|
|
3782
4159
|
||uniwspapp.com^$all,to=~uniswap.org
|
|
4160
|
+
||app.corn-staging.com^$all,to=~uniswap.org
|
|
3783
4161
|
||crowdstrike-helpdesk.com^$doc
|
|
3784
4162
|
||crowdstrikebluescreen.com^$doc
|
|
3785
4163
|
||crowdstrike0day.com^$doc
|
|
@@ -3797,11 +4175,9 @@ app##html > body[style]:not([class]):not([id]) > center#yangchen[style]:not([cla
|
|
|
3797
4175
|
||crowdstrike-falcon.online^$doc
|
|
3798
4176
|
||crowdstrike-solutions.nl^$doc
|
|
3799
4177
|
||crowdstrikeclaim.com^$doc
|
|
3800
|
-
||crowdstrokeme.me^$doc
|
|
3801
4178
|
||crowdstrikeoutage.com^$doc
|
|
3802
4179
|
||crowdstrikefix.zip^$doc
|
|
3803
4180
|
||crowdstuck.com^$doc
|
|
3804
|
-
||portalintranetgrupobbva.com^$all
|
|
3805
4181
|
||dropbox.com/*/crowdstrike-hotfix.zip^$all
|
|
3806
4182
|
||amazon-analytic.com^$all
|
|
3807
4183
|
||eventstickets.club^$all,to=~tickets.paris2024.org
|
|
@@ -3813,3 +4189,67 @@ app##html > body[style]:not([class]):not([id]) > center#yangchen[style]:not([cla
|
|
|
3813
4189
|
||kongtuke.com^$all
|
|
3814
4190
|
||egisela.com^$all
|
|
3815
4191
|
||uhsee.com^$all
|
|
4192
|
+
||kostumn1.ilabserver.com^
|
|
4193
|
+
||freeadd.me^$doc
|
|
4194
|
+
||askfollow.us^$doc
|
|
4195
|
+
||more-followers.com^$doc
|
|
4196
|
+
||twitob.com^$doc
|
|
4197
|
+
||twitterfollowers.site^$doc
|
|
4198
|
+
##html[lang] > body#body > * > div.cv-xwrapper > div.cvc > div.cv-inner
|
|
4199
|
+
##html[lang] > body#body > * > div.cvh.BlockClicksActivityBusy
|
|
4200
|
+
||bilsevvakfi.org^$doc
|
|
4201
|
+
||ogrencilerbirligi.com^$doc
|
|
4202
|
+
||lcwpaketleme.com^$doc
|
|
4203
|
+
||herkeseuygunisilanlari.com^$doc
|
|
4204
|
+
||cagrievi.com^$doc
|
|
4205
|
+
||kariyerfirsatin.com.tr^$doc
|
|
4206
|
+
||cartepak.online^$doc
|
|
4207
|
+
||aryapaketleme.com^$doc
|
|
4208
|
+
||hkdk.events/8cjknac3yxdqk4^$all
|
|
4209
|
+
||xdxg.xyz^$all
|
|
4210
|
+
||zebg.top^$all
|
|
4211
|
+
/^https:\/\/help\.[a-z]{3,}-x-[a-z]{3,}\.com\//$doc,to=com|~x.com
|
|
4212
|
+
||chromeweb-authenticators.com^$all
|
|
4213
|
+
||chromeweb-authenticatr.com^$all
|
|
4214
|
+
||onevanilla.click^$all
|
|
4215
|
+
||bilbocine.com^$document
|
|
4216
|
+
||unionplus-card.click^$document
|
|
4217
|
+
||dailysmscollection.org^$document
|
|
4218
|
+
||surgecardinfo.click^$document
|
|
4219
|
+
||paybyplatema.cfd^$document
|
|
4220
|
+
||panoramacharter.click^$document
|
|
4221
|
+
||onecognizant.click^$document
|
|
4222
|
+
||mymorri.click^$document
|
|
4223
|
+
||mymercy.click^$document
|
|
4224
|
+
||marykayintouch.autos^$document
|
|
4225
|
+
||direct2hr.click^$document
|
|
4226
|
+
||creditcardchase.click^$document
|
|
4227
|
+
||alaskasworld.cfd^$document
|
|
4228
|
+
! Phishing
|
|
4229
|
+
||zcxoin.work^$all
|
|
4230
|
+
! fake Chrome
|
|
4231
|
+
||chrome-web.com^$all
|
|
4232
|
+
||iqpoll.cn^$document
|
|
4233
|
+
||zhandouxian.com^$all
|
|
4234
|
+
||tempisite.com^$all
|
|
4235
|
+
||sunpass-etoll-id.kupu.desa.id^$all
|
|
4236
|
+
/^https:\/\/(?:www\.)?roblox(?:\.com)?\.[a-z]{2}\//$doc,to=roblox.*|~roblox.com
|
|
4237
|
+
||feather-wallet.org^$doc,to=~featherwallet.org
|
|
4238
|
+
||sparrowwallet.net^$doc,to=~sparrowwallet.com
|
|
4239
|
+
||electrum.is^$doc,to=~electrum.org
|
|
4240
|
+
||tracker.club-os.com^
|
|
4241
|
+
||onelink.me/*&af_web_dp=$doc
|
|
4242
|
+
||guide-orientation.tn/go_page.php?$doc
|
|
4243
|
+
||playehq4ks.com^$doc
|
|
4244
|
+
||allsportslivenow.com^$doc
|
|
4245
|
+
||watchliveon24.com^$doc
|
|
4246
|
+
||livestreaming24.xyz^$doc
|
|
4247
|
+
||astrolivesports.com^$doc
|
|
4248
|
+
||skysportspro.com^$doc
|
|
4249
|
+
/^https:\/\/(?:www\.)?[-a-z0-9]+\.com\.[-a-z0-9]+\.com\//$doc,to=com,ipaddress=148.251.54.196
|
|
4250
|
+
/^https:\/\/(?:www\.)?[-a-z0-9]+\.xyz\.[-a-z0-9]+\.com\//$doc,to=com,ipaddress=148.251.54.196
|
|
4251
|
+
||belliniepecuniaimmobili.*^$doc,to=belliniepecuniaimmobili.*
|
|
4252
|
+
||immobilibelliniepecunia.*^$doc,to=immobilibelliniepecunia.*
|
|
4253
|
+
||bpecuniaimmobili.*^$doc,to=bpecuniaimmobili.*
|
|
4254
|
+
||belliniepecuniaimmobilisrl.*^$doc,to=belliniepecuniaimmobilisrl.*
|
|
4255
|
+
||immobiliarebelliniepecunia.*^$doc,to=immobiliarebelliniepecunia.*
|