From 3b7b12c277d04f51d53640d4e0ad57b1b05c78d9 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Tue, 27 Dec 2022 21:22:34 -0500 Subject: [PATCH] Add pattern for samsung.com --- script.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index 106769a..55ad923 100644 --- a/script.js +++ b/script.js @@ -1,10 +1,10 @@ // ==UserScript== +// @name RedFlagDeals Redirect Stripper // @author Dave Gallant // @description Strip redirect links on forums.redflagdeals.com // @downloadURL https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/script.js // @grant none // @match *://forums.redflagdeals.com/* -// @name RedFlagDeals Redirect Stripper // @namespace http://tampermonkey.net/ // @updateURL https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/script.js // @version 0.0.1 @@ -24,6 +24,10 @@ name: 'Best Buy', pattern: 'bestbuyca.(.*).net(.*)\\?u=(?.*)', }, + { + name: 'Samsung', + pattern: 'www.awin1.com(.*)\?p=(?.*)', + }, ]; var StripRedirect = function(URL) {