Rename to rfd-affiliate-stripper

This commit is contained in:
Dave Gallant
2024-10-29 18:24:53 -04:00
parent 8aef9b158c
commit b8f9f77e91
9 changed files with 20 additions and 22 deletions

View File

@@ -1,12 +1,12 @@
// ==UserScript==
// @name RedFlagDeals Redirect Stripper
// @name RFD Affiliate Stripper
// @author Dave Gallant
// @description Strip redirect links on forums.redflagdeals.com
// @downloadURL https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/script.js
// @downloadURL https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/script.js
// @grant none
// @match *://forums.redflagdeals.com/*
// @namespace http://tampermonkey.net/
// @updateURL https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/script.js
// @updateURL https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/script.js
// @version 2024-10-26
// ==/UserScript==