From 663d148f8bd3135944b16059571d82e7b6bd4d85 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Tue, 25 Feb 2025 08:21:26 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e78294f..55f07c1 100644 --- a/README.md +++ b/README.md @@ -61,5 +61,5 @@ Create a new redirect rule. Use the following settings: - Include pattern: `^https:\/\/([^\/]*)\/s\?([a-zA-Z0-9]{1,8})$` - Redirect to: `https://bypass.city/bypass?bypass=https://$1/s?$2` - Pattern Type: `Regular expression` -- [Bypass FileCrypt](https://greasyfork.org/en/scripts/403170-bypass-filecrypt) +- [StephenP/Bypass FileCrypt](https://greasyfork.org/en/scripts/403170-bypass-filecrypt) - [fr0stb1rd/ublock_filters](https://gitlab.com/fr0stb1rd/ublock_filters/) From c32651cd792297dc401a1e6bfb339d6fe474cb89 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Tue, 25 Feb 2025 08:24:53 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55f07c1..42cfc99 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ Thanks to: - Every user that has reported issues to this repository. ## Optional extra tools -- For AdMaven links (example: `best-links.org/s?...`), these can't be easily bypassed with an userscript, because the page redirects you before the userscript has the chance to run. I recommend the browser extension [Redirector](https://einaregilsson.com/redirector/). -Create a new redirect rule. Use the following settings: +- [Redirector](https://einaregilsson.com/redirector/), configured for AdMaven links (example: `best-links.org/s?...`). These can't be easily bypassed with an userscript, because the page redirects you before the userscript has the chance to run. +In the extension settings, create a new redirect rule. Use the following settings: - Include pattern: `^https:\/\/([^\/]*)\/s\?([a-zA-Z0-9]{1,8})$` - Redirect to: `https://bypass.city/bypass?bypass=https://$1/s?$2` - Pattern Type: `Regular expression`