From d91606015901694cdcbb04c1fde30cb383638e0c Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Mon, 22 Jan 2024 12:41:14 +0000 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 919c8f8..e93114e 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Automatically bypass many link shorteners [(supported_sites.txt)](https://codebe ## 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). - 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)'); -``` +- 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)');``` Original script by *bloggerpemula*: [greasyfork.org/scripts/431691](https://greasyfork.org/scripts/431691)