mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-06 08:43:40 +00:00
Add redirectingat.com to the list
This commit is contained in:
@@ -28,6 +28,10 @@
|
|||||||
name: 'Samsung',
|
name: 'Samsung',
|
||||||
pattern: 'www.awin1.com(.*)\?p=(?<baseUrl>.*)',
|
pattern: 'www.awin1.com(.*)\?p=(?<baseUrl>.*)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'redirectingat.com',
|
||||||
|
pattern: 'go.redirectingat.com/.*url=(?<baseUrl>.*).*',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
var StripRedirect = function(URL) {
|
var StripRedirect = function(URL) {
|
||||||
|
Reference in New Issue
Block a user