From 1b3abd9e41cdb5dcc5bfbf84b8b51d189cd9ac1f Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 8 Apr 2023 00:14:12 -0400 Subject: [PATCH] Add dpbolvw.net and jdoqocy.com --- README.md | 10 ++++++++++ redirects.json | 8 ++++++++ 2 files changed, 18 insertions(+) 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" } ]