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
This commit is contained in:
Amm0ni4 2024-12-14 00:29:40 +01:00
parent 51087c75d1
commit 2b7779b705
2 changed files with 4 additions and 4 deletions

View file

@ -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 ------------ */

View file

@ -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 ------------ */