4 Commits

Author SHA1 Message Date
Dave Gallant
558834eef3 Add icon-64x64.png 2024-10-09 07:43:20 -04:00
Dave Gallant
7975241b04 Remove subheadings to stores 2024-10-09 07:36:30 -04:00
davegallant
fbf4023b97 Apply automatic changes 2024-10-09 11:34:01 +00:00
Dave Gallant
4bc87302a0 Update icon 2024-10-09 07:32:49 -04:00
6 changed files with 3 additions and 15 deletions

View File

@@ -21,17 +21,7 @@ https://www.amazon.ca/dp/B09YXY3DKN
This helps navigate around broken links when using certain adblockers. This helps navigate around broken links when using certain adblockers.
## Browser Extensions ## Building the extension
### 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
To build the extension, run: 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. New config can be tested by pointing the config url of the extension to your own branch.
![image](https://user-images.githubusercontent.com/4519234/230703252-a7e09cf6-d0e5-4f54-8973-3b93d4a4a5a2.png)
For example: For example:
```text ```text

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -2,7 +2,7 @@
"manifest_version": 3, "manifest_version": 3,
"name": "rfd-redirect-stripper", "name": "rfd-redirect-stripper",
"description": "Strip tracking redirects on rfd", "description": "Strip tracking redirects on rfd",
"version": "0.5.1", "version": "0.5.2",
"content_scripts": [ "content_scripts": [
{ {
"matches": [ "matches": [

View File

@@ -7,7 +7,7 @@
// @match *://forums.redflagdeals.com/* // @match *://forums.redflagdeals.com/*
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @updateURL https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/script.js // @updateURL https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/script.js
// @version 2024-09-21 // @version 2024-10-09
// ==/UserScript== // ==/UserScript==
(function() { (function() {