mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
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:
parent
51087c75d1
commit
2b7779b705
2 changed files with 4 additions and 4 deletions
|
@ -3069,11 +3069,11 @@
|
||||||
// ---SKIP TIMERS---
|
// ---SKIP TIMERS---
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
function setTimer() {
|
function setTimer() {
|
||||||
if (window.wT9882 > 3) {
|
if (window.wT9882 > 5) {
|
||||||
window.wT9882 = 1;
|
window.wT9882 = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
window.wT9882 = 3;
|
window.wT9882 = 5;
|
||||||
setInterval(setTimer, 1000);
|
setInterval(setTimer, 1000);
|
||||||
|
|
||||||
/* ------------ Protect buttons from being removed ------------ */
|
/* ------------ Protect buttons from being removed ------------ */
|
||||||
|
|
|
@ -88,11 +88,11 @@
|
||||||
// ---SKIP TIMERS---
|
// ---SKIP TIMERS---
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
function setTimer() {
|
function setTimer() {
|
||||||
if (window.wT9882 > 3) {
|
if (window.wT9882 > 5) {
|
||||||
window.wT9882 = 1;
|
window.wT9882 = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
window.wT9882 = 3;
|
window.wT9882 = 5;
|
||||||
setInterval(setTimer, 1000);
|
setInterval(setTimer, 1000);
|
||||||
|
|
||||||
/* ------------ Protect buttons from being removed ------------ */
|
/* ------------ Protect buttons from being removed ------------ */
|
||||||
|
|
Loading…
Reference in a new issue