Add dpbolvw.net and jdoqocy.com

This commit is contained in:
Dave Gallant
2023-04-08 00:14:12 -04:00
parent c72db40f7d
commit 1b3abd9e41
2 changed files with 18 additions and 0 deletions

View File

@@ -31,3 +31,13 @@ Go to `about:addons`, and ensure that all permissions are granted. If this is no
The browser extensions will update the list of redirects by periodically fetching the latest [redirects.json](redirects.json).
Open a pull request to this repo to update the redirects.
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:
```
https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/my-new-branch/redirects.json
```

View File

@@ -50,5 +50,13 @@
{
"name": "walmart",
"pattern": "click.linksynergy.com(.*)?murl=(?<baseUrl>.*)&u1=.*"
},
{
"name": "dpbolvw.net",
"pattern": "www.dpbolvw.net(.*)?url=(?<baseUrl>.*)"
},
{
"name": "jdoqocy.com",
"pattern": "www.jdoqocy.com(.*)?url=(?<baseUrl>.*)&sid=rfdcb"
}
]