Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Gallant
65d027740d Add chrome web store link 2024-07-23 07:37:20 -04:00
Dave Gallant
824f3d1367 Remove host permissions 2024-07-23 07:33:21 -04:00
2 changed files with 12 additions and 11 deletions

View File

@@ -1,19 +1,17 @@
# rfd-redirect-stripper
rfd-redirect-stripper 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 helps navigate around broken links when using certain adblockers.
## 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.
## Browser Extensions
### Chrome
The extension is available on [the chrome web store](https://chromewebstore.google.com/detail/rfd-redirect-stripper/npnhoaofocjfjcjlglaihlhkbgaokmpa?authuser=0&hl=en).
### Firefox
The extension is available [here](https://addons.mozilla.org/en-US/firefox/addon/rfd-redirect-stripper/).
@@ -48,3 +46,9 @@ For example:
```text
https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/my-new-branch/redirects.json
```
## Tampermonkey Script
This was originally a [Tampermonkey](https://www.tampermonkey.net/) userscript before evolving into a browser extension.
To use as a tampermonkey script, copy [script.js](./script.js) into Tampermonkey.

View File

@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "rfd-redirect-stripper",
"description": "Strip tracking redirects on rfd",
"version": "0.5",
"version": "0.5.1",
"content_scripts": [
{
"matches": [
@@ -29,9 +29,6 @@
"storage",
"alarms"
],
"host_permissions": [
"*://forums.redflagdeals.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "davegallant@gmail.com",