mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-01 21:09:37 +05:00
Merge branch 'main' of codeberg.org:Amm0ni4/bypass-all-shortlinks-debloated
This commit is contained in:
commit
6a80e1e9c6
1 changed files with 3 additions and 3 deletions
|
@ -56,10 +56,10 @@ Thanks to:
|
||||||
- Every user that has reported issues to this repository.
|
- Every user that has reported issues to this repository.
|
||||||
|
|
||||||
## Optional extra tools
|
## 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/).
|
- [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.
|
||||||
Create a new redirect rule. Use the following settings:
|
In the extension settings, create a new redirect rule. Use the following settings:
|
||||||
- Include pattern: `^https:\/\/([^\/]*)\/s\?([a-zA-Z0-9]{1,8})$`
|
- Include pattern: `^https:\/\/([^\/]*)\/s\?([a-zA-Z0-9]{1,8})$`
|
||||||
- Redirect to: `https://bypass.city/bypass?bypass=https://$1/s?$2`
|
- Redirect to: `https://bypass.city/bypass?bypass=https://$1/s?$2`
|
||||||
- Pattern Type: `Regular expression`
|
- 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/)
|
- [fr0stb1rd/ublock_filters](https://gitlab.com/fr0stb1rd/ublock_filters/)
|
||||||
|
|
Loading…
Reference in a new issue