From fc6abbb73bf639db2a6dccd5324e5294392bdf8c Mon Sep 17 00:00:00 2001 From: CaptainCaffeine Date: Tue, 18 Jun 2024 17:36:41 +0000 Subject: [PATCH] Fix for "acortalink.me" Fix "acortalink.me" not working, this website uses a variable called "DYykkzwP" which is the final decrypted website. It's used by sites like https://www.hackstore.ac/ --- Bypass_All_Shortlinks.user.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 18c306e..741ef12 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -1607,9 +1607,7 @@ BypassedByBloggerPemula(/rekonise.com/, () => {let xhr = new XMLHttpRequest(); xhr.onload = () => redirect(JSON.parse(xhr.responseText).url); xhr.open("GET", "https://api.rekonise.com/social-unlocks" + location.pathname, true);xhr.send();}); - BypassedByBloggerPemula(/acortalink.me/, () => {let acorta = setInterval(() => {let script = bp('body > script'); - if (script) {let text = script.text.trim(); let lines = text.split('\n'); let i = lines.findIndex(x => x.includes('acortalink.me')); - let link = lines[i + 2].trim().split(',')[6].trim(); if (window[link]) {clearInterval(acorta); redirect(window[link]);}}}, 100);}); + BypassedByBloggerPemula(/acortalink.me/, () => {let acorta = setInterval(function() {if (DYykkzwP) {redirect(DYykkzwP); clearInterval(acorta);}}, 500);}); BypassedByBloggerPemula(/teknosimple.com|besargaji.com/, function() {parent.open = BpBlock();ClickIfExists('#slu-link', 3); let tek = setInterval(function() {if (Captchacheck()) {clearInterval(tek);ClickIfExists('#btn-3');}}, 500);}); BypassedByBloggerPemula(/bloginkz.com/, function() {let bi = setInterval(function() {if (Captchacheck()) {clearInterval(bi);ClickIfExists('button.btn');}}, 500);