From 27027ad767e74fabd831b2f42b0f442d69ada56a Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Tue, 31 Dec 2024 01:33:42 +0100 Subject: [PATCH] minor fix vnshortner --- Bypass_All_Shortlinks.user.js | 1 + extra_bypasses/extra_bypasses.user.js | 1 + 2 files changed, 2 insertions(+) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index e13f246..f5f6e00 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -2474,6 +2474,7 @@ // vnshortner - 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; clickWithDelay('#my-btn', 3000); }) : null; /bebkub.com/.test(url) ? afterDOMLoaded(function() { diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index ad2b28d..76bf2c6 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -1034,6 +1034,7 @@ // vnshortner - 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; clickWithDelay('#my-btn', 3000); }) : null; /bebkub.com/.test(url) ? afterDOMLoaded(function() {