3 Commits

Author SHA1 Message Date
Dave Gallant
8aef9b158c Update README.md 2024-10-25 23:19:49 -04:00
davegallant
0f08686d03 Apply automatic changes 2024-10-26 03:19:35 +00:00
Dave Gallant
4ff1a4dd65 Update README.md 2024-10-25 23:19:23 -04:00
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
# rfd-redirect-stripper # rfd-redirect-stripper
<a href="https://chromewebstore.google.com/detail/rfd-redirect-stripper/npnhoaofocjfjcjlglaihlhkbgaokmpa?authuser=0&hl=en"><img src="https://user-images.githubusercontent.com/585534/107280622-91a8ea80-6a26-11eb-8d07-77c548b28665.png" alt="Get rfd-redirect-stripper for Chrome"></a> > ⚠️ Unfortunately Google decided to remove this extension from the Chrome Web Store. It can still be built from source and added to chrome.
<a href="https://addons.mozilla.org/en-US/firefox/addon/rfd-redirect-stripper/"><img src="https://user-images.githubusercontent.com/585534/107280546-7b9b2a00-6a26-11eb-8f9f-f95932f4bfec.png" alt="Get rfd-redirect-stripper for Firefox"></a> <a href="https://addons.mozilla.org/en-US/firefox/addon/rfd-redirect-stripper/"><img src="https://user-images.githubusercontent.com/585534/107280546-7b9b2a00-6a26-11eb-8f9f-f95932f4bfec.png" alt="Get rfd-redirect-stripper for Firefox"></a>
<a href="https://chromewebstore.google.com/detail/rfd-redirect-stripper/npnhoaofocjfjcjlglaihlhkbgaokmpa?authuser=0&hl=en"><img src="https://user-images.githubusercontent.com/585534/107280622-91a8ea80-6a26-11eb-8d07-77c548b28665.png" alt="Get rfd-redirect-stripper for Chrome"></a>
Strips affiliate redirects from deal links posted on <https://forums.redflagdeals.com>. Strips affiliate redirects from deal links posted on <https://forums.redflagdeals.com>.

View File

@@ -7,7 +7,7 @@
// @match *://forums.redflagdeals.com/* // @match *://forums.redflagdeals.com/*
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @updateURL https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/script.js // @updateURL https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/script.js
// @version 2024-10-09 // @version 2024-10-26
// ==/UserScript== // ==/UserScript==
(function() { (function() {