From c0983948de816c3e9a87b7521f6b92f1f6347c80 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Wed, 26 Feb 2025 22:55:00 +0100 Subject: [PATCH] fix vnshortener --- Bypass_All_Shortlinks.meta.js | 2 +- Bypass_All_Shortlinks.user.js | 10 ++++++---- extra_bypasses/extra_bypasses.user.js | 8 +++++--- untouched_Bypass_All_Shortlinks_patched.user.js | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 85a790a..ebf94a9 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 94.0.9 +// @version 94.0.10 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 12141a1..fd90f0e 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 94.0.9 +// @version 94.0.10 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -2445,18 +2445,20 @@ clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)'); }) : null; - // vnshortener.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149 + // vnshortener.com (pxanimeurdu.com) - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149 /importantclass.com/.test(url) ? afterDOMLoaded(function() { window.countdown = 0; + showPopup(); clickWithDelay('#my-btn', 3000); }) : null; - /bebkub.com/.test(url) ? afterDOMLoaded(function() { + /* /bebkub.com/.test(url) ? afterDOMLoaded(function() { clickWithDelay('#pro-continue', 1000); clickWithDelay('#VerifyBtn', 3000); clickWithDelay('#pro-btn', 5000); - }) : null; + }) : null; */ /owoanime.com/.test(url) ? afterDOMLoaded(function() { window.countdown = 0; + showPopup(); clickWithDelay('#pro-continue', 3000); clickWithDelay('#pro-btn', 5000); }) : null; diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index bc89008..83bb628 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -1189,18 +1189,20 @@ clickIfExists('div.code-block:nth-child(4) > center:nth-child(1) > div:nth-child(2) > a:nth-child(1) > button:nth-child(1)'); }) : null; - // vnshortener.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149 + // vnshortener.com (pxanimeurdu.com) - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/110, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/149 /importantclass.com/.test(url) ? afterDOMLoaded(function() { window.countdown = 0; + showPopup(); clickWithDelay('#my-btn', 3000); }) : null; - /bebkub.com/.test(url) ? afterDOMLoaded(function() { + /* /bebkub.com/.test(url) ? afterDOMLoaded(function() { clickWithDelay('#pro-continue', 1000); clickWithDelay('#VerifyBtn', 3000); clickWithDelay('#pro-btn', 5000); - }) : null; + }) : null; */ /owoanime.com/.test(url) ? afterDOMLoaded(function() { window.countdown = 0; + showPopup(); clickWithDelay('#pro-continue', 3000); clickWithDelay('#pro-btn', 5000); }) : null; diff --git a/untouched_Bypass_All_Shortlinks_patched.user.js b/untouched_Bypass_All_Shortlinks_patched.user.js index ed7caa6..f917a35 100644 --- a/untouched_Bypass_All_Shortlinks_patched.user.js +++ b/untouched_Bypass_All_Shortlinks_patched.user.js @@ -37,7 +37,7 @@ // @namespace Violentmonkey Scripts // @run-at document-start // @author Bloggerpemula -// @version 94.0.9 +// @version 94.0.10 // @match *://*/* // @grant GM_setValue // @grant GM_getValue