From 0fe1425c07d9beb1a52f8c28133ba398ad641362 Mon Sep 17 00:00:00 2001 From: anonion Date: Tue, 27 Dec 2022 21:14:58 -0700 Subject: [PATCH] Add redirectingat.com to the list --- script.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script.js b/script.js index 55ad923..ce1b3f7 100644 --- a/script.js +++ b/script.js @@ -28,6 +28,10 @@ name: 'Samsung', pattern: 'www.awin1.com(.*)\?p=(?.*)', }, + { + name: 'redirectingat.com', + pattern: 'go.redirectingat.com/.*url=(?.*).*', + }, ]; var StripRedirect = function(URL) {