mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-10-11 11:36:02 +00:00
Compare commits
4 Commits
1aabf02916
...
558834eef3
Author | SHA1 | Date | |
---|---|---|---|
|
558834eef3 | ||
|
7975241b04 | ||
|
fbf4023b97 | ||
|
4bc87302a0 |
14
README.md
14
README.md
@@ -21,17 +21,7 @@ https://www.amazon.ca/dp/B09YXY3DKN
|
||||
|
||||
This helps navigate around broken links when using certain adblockers.
|
||||
|
||||
## Browser Extensions
|
||||
|
||||
### Chrome
|
||||
|
||||
The extension is available [here](https://chromewebstore.google.com/detail/rfd-redirect-stripper/npnhoaofocjfjcjlglaihlhkbgaokmpa?authuser=0&hl=en).
|
||||
|
||||
### Firefox
|
||||
|
||||
The add-on is available [here](https://addons.mozilla.org/en-US/firefox/addon/rfd-redirect-stripper/).
|
||||
|
||||
### Building the extension
|
||||
## Building the extension
|
||||
|
||||
To build the extension, run:
|
||||
|
||||
@@ -50,8 +40,6 @@ An easy way to test regex: [regex101.com](https://regex101.com/).
|
||||
|
||||
New config can be tested by pointing the config url of the extension to your own branch.
|
||||
|
||||

|
||||
|
||||
For example:
|
||||
|
||||
```text
|
||||
|
BIN
icon-32x32.png
BIN
icon-32x32.png
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.0 KiB |
BIN
icon.png
BIN
icon.png
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 6.8 KiB |
BIN
icons-64x64.png
Normal file
BIN
icons-64x64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
@@ -2,7 +2,7 @@
|
||||
"manifest_version": 3,
|
||||
"name": "rfd-redirect-stripper",
|
||||
"description": "Strip tracking redirects on rfd",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
|
Reference in New Issue
Block a user