Dave Gallant 65776f1f51 Remove scripting permission and host_permissions and publish to chrome web store (#31)
* Remove scripting permission

* Remove host permissions

* Add chrome web store link
2024-07-23 07:39:29 -04:00
2024-01-01 15:56:55 -05:00
2024-01-01 15:56:55 -05:00
2024-01-14 16:31:12 -05:00
2023-09-30 21:20:53 -04:00
2024-06-24 17:17:38 -04:00
2024-06-28 12:02:03 -04:00
2024-06-24 21:17:49 +00:00

rfd-redirect-stripper

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.

Browser Extensions

Chrome

The extension is available on the chrome web store.

Firefox

The extension is available here.

Ensure that permissions are granted. If this is not done, the extension will not have permission to execute.

image

Building the extension

To build the extension, run:

npm install
npm run build

Updating redirects

The browser extension will update the list of redirects by periodically fetching the latest redirects.json.

Open a pull request to this repo to update the redirects.

An easy way to test regex: regex101.com.

New config can be tested by pointing the config url of the extension to your own branch.

image

For example:

https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/my-new-branch/redirects.json

Tampermonkey Script

This was originally a Tampermonkey userscript before evolving into a browser extension.

To use as a tampermonkey script, copy script.js into Tampermonkey.

Description
a browser extension that strips affiliate redirects on redflagdeals.com
Readme MIT 1.9 MiB
Languages
JavaScript 82.6%
CSS 12.5%
HTML 4.9%