diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 677a30a..3e4ed5a 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 93.4.39 +// @version 93.4.40 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 1ca5a24..2c30a70 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 93.4.39 +// @version 93.4.40 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -3095,11 +3095,11 @@ const forcedTimerInitialValue = 7; function setTimer() { if (window.wT9882 > forcedTimerInitialValue) { - window.wT9882 = forcedTimerInitialValue - 1; + window.wT9882 = 1; } } window.wT9882 = forcedTimerInitialValue; - setInterval(setTimer, 1000); + setInterval(setTimer, 1000); //This function exists because if the site detects an adblocker, it switches the timer to 30, and that only happens in the last second or so /* ------------ Protect buttons from being removed ------------ */ // Protect all buttons currently in the DOM diff --git a/extra_bypasses/profitsfly_reload_helper.user.js b/extra_bypasses/profitsfly_reload_helper.user.js index 707f455..0c978ad 100644 --- a/extra_bypasses/profitsfly_reload_helper.user.js +++ b/extra_bypasses/profitsfly_reload_helper.user.js @@ -70,11 +70,11 @@ const forcedTimerInitialValue = 7; function setTimer() { if (window.wT9882 > forcedTimerInitialValue) { - window.wT9882 = forcedTimerInitialValue - 1; + window.wT9882 = 1; } } window.wT9882 = forcedTimerInitialValue; - setInterval(setTimer, 1000); + setInterval(setTimer, 1000); //This function exists because if the site detects an adblocker, it switches the timer to 30, and that only happens in the last second or so /* ------------ Protect buttons from being removed ------------ */ // Protect all buttons currently in the DOM