forked from DandelionSprout/adfilt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LegitimateURLShortener.txt
827 lines (820 loc) · 46.3 KB
/
LegitimateURLShortener.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
! Title: ➗ Actually Legitimate URL Shortener Tool
! Version: 20July2021v1-Beta
! Expires: 2 days
! Description: In a world dominated by bit.ly, ad.fly, and several thousand other malware cover-up tools, this list reduces the length of URLs in a much more legitimate and transparent manner. Essentially, it automatically removes unnecessary $/& values from the URLs, making them easier to copy from the URL bar and pasting elsewhere as links. Enjoy.
! If you like this list and wish for more people to use it, give some thumbs up to the https://github.com/AdguardTeam/FiltersRegistry/issues/401 and https://github.com/AdguardTeam/FiltersRegistry/issues/400 threads.
! Homepage: https://github.com/DandelionSprout/adfilt/discussions/163
! Homepage for the repository: https://github.com/DandelionSprout/adfilt/blob/master/Wiki/General-info.md#english
! Opt-in allowlist for affiliate support tags: https://raw.githubusercontent.com/DandelionSprout/adfilt/master/LegitimateURLShortener-AffiliateTagAllowlist.txt
! From AdGuard CoreLibs (11/11/2020)
$removeparam=yclid
$removeparam=gclid
$removeparam=fbclid
$removeparam=_openstat
$removeparam=fb_action_ids
$removeparam=fb_comment_id
$removeparam=fb_action_types
$removeparam=fb_ref
$removeparam=fb_source
$removeparam=action_object_map
$removeparam=action_ref_map
! https://www.elkjop.no/product/data/kabler-og-tilkobling-pc-og-nettverk/APPLEMD463ZA/thunderbolt-til-gigabit-ethernet-adapter?utm_id=Pricecomparison2989_5_False&utm_medium=Pricecomparison (14/11/2020)
! https://www.ikea.com/kr/en/stores/restaurant/?itm_campaign=ikea_food&itm_element=essential_banner&itm_content=ikea_food (17/02/2021)
! https://www.infoq.com/containers/?itm_source=infoq&itm_medium=header_graybar&itm_campaign=topic_clk (28/02/2021)
! https://app.sheetgo.com/workflows/1606149317012600L5SS/connections?stm_source=sheetgo-webapp-workflow-invite&stm_medium=email&stm_campaign=on-demand-invitation (28/02/2021)
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-488307
$removeparam=/^utm_/,domain=~redir.tradedoubler.com
$removeparam=/^itm_/,domain=~redir.tradedoubler.com
$removeparam=/^stm_/,domain=~redir.tradedoubler.com
@@mailinglist$removeparam=/^utm_/
! https://www.ixigua.com/6888869154099629319?logTag=Y8JlCALntSDuDesMiPno8 (31/10/2020)
$removeparam=logTag
! https://www.jula.no/catalog/fritid/trening/treningsutstyr/manualer-og-vektstenger/manualsett-951150?gclid=Cj0KCQjwlvT8BRDeARIsAACRFiUj4R30NdrcmVwC1-pBi43uGBKic6uEq0zEJfkXS3hxOfGrJ3CrR9waAoy9EALw_wcB&gclsrc=aw.ds (31/10/2020)
$removeparam=gclsrc
! https://www.nytimes.com/2020/11/10/us/yellowstone-chickens.html?smid=tw-share (11/11/2020)
$removeparam=smid
! https://www.norsk-tipping.no/redirector/oddsen/kjop?WT.mc_id=Nettavisen_nettavisen_ekomm_langoddsen_Oddsartikkel__ekomm&utm_source=nettavisen&utm_medium=ekomm&utm_content=langoddsen_Oddsartikkel_&utm_campaign=ekomm&view=lobby&rekker=[1548011,4825429,1]&spillsystem=1 (15/11/2020)
$removeparam=WT.mc_id
! https://twitter.com/PlanNorge/status/1181537299038953473?ref_src=twsrc%2525255Etfw%2525257Ctwcamp%2525255Etweetembed%2525257Ctwterm%2525255E1181537299038953473&ref_url=https%2525253A%2525252F%2525252Fwww.vg.no%2525252F (14/11/2020; does not seem to work with AdGuard)
$removeparam=ref_src
$removeparam=ref_url
! https://www.amazon.com/Razer-Core-Thunderbolt-External-Enclosure/dp/B07CQG2K5K/?tag=makeusw-20&linkCode=ogi&th=1&psc=1 (15/11/2020)
$removeparam=tag,domain=amazon.*|argos.co.uk|tv2.no
! https://www.netonnet.no/art/data-og-nettbrett/nettbrett/lader-og-dokking/apple-thunderboltgigabitethernet/182650.11071/?dclid=CjkKEQiAwMP9BRDt06nU9a_8_bABEiQAL_PHDRXNVIm2rrWiTDbj0z7kJeilQ-_BYvMHw3xzuRcnB2Dw_wcB (15/11/2020)
$removeparam=dclid
! https://www.apple.com/no/shop/product/MD463ZM/A/thunderbolt-til-gigabit-ethernet-adapter?afid=p239%7C1405819&cid=aos-no-aff-ir (15/11/2020)
! https://www.proshop.dk/HyperX-Predator-RGB-ram?cid=64e93f7a-cee2-44d9-911a-37f3eafd7b5f (23/01/2021)
$removeparam=afid
! Can NOT be made generic (e.g. due to sparebank1.no, RARbg.to, Disney+ newsletter unsubscriptions)
$removeparam=cid,domain=apple.com|www.microsoft.com|telenor.no|proshop.*|rightmove.co.uk|giphy.com|nbcnews.com|voxi.co.uk|lenovo.com|rei.com|adguard.com
! https://www.digitalimpuls.no/WebPages/Produkt/ProduktInfo.aspx?plid=75672&WebSiteMapNodeID=1000001 (15/11/2020)
$removeparam=WebSiteMapNodeID
! https://cdon.no/elektronikk/apple-thunderbolt-to-gigabit-ethernet-adapter-nettverksadapter-thunderbolt-gigabit-ethernet-p54223599?country=NO&g=20364854 (15/11/2020)
||cdon.$removeparam=g
! https://clips.twitch.tv/HotGenerousBearHeyGirl?tt_content=player_title&tt_medium=clips_embed
$removeparam=tt_content
$removeparam=tt_medium
! https://addons.thunderbird.net/en-GB/thunderbird/addon/mailbox-alert/?src=cb-dl-users
! https://twitter.com/hashtag/mlpg5?src=hashtag_click (23/04/2021)
$removeparam=src,domain=thunderbird.net|twitter.com|udemy.com|elastix.org|bluejeans.com|melopero.com|kubii.*|reichelt.*|okdo.com|raspipc.es|tiendatec.es|thepihut.com|cytron.io|buyzero.de|welectron.com|digikey.*|adafruit.com|hinta.fi
! https://www.tv2.no/a/10534772?referral=tv2v (27/11/2020)
||tv2.no^$removeparam=referral
! https://deal.no/apple-thunderbolt-to-gigabit-ethernet/cat-p/c/p4935744&ref=prisjakt (15/11/2020)
! https://www.amazon.com/s?k=disney+fairies&ref=nb_sb_noss_2 (27/11/2020)
! Can NOT be made generic (https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-488495)
$removeparam=ref,domain=amazon.*|deal.no|expo.io|udemy.com|reddit.com|brave.com|facebook.com|arvopaperi.fi|twitch.tv|mikrobitti.fi|tivi.fi|tekniikkatalous.fi|talouselama.fi|kauppalehti.fi|uusisuomi.fi|mediuutiset.fi|sketch.com|etsy.com|geeksforgeeks.org|hs.fi|bitwarden.com|is.fi|github.io|spiegel.de|kansanuutiset.fi|bestbuy.com|shopping.google.*|target.com|bing.com|motouutiset.fi|telsu.fi|idenati.com|blogit.fi|suomi24.fi|scandinavianphoto.fi|github.com|dell.com
! https://www.elgiganten.dk/product/lyd-hi-fi/hovedtelefoner/WH1000XM3B/sony-tradlose-around-ear-hovedtelefoner-wh-1000xm3-sort?scid=Pricecomparison8084162610 (27/11/2020)
$removeparam=scid
! https://salming.com/sv-se/produkter/p/1099805-0416/salming-oval-fusion?trackID=79064280 (27/11/2020)
$removeparam=trackID
! https://productkeys.dk/produkt/pokemon-lets-go-pikachu/?dTribesID=9OIiIkbuCBtHQnvUeuU6ZD05WpuicLKP%7Cadtribes%7C11543 (27/11/2020)
$removeparam=dTribesID
! https://www.youtube.com/watch?v=7yk3WDZRcTM&feature=youtu.be (28/11/2020)
||youtube.com^$removeparam=feature
! https://www.pbtech.co.nz/product/MPHSAM00510/Samsung-Galaxy-A51-2020-Dual-SIM-Smartphone-6GB128?qr=pspy (28/11/2020)
||pbtech.$removeparam=qr
! https://shop.bt.com/products/nintendo-switch-hw---neon-red-and-neon-blue--2019-version--10002208-FCM1.html?awc=3043_1606583260_feef24aba0ca5ffbbf513bb8f34cd1be (28/11/2020)
$removeparam=awc
! https://www.onbuy.com/gb/nintendo-switch-62-32gb-touchscreen-wi-fi-blue-grey-red~c9482~p5584084/?exta=pspy (28/11/2020)
$removeparam=exta
! https://www.go2games.com/switch/nintendo-switch-console-fortnite-edition?ranMID=42957&ranEAID=ORHQW7E8X5A&ranSiteID=ORHQW7E8X5A-JzvoI1XaPNAAx901cYMaQw (28/11/2020)
$removeparam=ranMID
$removeparam=ranEAID
$removeparam=ranSiteID
! https://www.jdwilliams.co.uk/shop/switch-neon-inc-rayman-and-spongebob/bm593/product/details/show.action?pdBoUid=3156&pdpClick=true (28/11/2020)
$removeparam=pdBoUid
$removeparam=pdpClick
! https://www.electrodepot.fr/ecouteurs-apple-airpods-2-boitier-de-charge.html?LGWCODE=17449%3B96175%3B2865 (28/11/2020)
$removeparam=LGWCODE
! https://www.son-video.com/article/ecouteurs-true-wireless/apple/airpods-avec-boitier-de-charge?ae=12 (28/11/2020)
||son-video.com^$removeparam=ae
! https://www.boulanger.com/ref/1091513?lgw_code=15556-000000000001091513&xtor=AL-6875-%5B7%5D-%5B1395066878%5D-%5B300x250%5D-%5B%5D-%5B%5D (28/11/2020)
$removeparam=lgw_code
$removeparam=xtor
! https://www.but.fr/produits/0190199098572/Ecouteurs-APPLE-AIR-PODS-2.html?awc=7261_1606583838_a78fea9b309b3f8e9fad6d173d4d0853&xtor=AL-1008-%5Bnotype%5D-%5B295295%5D&SRC=8 (28/11/2020)
$removeparam=SRC
! https://www.inmac-wstore.com/apple-airpods-with-charging-case-2nd-generation-veritables-ecouteurs-sans-fil-avec-micro/p7192806.htm?coagent=737684,1118410&cotracking=101 (28/11/2020)
$removeparam=coagent
$removeparam=cotracking
! https://www.fnac.com/Apple-AirPods-2-avec-boitier-de-charge-Ecouteurs-sans-fil-True-Wireless/a10086709/w-4?ectrans=1&Origin=Awin295295&awc=12665_1606583916_a0dffc62f7c4e34914d0e5660e0c6dcf (28/11/2020)
$removeparam=ectrans
||fnac.com^$removeparam=Origin
! https://www.darty.com/nav/achat/accessoires/casque_ecouteurs/casque_intra-auriculaire/apple_airpods_v2.html?awc=7735_1606583917_4f791edbe7805b48b06ce7131a26b480&ectrans=1&dartycid=aff_295295_generique_awin (28/11/2020)
$removeparam=dartycid
! https://fr.shopping.rakuten.com/offer/buy/5483124993/apple-airpods-2-avec-case-2eme-generation-blanc-mv7n2zm-a.html?bbaid=6680578123&t=6862148 (28/11/2020)
! https://steamcdn-a.akamaihd.net/steam/apps/1293120/ss_260369d8b0c8ab69e3a5a66f78174af4319c4acb.jpg?t=1607504533 (11/12/2020)
$removeparam=bbaid
$removeparam=t,domain=rakuten.com|steamcdn-a.akamaihd.net|duckduckgo.com
! https://archive.org/donate/?origin=email-2020eoyappl2smdnrfnl-v1
||archive.org^$removeparam=origin
! https://blog.archive.org/matching-gifts/?iax=typage
||archive.org^$removeparam=iax
! https://www.paypal.com/myaccount/transaction/details/7CY16898V3123435J?v=1&utm_unptid=&ppid=RT000016&cnac=NO&rsta=no_NO(nb-NO)&cust=&unptid=&calc=24c08e54728d&unp_tpcid=null&page=main%3Aemail%3ART000016&pgrp=main%3Aemail&e=cl&mchn=em&s=ci&mail=sys&appVersion=1.26.0&xt=
$removeparam=ppid
$removeparam=unptid
||paypal.com^$removeparam=calc
$removeparam=unp_tpcid
$removeparam=pgrp
$removeparam=mchn
! https://www.sfgate.com/news/editorspicks/article/French-Laundry-French-Laundry-London-Breed-Newsom-15767882.php?IPID=SFGate-HP-CP-Spotlight
$removeparam=IPID
! http://tubepalm.com/es/videos/swing-out-sister-sub-esp.html?asgtbndr=1
$removeparam=asgtbndr
! https://p3.no/menn-vil-betale-for-a-slikke-kroppsharet-mitt/?draftsforfriends=pGXqum9EFRUyZS5bVsbJuZawWEaabC8L
$removeparam=draftsforfriends
! https://sun9-44.userapi.com/impg/uaRyOJDA2eqOzkYBdnakulVBbAxHpRPkQPDAsw/B6DuJB9cw-A.jpg?size=1002x1080&quality=96&proxy=1&sign=a1819c79828795b28ad58bc27486030e&type=album
.userapi.com/impg^$removeparam=proxy
.userapi.com/impg^$removeparam=type
! https://www.imdb.com/title/tt7826036/?ref_=ttep_ep5
$removeparam=ref_,domain=imdb.com|amazon.*
! https://www.bloglovin.com/blogs/enestaende-mat-2346432?widget-ref=https://enestaaendemat.no/ (07/12/2020)
$removeparam=widget-ref
! https://www.youtube.com/watch?v=ACb-3n4tRGE&ab_channel=BillyO%27Reilly (07/12/2020)
||youtube.com^$removeparam=ab_channel
! https://www.reuters.com/article/us-apple-cydia-lawsuit-idUSKBN28K310?taid=5fd28550d1225d000133bf89 (10/12/2020)
$removeparam=taid
! https://scontent.fosl3-2.fna.fbcdn.net/v/t1.0-9/107461725_178044047037717_1670568338259435866_o.jpg?_nc_cat=106&ccb=2&_nc_sid=dd9801&_nc_ohc=rwZyfBjoc_gAX-qiWab&_nc_ht=scontent.fosl3-2.fna&oh=250a678cd3d6a37531e9ff24466b2f56&oe=5FF90248 (11/12/2020)
$removeparam=_nc_cat
$removeparam=_nc_sid
! https://www.tipsbladet.dk/nyhed/superliga/cv-afviser-traenerskifte-jeg-har-ikke-talt-med-kristian?eblink=artikel (14/12/2020)
$removeparam=eblink
! https://www.tv2.no/?r=refresh (16/12/2020)
||tv2.no$removeparam=r
! https://contabo.com/?show=vps&utm_source=cj&utm_medium=affiliate&utm_campaign=vps&source=affiliate&AID=12454632&PID=8533995&SID=&CJEVENT=1999e98a465411eb825b03900a180510 (25/12/2020)
$removeparam=AID
$removeparam=CJEVENT
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-969819
$removeparam=aid,domain=adguard.com
! https://account.microsoft.com/?refd=www.microsoft.com
$removeparam=refd
! https://www.humblebundle.com/?hmb_source=navbar (09/01/2021)
$removeparam=hmb_source
! https://nttxstore.jp/_RH_3550?FMID=ocntop&LID=ocntop&_ga=2.104844229.490267265.1610372894-229139367.1610372894 (11/01/2021)
$removeparam=FMID
$removeparam=LID
$removeparam=_ga
! https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fwww.nytimes.com%2F2021%2F01%2F21%2Fopinion%2Fpublic-transit-funding.html%3Faction%3Dclick%26module%3DWell%26pgtype%3DHomepage%26section%3DEditorials (24/01/2021)
$removeparam=action,domain=nytimes.com|nytimes3xbfgragh.onion
$removeparam=module,domain=nytimes.com|nytimes3xbfgragh.onion
$removeparam=pgtype,domain=nytimes.com|nytimes3xbfgragh.onion
$removeparam=section,domain=nytimes.com|nytimes3xbfgragh.onion
! https://techcrunch.com/2021/02/09/eus-lead-data-supervisor-for-most-of-big-tech-is-still-using-lotus-notes/?guccounter=1&guce_referrer=aHR0cHM6Ly93d3cuZGlnaS5uby8&guce_referrer_sig=AQAAAJnvyfO0iClmtx73_ycersFbfhSLMdJB5kyLHseaWdi9TiXKa3ao3deC8nvfiBm9IQAwmBtL8QaSY7_01D0_zasr2yeupMAku3-KxlDkOxDyxYUx3AQ5Q8Y9C0U16b4NGeZWMVUyVkqEhj-UruGKz5DG1uVu7gBjEoBlwtGYgoQu (12/02/2021)
$removeparam=guccounter
$removeparam=guce_referrer
$removeparam=guce_referrer_sig
! https://my.postnord.no/tracking/73330062019301037?mobile=00000000&signed=30c93bff-3e20-4bca-bedf-d96c464a9328
||postnord.$removeparam=mobile
||postnord.$removeparam=signed
! https://www.nytimes.com/interactive/2020/09/27/us/donald-trump-taxes.html?referringSource=articleShare (28/02/2021)
$removeparam=referringSource
! https://www.computing.co.uk/news/4019233/monzo-learned-lot-self-hosting-kubernetes-wouldn%E2%80%99?im_edp=7467218-78983dec13ce65eb%26campaignname%3DCTG.Daily_RL.EU.A.U&im_company=FAKE%20COMPANY%20NAME (28/02/2021)
$removeparam=im_edp
$removeparam=im_company
! https://www.change.org/p/arkane-encourage-the-release-of-an-unfinished-build-of-arkane-s-half-life-2-return-to-ravenholm-273b1585-73cc-49c7-9d51-09433e172f80/psf/share?source_location=combo_psf&psf_variant=combo&share_intent=1 (28/02/2021)
$removeparam=source_location
$removeparam=psf_variant
! https://accelerateworkshopserverless.splashthat.com/?sc_channel=sm&sc_campaign=startupaccelerate_q3_serverless&sc_geo=emea&sc_country=mult&sc_outcome=reg&trkCampaign=bnl20_accelerate_q3_serverless&trk=bnl20_accelerate_q3_serverless_e&es_id=9ee9c1a102 (28/02/2021)
! https://open.hpi.de/courses/malware2021?tracking_user=74v365zif700sQKXlqj020vyd&tracking_type=news&tracking_id=5ED4ZiWEw48Lft3MGkAag (28/02/2021)
$removeparam=tracking_type
||hpi.de^$removeparam=tracking_id
$removeparam=tracking_user
! https://www.wired.com/story/how-to-solve-a-rubiks-cube-in-5-seconds-or-less/?bxid=5de6860acff06b68651dc0f7&cndid=59299325&esrc=&hasha=43963980a2110b889196f6ae90238cc6&hashb=e7bacab69176108b7edf6b15a2a80087a5eb1fb7&hashc=f0716ab5f4a5ef793da5e3f103cb64e3362c54aedb9630096cfd18f0244b9815&source=EDT_WIR_NEWSLETTER_0_ENGAGEMENT_ZZ (28/02/2021)
$removeparam=bxid
$removeparam=cndid
$removeparam=hasha
$removeparam=hashb
$removeparam=hashc
! https://www.comixology.com/Scooby-Doo-1997-2010/comics-series/353?irgwc=1&tid=IR-affiliate-10451&clickid=VsxVfPSSvxyOWNfwUx0Mo38MUkiXwRwR0xWjW40 (01/03/2021)
$removeparam=irgwc
$removeparam=tid,domain=~mirrored.to
$removeparam=clickid
! https://www.alibaba.com/toprankedsellers/index.html?spm=a2700.8293689.0.0.2ce267afXoR8Ya&cardId=15000000051127726082&topOfferIds=62108344908&categoryIds=44&tracelog=from_home_category (01/03/2021)
$removeparam=spm
||alibaba.com^$removeparam=categoryIds
$removeparam=tracelog
$removeparam=cardId
! https://metro.co.uk/2017/04/11/hubble-just-spotted-something-massive-coming-out-of-uranus-6567896/?ito=article.desktop.share.top.facebook
$removeparam=ito
! https://es.aliexpress.com/item/4000672272353.html?pvid=c4cdc770-f05a-4b7b-8a50-d8b81efff6c9&_t=gps-id:pcDetailBottomMoreThisSeller,scm-url:1007.13339.169870.0,pvid:c4cdc770-f05a-4b7b-8a50-d8b81efff6c9,tpp_buckets:668%230%23131923%230_668%23808%234094%23200_668%23888%233325%231_668%232846%238113%23646_668%232717%237558%23188_668%231000022185%231000066059%230_668%233468%2315617%23897
$removeparam=pvid
||aliexpress.com^$removeparam=_t
! https://es.aliexpress.com/item/4001349152860.html?gps-id=5547572&scm_id=1007.19201.130907.0&scm=1007.19201.130907.0&scm-url=1007.19201.130907.0
||aliexpress.$removeparam=gps-id
$removeparam=scm_id
$removeparam=scm
$removeparam=scm-url
! https://heathercoxrichardson.substack.com/p/a-new-narrative/comments?token=eyJ1c2VyX2lkIjo4Nzk4NDQyLCJwb3N0X2lkIjoyMTAzMDA1MiwiXyI6ImtkSWlHIiwiaWF0IjoxNjA2NzgxODUxLCJleHAiOjE2MDY3ODU0NTEsImlzcyI6InB1Yi0yMDUzMyIsInN1YiI6InBvc3QtcmVhY3Rpb24ifQ.tTGn1X5uPyuv73zXQEp7JY1cserdlOVCNwshJONiHRw
||substack.com^$removeparam=token
! https://www.bing.com/search?q=hello&form=QBLH&sp=-1&pq=hello&sc=8-5&qs=n&sk=&cvid=49B83A335B1C4884B71B2FAD4A8027A9 (02/03/2021)
||bing.com^$removeparam=form
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-421689 (02/03/2021)
$removeparam=c[0]
$removeparam=rlz
$removeparam=pcampaignid
$removeparam=igshid
$removeparam=curator_clanid
$~media,removeparam=ser
$removeparam=snr
! https://www.bing.com/search?q=hello&sp=-1&pq=hello&sk=&sc=8-5&qs=n (04/03/2021)
||bing.com^$removeparam=sp
||bing.com^$removeparam=sc
||bing.com^$removeparam=sk
||bing.com^$removeparam=qs
! https://www.trouw.nl/nieuws/het-draagvlak-in-crisistijd-doet-premier-rutte-bijna-zweven-maar-hij-kan-ook-hard-vallen~bf367a86/?referrer=https%3A%2F%2Fwww.theguardian.com%2Fworld%2Fcommentisfree%2F2021%2Fmar%2F04%2Fcovid-derailed-great-hope-dutch-far-right-thierry-baudet (05/03/2021)
$removeparam=referrer,domain=~f4map.com|~deviantart.com
! https://www.bing.com/search?PC=U531&q=hello&FORM=ANNTA1 (05/03/2021)
||bing.com^$removeparam=PC
||bing.com^$removeparam=FORM
! https://rugby.no/finn-din-lokale-klubb/ (05/03/2021)
||maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate^$removeparam=/.*/
||maps.googleapis.com/maps/api/js/QuotaService.RecordEvent^$removeparam=/.*/
! https://ekstrabladet.dk/nyheder/samfund/slut-med-massageannoncer/8498857?account=ebreaking&ext_source=twitter (10/03/2021)
||ekstrabladet.dk^$removeparam=account
$removeparam=ext_source
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-487427 (17/03/2021)
||tradera.com^$removeparam=transactionalEmail
! https://graphicriver.net/item/invoice-estimation-brief/20668760?iradid=275988&irpid=1288974&iradtype=ONLINE_TRACKING_LINK&irmptype=mediapartner&mp_value1 (17/03/2021)
$removeparam=iradid
$removeparam=irpid
$removeparam=iradtype
$removeparam=irmptype
$removeparam=mp_value1
! https://no.pinterest.com/pin/371476669268114259/?d=t&mt=signupOrPersonalizedLogin (21/03/2021)
||pinterest.*mt=signup$removeparam=d
||pinterest.*mt=signup$removeparam=mt
! https://open.spotify.com/playlist/37i9dQZF1DWXRvPx3nttRN?si=asdf1234567890
||open.spotify.com^$removeparam=si
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-525100
||wsj.com/*mod=trending$removeparam=mod
$removeparam=surface,domain=nytimes.com|nytimes3xbfgragh.onion
$removeparam=fellback,domain=nytimes.com|nytimes3xbfgragh.onion
$removeparam=req_id,domain=nytimes.com|nytimes3xbfgragh.onion
$removeparam=algo
$removeparam=variant,domain=nytimes.com|nytimes3xbfgragh.onion
$removeparam=imp_id
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-526736 (25/03/2021)
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-873926
$removeparam=xid
! ||tcgplayer.com^$removeparam=q (Breaks search result bookmarks and search queries)
||tcgplayer.com^$removeparam=productLineName
||tcgplayer.com^$removeparam=setName
! https://www.pcgamer.com/hackers-are-exploiting-call-of-duty-warzone-cheaters-with-malware/?__twitter_impression=true (01/04/2021)
$removeparam=__twitter_impression
! https://www.academia.edu/9513828/Open_Theism_and_the_Millennial_in_the_Pew_Evangelical_Theology_and_Marketing_in_the_Age_of_the_World_Wide_Web?email_work_card=view-paper (02/04/2021)
$removeparam=email_work_card
! https://www.behance.net/gallery/40969175/MELOWY-MAGAZINE-FABBRI?tracking_source=search_projects_recommended%7Cvanni%20fabbri (06/04/2021)
$removeparam=tracking_source
! https://www.theverge.com/2021/4/16/22387492/google-floc-ad-tech-privacy-browsers-brave-vivaldi-edge-mozilla-chrome-safari?scrolla=5eb6d68b7fedc32c19ef33b4 (20/04/2021)
$removeparam=scrolla
! https://dagligvarehandelen.no/sites/default/files/styles/wysiwyg_full_width/public/70x100_cocashake_skisse_0.jpg?itok=k31KtKuB (30/04/2021)
$removeparam=itok
! https://www.nytimes.com/2021/04/27/business/media/new-york-post-kamala-harris.html?smtyp=cur&smid=fb-nytimes&fbclid=IwAR1mH8MOV2qhIoD5pdX9gbEWedBAdS4sYOXB0yHJi3tZZ6Hg5r0Us-EEv0s (28/04/2021)
$removeparam=smtyp
! https://techcrunch.com/2021/04/30/riot-games-updates-its-privacy-notice-to-start-developing-voice-comms-moderation/?tpcc=ECTW2020
$removeparam=tpcc
! https://www.rightmove.co.uk/properties/84442384?sc_id=36495303&onetime_FromEmail=true&cid=5a1f743a-db62-42d8-9d64-7fc6f01b0f2a&csg=Cns44tNNx5uSB2wZD7erMYDKCPA8xMUpm8yGDzQtyn3FSnEhKa#/ (06/05/2021)
$removeparam=onetime_FromEmail
! https://www.humblebundle.com/store/?linkID=&mcID=102:UUIDHERE:ot:UUIDHERE:1 (06/05/2021)
||humblebundle.com^$removeparam=linkID
||humblebundle.com^$removeparam=mcID
! https://cdnb.artstation.com/p/assets/images/images/030/045/719/large/abhishek-karmakar-b56f0421b303b8d9016f022d17330898.jpg?1599443127 (06/05/2021)
||artstation.com^$removeparam=/^[0-9]/
! https://www.wired.com/story/oversight-board-to-facebook-not-going-to-do-your-dirty-work/?mbid=social_twitter
$~xmlhttprequest,removeparam=mbid
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-706290
||bandcamp.com^$removeparam=from
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-711131
$removeparam=itid
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-715449
$removeparam=full_trSrc
$removeparam=cmpg_for_af
$removeparam=ICID
$removeparam=icid
$removeparam=hmb_campaign
$removeparam=hmb_medium
$removeparam=/^utm-/
$removeparam=aff
$removeparam=mc_cid
$removeparam=mc_eid
$removeparam=/^intgrtn_/
$removeparam=afftag
$removeparam=affid
! https://www.thedailybeast.com/russian-doctor-alexander-murakhovsky-who-lied-about-navalny-poisoning-disappeared-in-the-woods?source=articles&via=rss
||thedailybeast.com^$removeparam=via
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-716142
||cbc.ca^$removeparam=cmp
! https://www.imdb.com/title/tt10048342/mediaviewer/rm2490882049/?context=default
||imdb.com^$removeparam=context
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-728592
$removeparam=referralCode
$removeparam=LSNPUBID
||udemy.com^$removeparam=publisher_id
||udemy.com^$removeparam=website_id
$removeparam=admitad_uid
$removeparam=traffic_type
$removeparam=traffic_id
$removeparam=dcmp
||hostinger.$removeparam=session
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-737564
$removeparam=clickOrigin
$removeparam=clickSR
$removeparam=istCompanyId
$removeparam=istFeedId
$removeparam=istItemId
$removeparam=istBid
$removeparam=cmpid
||riverisland.com^$removeparam=sem
||marksandspencer.com^$removeparam=bvstate
! https://www.theguardian.com/technology/2021/may/11/apple-accused-of-breaking-uk-competition-law-by-overcharging-for-apps?CMP=Share_AndroidApp_Other
$removeparam=CMP
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-750434
||microsoft.com^$removeparam=epi
$removeparam=OCID
$removeparam=tduid
$removeparam=irclickid
$removeparam=irclicid
$removeparam=intcmp
||xbox.com^$removeparam=xr
$removeparam=sourceid
$removeparam=sharedid
$removeparam=affiliates_ad_id
$removeparam=campaign_id
$removeparam=wmlspartner
$removeparam=wpa_bd
$removeparam=wpa_pg_seller_id
$removeparam=wpa_ref_id
$removeparam=wpa_tag
$removeparam=wpa_aux_info
$removeparam=wpa_pos
$removeparam=wpa_plmt
$removeparam=wpa_aduid
$removeparam=aff_key
$removeparam=sscid
||banggood.com^$removeparam=SSAID
$removeparam=rmmds
$removeparam=act_poa
$removeparam=utmid
||deepdiscount.com^$removeparam=bid
$removeparam=pjxsource
||deepdiscount.com^$removeparam=medium
$removeparam=pjxaffiliate_id
$removeparam=pjxclick_id
$removeparam=clickId
$removeparam=msclkid
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-750307
$removeparam=rid,domain=giphy.com
||rightmove.co.uk^$removeparam=csg
! https://m.lightinthebox.com/no/p/kvinners-svart-blaa-groenn-vintage-maxi-kjole-langarmet-troeye-med-v-hals_p4298383.html?currency=NOK&litb_from=paid_adwords_shopping&sku=1_6920%7C2_286&country_code=no&adword_mt&adword_ct=496040937781&adword_kw&adword_pos&adword_pl&adword_net=u&adword_tar&adw_src_id=7573621213_12242627236_117670768776_pla-402619472328 (22/05/2021)
$removeparam=litb_from
$removeparam=/^adword_/
$removeparam=adw_src_id
! https://www.ericgown.no/A-Formet-Prinsesse-V-Hals-Gulvlengde-Chiffong-Selskapskjoler-Med-Frynse-Splittet-Front-017216976-g216976/?ggsub=pl&ggntk=g&ggcid=426150376762&ggkey&ggpos&ggdev=m&ggdevm&ggplm&ggtgt¤cy=EUR (22/05/2021)
$removeparam=ggsub
$removeparam=ggntk
$removeparam=ggcid
||ericgown.no^$removeparam=ggkey
$removeparam=ggpos
$removeparam=ggdev
$removeparam=ggdevm
$removeparam=ggplm
$removeparam=ggtgt
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-766124
||thegay.com^$removeparam=/(promo|fw)/
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-770867
$removeparam=ftag
||gamesport.com^$removeparam=/(ServiceType|UniqueID|PostType|TheTime)/
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-771456
$removeparam=/^__xts__/
$removeparam=custlixnkid
$removeparam=akmClientCountry
||banggood.com^$removeparam=p
$removeparam=pk_campaign
||booking.com^$removeparam=aid
$removeparam=hss_channel
$removeparam=mktids
$removeparam=mc_tc
$removeparam=ns_mchannel
$removeparam=ns_source
$removeparam=ns_campaign
$removeparam=ns_linkname
$removeparam=ns_fee
||bbc.$removeparam=pinned_post_locator
||bbc.$removeparam=pinned_post_asset_id
||bbc.$removeparam=pinned_post_type
||conrad.de^$removeparam=PubID
$removeparam=zanpid
||thehackernews.com^$removeparam=_m
$removeparam=hvadid
$removeparam=hvpos
$removeparam=hvnetw
$removeparam=hvrand
$removeparam=hvpone
$removeparam=hvptwo
$removeparam=hvqmt
$removeparam=hvdev
$removeparam=hvdvcmdl
$removeparam=hvlocint
$removeparam=hvlocphy
$removeparam=hvtargid
$removeparam=adgrpid
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-783185
$removeparam=wgu
$removeparam=wgexpiry
||awd-it.$removeparam=siteid
$removeparam=fsrc
$removeparam=ocid
$removeparam=Referrer
||apple.com^$removeparam=fnode
||netflix.com^$removeparam=trkid
||disneyplus.com^$removeparam=linkId
$removeparam=ad_pvid
$removeparam=algo_pvid
$removeparam=algo_expid
$removeparam=btsid
$removeparam=ws_ab_test
$removeparam=spLa
||epidemicsound.com^$removeparam=_us
||epidemicsound.com^$removeparam=_usx
$removeparam=affTrack
$removeparam=afftrack
$removeparam=shrsl_analytics_sscid
$removeparam=shrsl_analytics_sstid
$removeparam=/^AFF_ID/
||photojobz.com^$removeparam=hop
$removeparam=SSAID
$removeparam=affsrc
$removeparam=cm_mmc
$removeparam=aff_ref
||aliexpress.com^$removeparam=initiative_id
$removeparam=hsCtaTracking
||microsoft.com^$removeparam=headerid
||microsoft.com^$removeparam=/^AAAA/
$removeparam=affId
||proicc.com^$removeparam=tblci
||babbel.com^$removeparam=bsc
||babbel.com^$removeparam=btp
$removeparam=tblci
$removeparam=tcid
$removeparam=/^dv_adwords_/
||keepersecurity.com^$removeparam=/^hsa_/
$removeparam=adid
$removeparam=affid
$removeparam=wdorigin
$removeparam=wt.mc_id
||microsoft.com^$removeparam=ru
||microsoft.com^$removeparam=destrt
$removeparam=twitchReferral
! ||www.google.*/search?$removeparam=client (Breaks search-term suggestions)
$removeparam=/^shared/,domain=seura.fi|suomenkuvalehti.fi|kotiliesi.fi|tekniikanmaailma.fi|anna.fi|rakennusmaailma.fi
$removeparam=origin,domain=yle.fi|flaticon.com|drop.com|symbolab.com
$removeparam=elqTrackId
||discshop.fi^$removeparam=/^ad/
||hammacher.com^$removeparam=promo
||keepersecurity.com^$removeparam=campaignid
! https://www.netflix.com/watch/80057171?trackId=14170056&tctx=2%2C0%2Cad3cd321-a42b-461e-81d3-b18c51559559-25047246%2Ce7fede3c-e54d-4941-9849-8fb5d51dbada_37683809X10XX1622546150880%2Ce7fede3c-e54d-4941-9849-8fb5d51dbada_ROOT%2C
||netflix.com^$removeparam=trackId
$removeparam=tctx
! https://www.archdaily.com/962593/house-for-a-pianist-pedra-liquida?ad_medium=gallery
$removeparam=ad_medium
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-831247
||malwarebytes.com^$removeparam=guard
||malwarebytes.com^$removeparam=x-source
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-810773
$removeparam=adgroup
$removeparam=ads_name
$removeparam=ad_type
$removeparam=CAWELAID
$removeparam=partition_id
||rei.com^$removeparam=target_id
$removeparam=adgroup_id
$removeparam=channel,domain=rei.com|squarespace.com
||squarespace.com^$removeparam=subchannel
||squarespace.com^$removeparam=source
$removeparam=rlsatarget
$removeparam=targetid
$removeparam=elqCampaignId
$removeparam=dc_campid
$removeparam=dc_adgroupid
$removeparam=AFID
$removeparam=adgroupid
$removeparam=wt_mc
||humblebundle.com^$removeparam=partner
$removeparam=AFFID
$removeparam=AFFNAME
$removeparam=ACRID
$removeparam=ASUBID
$removeparam=ASID
$removeparam=cm_sp
$removeparam=cm_re
$removeparam=/^mbsy/
$removeparam=campaignid
||mechanicalkeyboards.com^$removeparam=creator
$removeparam=mkref
||play.google.com^$removeparam=shortlink
||play.google.com^$removeparam=pid
||audible.$removeparam=ref
||audible.$removeparam=source_code
||audible.$removeparam=ipRedirectFrom
||audible.$removeparam=ipRedirectOriginalURL
$removeparam=refer_code
$removeparam=loc
$removeparam=acampID
||google.$removeparam=prds
$removeparam=pj_creativeid
$removeparam=pj_publisherid
||spotify.com^$removeparam=referral
||boson.com^$removeparam=eid
||dustdeal.nl^$removeparam=tracker
$removeparam=track_campaignid
$removeparam=track_adgroupid
$removeparam=track_keyword
||booking.com^$removeparam=label
||bloomberg.com^$removeparam=sref
! https://www.verizon.com/deals/?SID=908A84AE-9041-433A-8EC7-CD9AB19B08F4&vendorid=CJM&PUBID=746431&cjevent=fb375adac6a811eb838200b20a18050d&cjdata=MXxZfDB8WXww
||verizon.com^$removeparam=SID
||verizon.com^$removeparam=vendorid
||verizon.com^$removeparam=cjevent
||verizon.com^$removeparam=cjdata
! https://www.coolblue.nl/nokia?cmt=c_b%2Ccp_386708701%2Caid_1235851292258762%2Ct_kwd-77240886961109%3Aloc-129%2Cn_s%2Cd_c%2Clp_2488
$removeparam=cmt
! https://www.discoveryplus.dk/programmer/fk-ikke-med-piger?idp=Facebook&responseCode=212 (18/06/2021)
||discoveryplus.$removeparam=idp
||discoveryplus.$removeparam=responseCode
! https://www.ellos.no/?extcmp=05_NO_Aff_Imp
$removeparam=extcmp
! https://www.staypro.no/?at_gd=2B9E397233E3B6D5EF466E3BC0AC42F1885D8A50
$removeparam=at_gd
! https://fernerjacobsen.no/?epi=STS-SHP--FernerJacobsen-Logo%7Cxid%3Afr1624121412114eah
||fernerjacobsen.no^$removeparam=epi
! https://www.gamerevolution.com/guides/685650-windows-11-tpm-2-0-pc-cant-run-install?amp (No one on fast networks really likes AMP, least of all uBlock Origin + 'Firefox for Android' users; 25/06/2021)
$removeparam=amp
! https://inews.co.uk/opinion/matt-hancock-health-bill-huge-row-no10-boris-johnson-1067703?_gl=1*1l47swq*_ga*OUp3WnF6dklkRHNVaHBfaDJmUnFHSkR5VFBtMzV5enpSWk1XUENzWlNENGg2VmdQZHZoRVFfV3BmNXV2ZjREYQ
$removeparam=_gl
! https://www.webhallen.com/se/product/290554-ASUS-TPM-M-R2-0-Module?ref=adtraction&epi=cyDowRclgCfa
||webhallen.com^$removeparam=ref
||webhallen.com^$removeparam=epi
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-895430
$removeparam=gtmtrack
! https://www.hs.fi/talous/art-2000006474289.html?share=095cb51bfd3619323ff183dd633ae8ab
||hs.fi^$removeparam=share
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-899565
$removeparam=vifAdCount
$removeparam=vifNav
! https://www.siteground.es/index.htm?afcode=dfe40d3ff0fcb7398f1c2a21ccc60504
$removeparam=afcode
! https://bcy.net/item/detail/6871525119949282312?_source_page=hashtag
$removeparam=_source_page
! https://www.voxi.co.uk/plans#plans?cid=aff-UK_20_7_P_X_A_J_D_VOXI_BAU_Drive_digidip%20UK%20and%20USA%20-%20Incentivized_Native_PAYG-FSIM_NA_NA_BAU_NA_NA_NA&vfadid=10951_249371
$removeparam=vfadid
! https://www.washingtonpost.com/gdpr-consent/?next_url=https%3a%2f%2fwww.washingtonpost.com%2fworld%2f2021%2f06%2f29%2fcanada-heat-dome-deaths%2f%3foutputType%3damp&outputType=amp
&outputType=amp^$removeparam=outputType
! https://www.hulu.com/welcome?orig_referrer=https%3A%2F%2Fduckduckgo.com%2F
$removeparam=orig_referrer
! https://www.detur.fi/?AgentCode=NAPSU
$removeparam=AgentCode
! https://www.loistoristeilyt.fi/?agency=napsu
$removeparam=agency
! https://www.nazar.fi/?AgencyNbr=1233
$removeparam=AgencyNbr
! https://scandjet.fi/?agentcodeweblink=Napsu
$removeparam=agentcodeweblink
! https://www.tui.fi/?agent=napsu
||tui.$removeparam=agent
! https://www.engadget.com/onedrive-windows-64-bit-preview-222528824.html?ncid=txtlnkusaolp00000618
$removeparam=ncid
! https://www.f-secure.com/en/home/products/freedome?ecid=10588&adcid=10588
$removeparam=ecid
$removeparam=adcid
! https://www.gamereactor.fi/?sid=39feac60637556f2d1f67482abf2b1ea
$~xmlhttprequest,removeparam=sid
! https://spreadprivacy.com/duckduckgrowing/?s=pr-hd
||spreadprivacy.com^$removeparam=s
! https://www.marvel.com/insider?Osocial=YT&CID=MarvelInsider
||marvel.com^$removeparam=CID
$removeparam=Osocial
! https://www.hp.com/us-en/shop/slp/weekly-deals?jumpid=ma_home_hero_na_1_210623
||hp.com^$removeparam=jumpid
! https://www.nytimes.com/2008/12/16/sports/othersports/16beckey.html?adxnnl=1&adxnnlx=1257549224-XSk5v9i4LDrKlVwQmlgO8A&
$removeparam=/^adxnnl/
! https://blog.jetbrains.com/kotlin/2021/06/kotlin-features-survey-edition-2/?mkt_tok=NDI2LVFWRC0xMTQAAAF9-3GNOHYuxznbVfWFJwaLccIFxZDcCoVn3_IUPwxq_RTzesK-rXihOxgp71Zz10Pas3LnxiN048toSrAP2Miqq858ZZZg6PMPH0KaOYbu-lQfkA
||jetbrains.com^$removeparam=mkt_tok
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-972519
||aliexpress.$removeparam=/^aff_/
||aliexpress.$removeparam=tt
||aliexpress.$removeparam=sk
||aliexpress.$removeparam=terminal_id
$removeparam=tmLog
$removeparam=aem_p4p_detail
$removeparam=algo_exp_id
||primevideo.com^$removeparam=ref_
$removeparam=mkt_tok
$removeparam=/^amp;/
$removeparam=/^WT.z_/
$removeparam=/^WT.v_/
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-987226
||linode.com^$~xmlhttprequest,removeparam=r
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-1004671
$removeparam=ampcid
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-1015504
||walmart.com^$removeparam=veh
$removeparam=affname
$removeparam=MID
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-1018250
||reddit.com^$removeparam=ved
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-1018655
||hinta.fi^$removeparam=v
@@||hinta.fi/lib/$removeparam=v
! ——— Amazon ———
! https://www.amazon.com/Razer-Core-Thunderbolt-External-Enclosure/dp/B07CQG2K5K/?tag=makeusw-20&linkCode=ogi&th=1&psc=1 (15/11/2020)
||amazon.$removeparam=th
||amazon.$removeparam=linkCode
! https://www.amazon.co.uk/Bos-Magical-New-Friend-Scholastic/dp/1338323326/ref=pd_sbs_14_1/262-3877129-1714269?_encoding=UTF8&pd_rd_i=1338323326&pd_rd_r=da2a232b-99a2-4202-ade0-6b52bb20749b&pd_rd_w=cXLbd&pd_rd_wg=46K05&pf_rd_p=2773aa8e-42c5-4dbe-bda8-5cdf226aa078&pf_rd_r=1HVF5BQG27VGX33FG5J6&psc=1&refRID=1HVF5BQG27VGX33FG5J6
$removeparam=pd_rd_i
$removeparam=pd_rd_r
$removeparam=pd_rd_w
$removeparam=pd_rd_wg
$removeparam=refRID
@@||amazon.*/gp/slredirect/picassoRedirect.html^$removeparam
! https://www.amazon.com/Disney-Fairies-Lessons-Chapter-ebook-ebook/dp/B007R6UWG2/ref=sr_1_16?dchild=1&keywords=disney+fairies&qid=1606488113&sr=8-16 (27/11/2020)
$removeparam=dchild
$removeparam=qid
||amazon.$removeparam=sr
! https://www.amazon.co.uk/dp/B08K443FBQ/ref=asc_df_B08K443FBQ1606003200000/?creative=22374&creativeASIN=B08K443FBQ (28/11/2020)
$removeparam=creative
$removeparam=creativeASIN
! https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-max-instance-lifetime.html?sc_icampaign=Adoption_Campaign_pac-optimize-2020-console-1-asg-max&sc_ichannel=ha&sc_icontent=awssm-5270&sc_ioutcome=Enterprise_Digital_Marketing&sc_iplace=console-ec2autoscaling_infobar&trk=ha_a121p21423yfe1DAD~ha_awssm-5270&trkCampaign=pac-edm-2019-optimize-autoscaling-instance-asg (28/02/2021)
$removeparam=/^sc_/
$removeparam=trkCampaign
$removeparam=trk,domain=splashthat.com|aws.amazon.com
$removeparam=es_id
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-700946
||amazon.$removeparam=/__mk_*_*/
||amazon.$removeparam=ascsubtag
||amazon.$removeparam=camp
||amazon.$removeparam=crid
||amazon.$removeparam=/^cv_ct_/
||amazon.$removeparam=ie
||amazon.$removeparam=linkId
||amazon.$removeparam=rnid
! ||amazon.$removeparam=s
||amazon.$removeparam=sprefix
||amazon.$removeparam=ac_md
||amazon.$removeparam=/^pf_rd_/
! https://www.amazon.com/dp/B08NPNYMW4/?coliid=I15X2UZZA97XNK
$removeparam=coliid
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-810773
$removeparam=geniuslink
||amazon.$removeparam=aaxitk
||amazon.$removeparam=hsa_cr_id
||amazon.$removeparam=/^pd_rd_/
! https://www.amazon.com/Razer-Core-Thunderbolt-External-Enclosure/dp/B07CQG2K5K/?tag=makeusw-20&linkCode=ogi&th=1&psc=1 (15/11/2020)
$~xmlhttprequest,removeparam=psc
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-944078
||amazon.$removeparam=twitchToken
||amazon.$removeparam=sigts
||amazon.$removeparam=sig
||amazon.$removeparam=adId
||amazon.$removeparam=ref-refURL
||amazon.$removeparam=imprToken
! https://www.amazon.es/stores/page/592C024E-4E49-421A-8F46-E0D751082704?store_ref=SB_A05201253TLBE81101JJ5&lp_asins=B07L8XGM53%2CB07L8Y3YFP%2CB07L8N2T51&lp_slot=desktop-arbies&lp_page_asin=B0777WPMPH
||amazon.$removeparam=store_ref
||amazon.$removeparam=lp_asins
||amazon.$removeparam=lp_slot
||amazon.$removeparam=lp_page_asin
! https://www.amazon.com/dp/B07HHB4V52/ref=sxin_10?asc_contentid=amzn1.osa.0c5b64f1-890d-494e-907a-f004c81dc340.A1RKKUPIHCS9HS.en_US&asc_contenttype=article&keywords=monitor
||amazon.$removeparam=asc_contentid
||amazon.$removeparam=asc_contenttype
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-978858
||amazon.$removeparam=visitId
||amazon.$removeparam=field-lbr_brands_browse-bin
! Other
||amazon.$removeparam=ingress
@@/b/ref=$removeparam=ie
! ——— Facebook ———
! https://gitlab.com/KevinRoebert/ClearUrls/-/issues/157
$removeparam=eid,domain=facebook.com|facebookcorewwwi.onion|messenger.com
$removeparam=hc_ref
$removeparam=hc_location
! https://www.facebook.com/206669696035334/posts/3670522079650061/?sfnsn=mo (08/02/2021)
$removeparam=sfnsn
! https://raw.githubusercontent.com/kowith337/PersonalFilterListCollection/master/filterlist/other/SurvivedTrackingLinkWarning.txt (Considered by me to be transformative work)
! https://www.facebook.com/2021iihfworlds/videos/hey-we-are-moving-on-with-spiky-video-series-this-time-our-mascot-helps-organizi/925480501570258/?__so__=permalink&__rv__=related_videos (22/05/2021)
?*__$~xmlhttprequest,removeparam=/^__[bce-z]/,domain=facebook.com|facebookcorewwwi.onion|messenger.com
$removeparam=acontext
$removeparam=dti
$removeparam=fref
$removeparam=/^hc_/,domain=facebook.com|facebookcorewwwi.onion|messenger.com
$removeparam=lst,domain=facebook.com|facebookcorewwwi.onion|messenger.com
$removeparam=/^pn_/,domain=facebook.com|facebookcorewwwi.onion|messenger.com
$removeparam=privacy_mutation_token
$removeparam=settings_tracking
$removeparam=/^zero_/,domain=facebook.com|facebookcorewwwi.onion|messenger.com
||facebook.com/ads^$removeparam=session_id
! https://x.facebook.com/mylittlepony/videos/917830495715016/?refsrc=https%3A%2F%2Fx.facebook.com%2Fmylittlepony%2Fposts%2F4640468362637231&_rdr (09/04/2021)
$removeparam=refsrc
$removeparam=_rdr
! https://m.facebook.com/groups/474038555978926/permalink/3971436826239064/?locale2=nb_NO&refid=18&_ft_=qid.-8161291356206974390%3Amf_story_key.3971436826239064%3Atop_level_post_id.3971436826239064%3Atl_objid.3971436826239064%3Acontent_owner_id_new.100000852462546%3Apage_id.474038555978926%3Asrc.22%3Astory_location.6%3Astory_attachment_style.photo%3Afilter.GroupStoriesByActivityEntQuery%3Atds_flgs.3%3Aott.AX85R38AvGqMKK58%3Apage_insights.%7B%22474038555978926%22%3A%7B%22page_id%22%3A474038555978926%2C%22page_id_type%22%3A%22group%22%2C%22actor_id%22%3A100000852462546%2C%22dm%22%3A%7B%22isShare%22%3A0%2C%22originalPostOwnerID%22%3A0%7D%2C%22psn%22%3A%22EntGroupMallPostCreationStory%22%2C%22post_context%22%3A%7B%22object_fbtype%22%3A657%2C%22publish_time%22%3A1626033323%2C%22story_name%22%3A%22EntGroupMallPostCreationStory%22%2C%22story_fbid%22%3A%5B3971436826239064%5D%7D%2C%22role%22%3A1%2C%22sl%22%3A6%7D%7D&__tn__=-R
$removeparam=_ft_
! ——— eBay ———
! https://www.ebay.com/itm/Disney-Fairies-Annual-2008/173553616659?_trkparms=aid%3D111001%26algo%3DREC.SEED%26ao%3D1%26asc%3D20160908105057%26meid%3Da7ecc6d2187f43619ceae843d9c7e96e%26pid%3D100675%26rk%3D1%26rkt%3D15%26sd%3D173553616659%26itm%3D173553616659&_trksid=p2481888.c100675.m4236&_trkparms=pageci%3A87956e3f-3968-11e9-ae7f-74dbd1801ed7%7Cparentrq%3A277c9f541690a861b48415dfffeb1383%7Ciid%3A1 (31/10/2020)
$removeparam=_trkparms
$removeparam=_trksid
! https://www.ebay.com/sch/i.html?_from=R40&_nkw=Born+Pretty&_sacat=0&_pgn=5&rt=nc (27/11/2020)
$removeparam=_from
$removeparam=sacat
! ||ebay.$removeparam=rt (Believed to break search filter buttons; #174)
! https://www.ebay.com/sch/i.html?_from=R40&_nkw=Ugreen&_blrs=spell_auto_correct (27/11/2020)
$removeparam=_blrs
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-700500 (06/05/2021)
$removeparam=amdata,domain=ebay.*
$removeparam=epid,domain=ebay.*
$removeparam=hash,domain=ebay.*
$removeparam=iid,domain=ebay.*
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-771456
||ebay.$removeparam=epid
||ebay.$removeparam=amdata
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-783185
||ebay.^$removeparam=mkevt
||ebay.^$removeparam=mkcid
||ebay.^$removeparam=customid
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-810773
||ebay.$removeparam=chn
||ebay.$removeparam=mkrid
||ebay.$removeparam=mktype
$removeparam=googleloc
||ebay.$removeparam=poi
||ebay.$removeparam=mkgroupid
||ebay.$removeparam=abcId
$removeparam=_sacat
||ebay.$removeparam=campid
||ebay.$removeparam=toolid
! ——— Google Search ———
! https://books.googleusercontent.com/books/content/reader?id=ZqK8A800eu4C&hl=no&pg=epub_10-jpg&img=1&zoom=6&cds=2&sig=ACfU3U3Si7lRb8j-vl0ZHTxcQUS7QcwWfg&w=800&h=1046&cp_ksver=2%3DVrverkkqAh0.&source=ge-web-app (The "$sig" value is specific to individual Google Play Books accounts; 22/11/2020)
$removeparam=source,domain=googleusercontent.com|contabo.com|wired.com|tiktok.com|thedailybeast.com|itnext.io|medium.com|awd-it.*|webhint.io
$removeparam=cp_ksver
! https://www.google.no/search?q=disney+fairies+rani&source=lnms&tbm=isch&sa=X&ved=2ahUKEwj14vqyvpbtAhXDlYsKHYXwAE4Q_AUoAXoECAsQAw&biw=1440&bih=2417#imgrc=wxIq9RsVA6XwVM
$removeparam=biw
$removeparam=bih
!#if env_chromium
||google.$removeparam=ved
@@||google.com/url?$removeparam=ved
$removeparam=usg,domain=~translate.googleusercontent.com|~translate.google.*
!#endif
! https://www.google.no/search?ei=rKq_X621OYCHwPAP5YCiuA0&q=penli.fi&oq=penli.fi&gs_lcp=CgZwc3ktYWIQAzIECAAQEzIGCAAQHhATMgYIABAeEBNQw2VYw2Vg-2ZoAHAAeACAAWGIAacBkgEBMpgBAKABAaoBB2d3cy13aXrAAQE&sclient=psy-ab&uact=5 (26/11/2020)
$removeparam=gs_lcp
$removeparam=cshid
||google.$removeparam=ei
! https://www.google.com/search?q=%22The%20Butterfly%20Fairy%20Friends%22%20little%20airplane&newwindow=1&sxsrf=ALeKk011aAibMJ9b29iUUQWPxzOfWhZZJA%3A1606560888505&tbas=0&source=lnt&sa=X (28/11/2020)
$removeparam=sxsrf
$removeparam=tbas
! https://www.google.no/search?newwindow=1&source=univ&tbm=isch&q=fursuit&hl=no&fir=nwjEObe4q69GJM%2(…abridged by Dandelion…)3ezNNzM%252C_&usg=AI4_-kQL51ABubPt5Njl2wYsc9VKumls8Q&sa=X (23/01/2021)
!+ NOT_OPTIMIZED
$removeparam=fir
||google.*/search$removeparam=source
! https://www.google.no/search?q=beetle&sa=X&hl=no&tbm=isch&ictx=1&fir=hA_sSJDgDUD05M%252Cra9C8zPHQZacDM%252C_%253BjHMPo_nzeT4CHM%252CJ-BwVgjGhTXbRM%252C_%253B8idWw3wKyv8TEM%252CEq9NAOyMjA8-LM%252C_%253BIr3d2npsvZA5mM%252Carwh6OytVDPyyM%252C_&vet=1&usg=AI4_-kQywyXRkRPeAWvGNhHd9wKvex-4AQ#imgrc=hA_sSJDgDUD05M (03/05/2021)
@@||google.*&tbm=isch&*#imgrc=$removeparam=fir
@@||google.*&tbm=isch&*#imgrc=$removeparam=usg
! https://www.google.no/imghp?hl=no&ogbl (13/03/2021)
$removeparam=ogbl
! https://www.google.com/webhp?client=firefox-b-m&channel=ts (06/05/2021)
||google.*/webhp$removeparam=channel
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-715449
||www.google.$removeparam=aqs
! ||www.google.$removeparam=stick (Breaks boxart feeds on the top of movie-related searches)
||www.google.$removeparam=btnG
||www.google.$removeparam=iflsig
! ———TikTok———
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-632259
||tiktok.com^$removeparam=app
||tiktok.com^$removeparam=_r
$removeparam=share_ab_group
$removeparam=u_code
$removeparam=is_copy_url
$removeparam=is_from_webapp
$removeparam=sender_device
$removeparam=sender_web_id
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-750307
||tiktok.com^$removeparam=_d
||tiktok.com^$removeparam=tt_from
||tiktok.com^$removeparam=preview_pb
||tiktok.com^$doc,removeparam=user_id
||tiktok.com^$doc,removeparam=sec_user_id
$removeparam=share_app_id
$removeparam=share_item_id
$removeparam=share_link_id
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-783185
||tiktok.com^$~xmlhttprequest,removeparam=/(referer_url|referer_video_id|refer|sender_device|sender_web_id|is_from_webapp|is_copy_url)/
! ! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-810773
||tiktok.com^$removeparam=c
||tiktok.com^$removeparam=is_retargeting
! https://github.com/DandelionSprout/adfilt/discussions/163#discussioncomment-974118
||tiktok.com^$removeparam=checksum
!#if !env_mobile
! ——— Entries mostly dedicated to maximising image sizes (thus poorly suited for phones) ———
! https://sproutsluckycorner.files.wordpress.com/2019/12/ring-fit-adventure-smoothies-1.png?w=600 (Shows the actual raw image instead of a promotion page; 25/11/2020)
$removeparam=w,domain=files.wordpress.com|store.playstation.com|s-microsoft.com|store-images.microsoft.com
$removeparam=h,domain=files.wordpress.com|store.playstation.com|s-microsoft.com|store-images.microsoft.com
! https://i-viaplay-com.akamaized.net/viaplay-prod/64/412/1566206933-67aca1cbde0e0edf7ee8d3d2a79748af3e64ba8d.jpg?width=400&height=600 (02/03/2021)
$removeparam=width,domain=i-viaplay.com.akamaized.net|media.discordapp.net|tvno.nu
$removeparam=height,domain=i-viaplay.com.akamaized.net|media.discordapp.net|tvno.nu
!#endif