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) {