From 2b7779b705361bf18537e3830e5b15297c1522e3 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sat, 14 Dec 2024 00:29:40 +0100 Subject: [PATCH] leave profitsfly timer new value at 5 instead of 3 to avoid need for extra config https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/191 --- Bypass_All_Shortlinks.user.js | 4 ++-- extra_bypasses/profitsfly_reload_helper.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 a9de94d..554a1c4 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -3069,11 +3069,11 @@ // ---SKIP TIMERS--- document.addEventListener('DOMContentLoaded', function() { function setTimer() { - if (window.wT9882 > 3) { + if (window.wT9882 > 5) { window.wT9882 = 1; } } - window.wT9882 = 3; + window.wT9882 = 5; setInterval(setTimer, 1000); /* ------------ Protect buttons from being removed ------------ */ diff --git a/extra_bypasses/profitsfly_reload_helper.user.js b/extra_bypasses/profitsfly_reload_helper.user.js index ed7bd1b..22be47f 100644 --- a/extra_bypasses/profitsfly_reload_helper.user.js +++ b/extra_bypasses/profitsfly_reload_helper.user.js @@ -88,11 +88,11 @@ // ---SKIP TIMERS--- document.addEventListener('DOMContentLoaded', function() { function setTimer() { - if (window.wT9882 > 3) { + if (window.wT9882 > 5) { window.wT9882 = 1; } } - window.wT9882 = 3; + window.wT9882 = 5; setInterval(setTimer, 1000); /* ------------ Protect buttons from being removed ------------ */