From 259e24657759b6986557b0a0b1e55cfdbc9a2d13 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Thu, 25 Jan 2024 08:48:30 +0000 Subject: [PATCH] explain removal of supported domains in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e93114e..8c3c278 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ Automatically bypass many link shorteners [(supported_sites.txt)](https://codebe ## Install **Install with [this link](https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/raw/branch/main/Bypass_All_Shortlinks.user.js)** -(you need a userscript manager like [Violentmonkey](https://violentmonkey.github.io/) installed in your web browser) +(you need a userscript manager like [ViolentMonkey](https://violentmonkey.github.io/) installed in your web browser) ## Improvements in this fork - 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 Youtube `*://*.youtube.com/*` (which is used for redirecting shorts), Google `/^(https?:\/\/)(drive|docs)\.google\.com(\/.*)/` (which is used for Auto-DL from Drive/Docs) and Recaptcha `*://*/recaptcha/api2/*` (used for Auto-Open of captchas in many sites). This is to prevent some people from worrying about the script running on sensitive sites. But userscript managers like ViolentMonkey allow to re-enable sites manually if you want those features._ - 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 [collecting analytics](https://i.ibb.co/D1zYG1v/topcountry17-04-2023.jpg) and showing ads. - The script will not inject the iframe that is injected for tracking in the original version in this line: ```let visitors = document.createElement('iframe');visitors.src = 'https://menrealitycalc.com/greasyfork';visitors.style.cssText = "width: 0%; height: 0%; border: none;";document.body.appendChild(visitors);let btz = bp('.banner-ad > script:nth-child(9)' || '.panel-body > script:nth-child(7)' || 'div.adb-top > script:nth-child(10)');```