diff --git a/README.md b/README.md index 7bbb025..d7d87a7 100644 --- a/README.md +++ b/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). 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 +``` diff --git a/redirects.json b/redirects.json index 67d3377..a876c21 100644 --- a/redirects.json +++ b/redirects.json @@ -50,5 +50,13 @@ { "name": "walmart", "pattern": "click.linksynergy.com(.*)?murl=(?.*)&u1=.*" + }, + { + "name": "dpbolvw.net", + "pattern": "www.dpbolvw.net(.*)?url=(?.*)" + }, + { + "name": "jdoqocy.com", + "pattern": "www.jdoqocy.com(.*)?url=(?.*)&sid=rfdcb" } ]