mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 16:03:01 +05:00
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/
This commit is contained in:
parent
6c00e44458
commit
fc6abbb73b
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue