From 6877d05b9aa6260ea918e9005a7604fc6395fe72 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sun, 10 Mar 2024 20:34:42 +0100 Subject: [PATCH] remove now unnecessary auto-download --- Bypass_All_Shortlinks.user.js | 2 +- extra_bypasses/extra_bypasses.user.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 2b0eabe..88ba4a0 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -2066,7 +2066,7 @@ // skyve.io file host, seen on dodi-repacks.site const clickIfExistsWithConfirmation = (selector) => { let intervalId = setInterval(() => { let button = document.querySelector(selector); if (button) { clearInterval(intervalId); if (confirm('Press OK to download.')) { button.click(); } } }, 500);}; /skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null; - /skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsWithConfirmation('.bicon')}) : null; //download button + // /skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsWithConfirmation('.bicon')}) : null; //download button // toonworldtamil.com ///itradercoin.com\/verify\/\?/.test(url) ? redirect('https://blog.filepresident.com/' + url.split('/?')[1]) : null; doesnt work, the site doesnt let you get directly to that URL diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index ae75822..f9e3984 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -334,7 +334,7 @@ // skyve.io file host, seen on dodi-repacks.site const clickIfExistsWithConfirmation = (selector) => { let intervalId = setInterval(() => { let button = document.querySelector(selector); if (button) { clearInterval(intervalId); if (confirm('Press OK to download.')) { button.click(); } } }, 500);}; /skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null; - /skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsWithConfirmation('.bicon')}) : null; //download button + // /skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsWithConfirmation('.bicon')}) : null; //download button // toonworldtamil.com ///itradercoin.com\/verify\/\?/.test(url) ? redirect('https://blog.filepresident.com/' + url.split('/?')[1]) : null; doesnt work, the site doesnt let you get directly to that URL