mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-07 00:58:14 +00:00
Add dpbolvw.net and jdoqocy.com
This commit is contained in:
10
README.md
10
README.md
@@ -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).
|
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.
|
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
|
||||||
|
```
|
||||||
|
@@ -50,5 +50,13 @@
|
|||||||
{
|
{
|
||||||
"name": "walmart",
|
"name": "walmart",
|
||||||
"pattern": "click.linksynergy.com(.*)?murl=(?<baseUrl>.*)&u1=.*"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user