mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-06 00:33:39 +00:00
Added more redirect urls
This commit is contained in:
committed by
Dave Gallant
parent
cf2f1de0e6
commit
9fd42c68c6
30
script.js
30
script.js
@@ -31,6 +31,36 @@
|
||||
{
|
||||
name: 'redirectingat.com',
|
||||
pattern: 'go.redirectingat.com/.*url=(?<baseUrl>.*).*',
|
||||
name: 'homedepot',
|
||||
pattern: 'the-home-depot-ca.pxf.io(.*)\?u=(?<baseUrl>.*)',
|
||||
},
|
||||
{
|
||||
name: 'redirectingat',
|
||||
pattern: 'go.redirectingat.com(.*)\?url=(?<baseUrl>.*)',
|
||||
},
|
||||
{
|
||||
name: 'adidas-canada',
|
||||
pattern: 'adidas-canada.sjv.io(.*)\?u=(?<baseUrl>.*)',
|
||||
},
|
||||
{
|
||||
name: 'canadiantire',
|
||||
pattern: 'imp.i([0-9]*).net(.*)\?u=(?<baseUrl>.*)',
|
||||
},
|
||||
{
|
||||
name: 'underarmour',
|
||||
pattern: 'www.awin1.com(.*)\?ued=(?<baseUrl>.*)',
|
||||
},
|
||||
{
|
||||
name: 'lenovo',
|
||||
pattern: '(.*).evyy.net(.*)\?u=(?<baseUrl>.*)',
|
||||
},
|
||||
{
|
||||
name: 'thesource',
|
||||
pattern: 'www.kqzyfj.com(.*)\?url=(?<baseUrl>.*)',
|
||||
},
|
||||
{
|
||||
name: 'walmart',
|
||||
pattern: 'click.linksynergy.com(.*)\?murl=(?<baseUrl>.*)&u1=.*',
|
||||
},
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user