mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
more organized
This commit is contained in:
parent
4a045766f8
commit
c45440fb38
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ Automatically bypass many link shorteners [(supported_sites.txt)](https://codebe
|
||||||
- **No loading the script indiscriminately on every site.** The script will be loaded only for the sites that are supported. (the original userscript is loaded in every site you visit which is not necessary).
|
- **No loading the script indiscriminately on every site.** The script will be loaded only for the sites that are supported. (the original userscript is loaded in every site you visit which is not necessary).
|
||||||
- _Note: I have removed as supported sites:
|
- _Note: I have removed as supported sites:
|
||||||
- Youtube `*://*.youtube.com/shorts/*`_(@match)_ (which is used for redirecting shorts)
|
- 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), Google redirects `/^https?:\/\/(?:www\.)?google\.com\/url.*[?&]q=/`_(@include)_ (used for bypassing these redirects) and Recaptcha `*://*/recaptcha/api2/*`_(@match)_ or `/^(?:https?:\/\/)?(?:www\.)?(?:google\.com|recaptcha\.net)\/recaptcha\/api2\/.*$/`_(@include)_ (used for Auto-Open of captchas in many sites).
|
- 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).
|
||||||
|
|
||||||
Not including these is to prevent some people from worrying about the script running on sensitive sites. These sites can be enabled manually in your userscript manager using those mentioned regular expressions in the script settings.
|
Not including these is to prevent some people from worrying about the script running on sensitive sites. These sites can be enabled manually in your userscript manager using those mentioned regular expressions in the script settings.
|
||||||
- **No useless added redirects.** The script will not redirect to 'rotator.nurul-huda.sch.id' or 'free4u.nurul-huda.or.id' before your destination URL, which are intermediary sites set by the developer for tracking / [collecting analytics](https://i.ibb.co/D1zYG1v/topcountry17-04-2023.jpg) and showing ads.
|
- **No useless added redirects.** The script will not redirect to 'rotator.nurul-huda.sch.id' or 'free4u.nurul-huda.or.id' before your destination URL, which are intermediary sites set by the developer for tracking / [collecting analytics](https://i.ibb.co/D1zYG1v/topcountry17-04-2023.jpg) and showing ads.
|
||||||
|
|
Loading…
Reference in a new issue