From d24e93fdcb79d9efa16d8347c1aed2022cae293a Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Mon, 7 Oct 2024 16:00:23 +0200 Subject: [PATCH] undo latest commit --- Bypass_All_Shortlinks.user.js | 4 ++-- extra_bypasses/extra_bypasses.user.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index b845145..44ffc27 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -2385,12 +2385,12 @@ /onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null; // saferoms.com - /www.saferoms.com\/\?go=/.test(url) ? afterDOMLoaded(function() { + /* /www.saferoms.com\/\?go=/.test(url) ? afterDOMLoaded(function() { let dlLink = document.querySelector('#wpsafe-link > a:nth-child(1)').href; dlLink = decodeURIComponent(atob(dlLink.split('safelink_redirect=')[1])); dlLink = dlLink.match(/"safelink":"(.*?)"/)[1]; if (confirm(`Confirm to redirect to \n${dlLink.split('https://href.li/?')[1]}\n`)) {redirect(dlLink);} - }) : null; + }) : null; */ })(); diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 9ce77b5..7068e39 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -893,12 +893,12 @@ /onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null; // saferoms.com - /www.saferoms.com\/\?go=/.test(url) ? afterDOMLoaded(function() { + /* /www.saferoms.com\/\?go=/.test(url) ? afterDOMLoaded(function() { let dlLink = document.querySelector('#wpsafe-link > a:nth-child(1)').href; dlLink = decodeURIComponent(atob(dlLink.split('safelink_redirect=')[1])); dlLink = dlLink.match(/"safelink":"(.*?)"/)[1]; if (confirm(`Confirm to redirect to \n${dlLink.split('https://href.li/?')[1]}\n`)) {redirect(dlLink);} - }) : null; + }) : null; */ })();