Amm0ni4 2024-11-25 15:25:07 +01:00
parent 1223ba2e67
commit 5f3b4dc840
3 changed files with 16 additions and 2 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 93.1.14
// @version 93.1.15
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 93.1.14
// @version 93.1.15
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -2679,10 +2679,17 @@
// profitsfly partly skip timer
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online)\/.*/.test(url) ? (() => {
afterDOMLoaded(function() {
function setTimer() {
if (window.wT9882 > 5) {
window.wT9882 = 1;
}
}
window.wT9882 = 5;
setInterval(setTimer, 1000);
});
})() : null;
})();
(function() {

View file

@ -1145,10 +1145,17 @@
// profitsfly partly skip timer
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online)\/.*/.test(url) ? (() => {
afterDOMLoaded(function() {
function setTimer() {
if (window.wT9882 > 5) {
window.wT9882 = 1;
}
}
window.wT9882 = 5;
setInterval(setTimer, 1000);
});
})() : null;
})();
(function() {