mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-06 00:33:39 +00:00
Add pattern for samsung.com
This commit is contained in:
@@ -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=(?<baseUrl>.*)',
|
||||
},
|
||||
{
|
||||
name: 'Samsung',
|
||||
pattern: 'www.awin1.com(.*)\?p=(?<baseUrl>.*)',
|
||||
},
|
||||
];
|
||||
|
||||
var StripRedirect = function(URL) {
|
||||
|
Reference in New Issue
Block a user