Add chrome extension source

This commit is contained in:
Dave Gallant
2023-04-06 21:48:53 -04:00
parent 19bd601757
commit 1a9fbb061f
5 changed files with 87 additions and 2 deletions

View File

@@ -1,7 +1,23 @@
# rfd-redirect-stripper
This is a [Tampermonkey](https://www.tampermonkey.net/) userscript that strips affiliate redirects from deal links posted on https://forums.redflagdeals.com.
rfd-redirect-stripper strips affiliate redirects from deal links posted on https://forums.redflagdeals.com.
## Why?
This can help prevent broken links from collisions with adblockers. I wouldn't suggest using this unless you are experiencing difficulties opening links. Affiliate links and referrals help support RedFlagDeals.com.
This helps prevent broken links from collisions with adblockers. Only use if you are experiencing difficulties opening links. Affiliate links and referrals help support RedFlagDeals.com.
## Tampermonkey Script
This was originally a [Tampermonkey](https://www.tampermonkey.net/) userscript before evolving into a browser extension.
Copy [script.js](./script.js) into Tampermonkey.
## Chrome extension
To load the browser extension, clone this repo and load [extensions/chrome](./extensions/chrome/).
## Updating redirects
The chrome extension will update itself by periodically fetching the latest [redirects.json](redirects.json).
Open a pull request to this repo to update the redirects.