mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
bypass besargaji.com
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
This commit is contained in:
parent
8dfc3c1bcd
commit
5b5a63f40b
5 changed files with 29 additions and 3 deletions
|
@ -56,6 +56,8 @@ def modify_file_with_my_fixes(destination):
|
|||
|
||||
content = content.replace("case 'work.ink'", "//case 'work.ink'")
|
||||
|
||||
content = content.replace("ClickIfExists('#slu-continue')", "ClickIfExists('#btn-3')")
|
||||
|
||||
content += "\n"
|
||||
|
||||
with open(destination, 'w', encoding='utf-8') as file:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// @namespace Violentmonkey Scripts
|
||||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @version 91.7.1
|
||||
// @version 91.7.2
|
||||
// @noframes
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
|
@ -762,6 +762,8 @@
|
|||
// @include /dow-dow-dow-dow-dow.xyz\/download\/\?id=/
|
||||
// @include /ofilmetorrent.com\/download\/\?id=/
|
||||
// @include /librospdfgratismundo.net/
|
||||
// @include /besargaji.com/
|
||||
// @include /moneyblink.com\/ready\/go\?u=/
|
||||
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /mega-enlace.com/
|
||||
// @include /(work.ink|workink.click)\/.*$/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// @namespace Violentmonkey Scripts
|
||||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @version 91.7.1
|
||||
// @version 91.7.2
|
||||
// @noframes
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
|
@ -762,6 +762,8 @@
|
|||
// @include /dow-dow-dow-dow-dow.xyz\/download\/\?id=/
|
||||
// @include /ofilmetorrent.com\/download\/\?id=/
|
||||
// @include /librospdfgratismundo.net/
|
||||
// @include /besargaji.com/
|
||||
// @include /moneyblink.com\/ready\/go\?u=/
|
||||
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /mega-enlace.com/
|
||||
// @include /(work.ink|workink.click)\/.*$/
|
||||
|
@ -1584,7 +1586,7 @@
|
|||
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(/teknosimple.com|besargaji.com/, function() {parent.open = BpBlock();ClickIfExists('#slu-link', 3);
|
||||
let tek = setInterval(function() {if (Captchacheck()) {clearInterval(tek);ClickIfExists('#slu-continue');}}, 500);});
|
||||
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);
|
||||
waitForElm('a.get-link.disabled a', bli => redirect(bli.href));});
|
||||
BypassedByBloggerPemula(/bastinews.xyz/, function() {waitForElm('div#wpsafe-snp center a.btn-vip.bbtn-vip', bast => redirect(bast.href, false));
|
||||
|
@ -2278,6 +2280,11 @@
|
|||
link.href = atob(link.getAttribute('href').split('?url=')[1]);
|
||||
}); }) : null;
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
|
||||
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-1')}) : null;
|
||||
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-2')}) : null;
|
||||
/moneyblink.com\/ready\/go\?u=/.test(url)? redirect(atob(url.split('?u=')[1])) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
@ -2294,6 +2301,9 @@
|
|||
// psa.wf (adding here stuff missing from the main script)
|
||||
/motakhokhara.blogspot.com/.test(url) ? boostTimers() : null;
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
|
||||
/besargaji.com/.test(url) ? boostTimers() : null;
|
||||
|
||||
})();
|
||||
// ----- ----- -----
|
||||
|
||||
|
|
|
@ -121,6 +121,8 @@
|
|||
// @include /dow-dow-dow-dow-dow.xyz\/download\/\?id=/
|
||||
// @include /ofilmetorrent.com\/download\/\?id=/
|
||||
// @include /librospdfgratismundo.net/
|
||||
// @include /besargaji.com/
|
||||
// @include /moneyblink.com\/ready\/go\?u=/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -564,6 +566,11 @@
|
|||
link.href = atob(link.getAttribute('href').split('?url=')[1]);
|
||||
}); }) : null;
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
|
||||
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-1')}) : null;
|
||||
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-2')}) : null;
|
||||
/moneyblink.com\/ready\/go\?u=/.test(url)? redirect(atob(url.split('?u=')[1])) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
@ -580,6 +587,9 @@
|
|||
// psa.wf (adding here stuff missing from the main script)
|
||||
/motakhokhara.blogspot.com/.test(url) ? boostTimers() : null;
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
|
||||
/besargaji.com/.test(url) ? boostTimers() : null;
|
||||
|
||||
})();
|
||||
// ----- ----- -----
|
||||
|
||||
|
|
|
@ -742,6 +742,8 @@ r1.foxylinks.site
|
|||
/dow-dow-dow-dow-dow.xyz\/download\/\?id=/
|
||||
/ofilmetorrent.com\/download\/\?id=/
|
||||
/librospdfgratismundo.net/
|
||||
/besargaji.com/
|
||||
/moneyblink.com\/ready\/go\?u=/
|
||||
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
/mega-enlace.com/
|
||||
/(work.ink|workink.click)\/.*$/
|
||||
|
|
Loading…
Reference in a new issue