Skip to content

Commit

Permalink
Add chrome web store link
Browse files Browse the repository at this point in the history
  • Loading branch information
davegallant committed Jul 23, 2024
1 parent 824f3d1 commit 65d0277
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# 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.
## Browser Extensions

Copy [script.js](./script.js) into Tampermonkey.
### Chrome

## Browser Extensions
The extension is available on [the chrome web store](https://chromewebstore.google.com/detail/rfd-redirect-stripper/npnhoaofocjfjcjlglaihlhkbgaokmpa?authuser=0&hl=en).

### Firefox

Expand Down Expand Up @@ -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.

0 comments on commit 65d0277

Please sign in to comment.