From b81209baceef97d9e5fbe7ca84872d27ddbd3368 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Thu, 17 Oct 2024 12:46:32 +0200 Subject: [PATCH] skip epicload timer --- Bypass_All_Shortlinks.user.js | 7 +++++-- extra_bypasses/extra_bypasses.user.js | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index d9f5233..75a29de 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -2038,8 +2038,11 @@ /^(https?:\/\/)(?!(bypass.city|adbypass.org))(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/.test(url) ? solveThroughBypassCity(url) : null; // Epicload (seen used in t.me/joinchat/3cfq_APl8Hs4N2Ux) - /epicload.com\/files/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-primary')}) : null; - /epicload.com\/files/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('.btn-getlink')}) : null; + /epicload.com\/files/.test(url) ? afterDOMLoaded(function() { + modifyScript('var timer = 15', 'var timer = 0'); + redirectIfExists('.btn-primary'); + clickIfNotDisabled('.btn-getlink'); + }) : null; // mirrorace, doodrive, tested in fluxyrepacks.site /woowebtools.com|pallabmobile.in/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('.hv-grid > div:nth-child(2) > div:nth-child(1) > form:nth-child(2) > button:nth-child(2)')}) : null; //continue button diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 02b55f8..c035751 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -546,8 +546,11 @@ /^(https?:\/\/)(?!(bypass.city|adbypass.org))(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/.test(url) ? solveThroughBypassCity(url) : null; // Epicload (seen used in t.me/joinchat/3cfq_APl8Hs4N2Ux) - /epicload.com\/files/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-primary')}) : null; - /epicload.com\/files/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('.btn-getlink')}) : null; + /epicload.com\/files/.test(url) ? afterDOMLoaded(function() { + modifyScript('var timer = 15', 'var timer = 0'); + redirectIfExists('.btn-primary'); + clickIfNotDisabled('.btn-getlink'); + }) : null; // mirrorace, doodrive, tested in fluxyrepacks.site /woowebtools.com|pallabmobile.in/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('.hv-grid > div:nth-child(2) > div:nth-child(1) > form:nth-child(2) > button:nth-child(2)')}) : null; //continue button