mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-27 23:43:02 +05:00
Update docs/optional_matching_rules.md
This commit is contained in:
parent
5c248070dd
commit
0d5cf5ca5d
1 changed files with 11 additions and 10 deletions
|
@ -1,11 +1,12 @@
|
|||
- By default, the script will not run on the following sites (these can be enabled manually):
|
||||
- Youtube `*://*.youtube.com/shorts/*`_(@match)_ (which is used for redirecting shorts)
|
||||
- Google:
|
||||
- Drive/Docs `/^(https?:\/\/)(drive|docs)\.google\.com(\/.*)/`_(@include)_ (which is used for Auto-DL from Drive/Docs)
|
||||
- redirects `/^https?:\/\/(?:www\.)?google\.com\/url.*[?&]q=/`_(@include)_ (used for bypassing these redirects)
|
||||
- Recaptcha `*://*/recaptcha/api2/*`_(@match)_ or `/^(?:https?:\/\/)?(?:www\.)?(?:google\.com|recaptcha\.net)\/recaptcha\/api2\/.*$/`_(@include)_ (used for Auto-Open of captchas in many sites).
|
||||
- Twitter `*://*.twitter.com/*`_(@match)_ Bypass redirects
|
||||
- TikTok `*://*.tiktok.com/*`_(@match)_ Bypass redirects
|
||||
- Facebook `*://*.facebook.com/*`_(@match)_ Bypass redirects
|
||||
- VK `*://*.vk.com/*`_(@match)_ Bypass redirects
|
||||
By default, the script will not run on the following sites:
|
||||
- Youtube `*://*.youtube.com/shorts/*`_(@match)_ (which is used for redirecting shorts)
|
||||
- Google:
|
||||
- Drive/Docs `/^(https?:\/\/)(drive|docs)\.google\.com(\/.*)/`_(@include)_ (which is used for Auto-DL from Drive/Docs)
|
||||
- redirects `/^https?:\/\/(?:www\.)?google\.com\/url.*[?&]q=/`_(@include)_ (used for bypassing these redirects)
|
||||
- Recaptcha `*://*/recaptcha/api2/*`_(@match)_ or `/^(?:https?:\/\/)?(?:www\.)?(?:google\.com|recaptcha\.net)\/recaptcha\/api2\/.*$/`_(@include)_ (used for Auto-Open of captchas in many sites).
|
||||
- Twitter `*://*.twitter.com/*`_(@match)_ Bypass redirects
|
||||
- TikTok `*://*.tiktok.com/*`_(@match)_ Bypass redirects
|
||||
- Facebook `*://*.facebook.com/*`_(@match)_ Bypass redirects
|
||||
- VK `*://*.vk.com/*`_(@match)_ Bypass redirects
|
||||
|
||||
These can be re-enabled manually in your userscript manager, adding the mentioned matching rules in the script settings.
|
Loading…
Reference in a new issue