mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-06 00:33:39 +00:00
* Adding avantlink and pfx.io * Syntax fix --------- Co-authored-by: timwharton <timwharton@users.noreply.github.com>
71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
[
|
|
{
|
|
"name": "Amazon",
|
|
"pattern": "www.amazon.ca/gp/redirect.html\\?ie=UTF8&location=(?<baseUrl>.*?)(&|ref%3D|%3F)"
|
|
},
|
|
{
|
|
"name": "Best Buy",
|
|
"pattern": "bestbuyca.(.*).net(.*)\\?u=(?<baseUrl>.*)"
|
|
},
|
|
{
|
|
"name": "HP",
|
|
"pattern": "www.awin1.com(.*)&clickref=&p=(?<baseUrl>.*)&.*"
|
|
},
|
|
{
|
|
"name": "Samsung",
|
|
"pattern": "www.awin1.com(.*)?p=(?<baseUrl>.*)"
|
|
},
|
|
{
|
|
"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": "kqzyfj",
|
|
"pattern": "www.kqzyfj.com(.*)?url=(?<baseUrl>.*)&sid=.*"
|
|
},
|
|
{
|
|
"name": "walmart",
|
|
"pattern": "click.linksynergy.com(.*)?murl=(?<baseUrl>.*)&u1=.*"
|
|
},
|
|
{
|
|
"name": "dpbolvw.net",
|
|
"pattern": "www.dpbolvw.net(.*)?url=(?<baseUrl>.*)"
|
|
},
|
|
{
|
|
"name": "jdoqocy.com",
|
|
"pattern": "www.jdoqocy.com(.*)?url=(?<baseUrl>.*)&sid=rfdcb"
|
|
},
|
|
{
|
|
"name": "pfx.io",
|
|
"pattern": "(.*).pxf.io(.*)?u=(?<baseUrl>.*)"
|
|
},
|
|
{
|
|
"name": "avantlink.com",
|
|
"pattern": "(.*).avantlink.com(.*)?url=(?<baseUrl>.*)"
|
|
}
|
|
]
|