mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2026-01-14 22:24:05 +00:00
Add chrome web store link
This commit is contained in:
18
README.md
18
README.md
@@ -1,19 +1,17 @@
|
|||||||
# rfd-redirect-stripper
|
# 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?
|
## Why?
|
||||||
|
|
||||||
This helps navigate around broken links when using certain adblockers.
|
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
|
## 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
|
### Firefox
|
||||||
|
|
||||||
The extension is available [here](https://addons.mozilla.org/en-US/firefox/addon/rfd-redirect-stripper/).
|
The extension is available [here](https://addons.mozilla.org/en-US/firefox/addon/rfd-redirect-stripper/).
|
||||||
@@ -48,3 +46,9 @@ For example:
|
|||||||
```text
|
```text
|
||||||
https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/my-new-branch/redirects.json
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user