mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 16:03:01 +05:00
minor fix profitsfly
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/191
This commit is contained in:
parent
1223ba2e67
commit
5f3b4dc840
3 changed files with 16 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.1.14
|
// @version 93.1.15
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.1.14
|
// @version 93.1.15
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -2679,10 +2679,17 @@
|
||||||
// profitsfly partly skip timer
|
// profitsfly partly skip timer
|
||||||
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online)\/.*/.test(url) ? (() => {
|
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online)\/.*/.test(url) ? (() => {
|
||||||
afterDOMLoaded(function() {
|
afterDOMLoaded(function() {
|
||||||
|
function setTimer() {
|
||||||
|
if (window.wT9882 > 5) {
|
||||||
|
window.wT9882 = 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
window.wT9882 = 5;
|
window.wT9882 = 5;
|
||||||
|
setInterval(setTimer, 1000);
|
||||||
});
|
});
|
||||||
})() : null;
|
})() : null;
|
||||||
|
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
|
@ -1145,10 +1145,17 @@
|
||||||
// profitsfly partly skip timer
|
// profitsfly partly skip timer
|
||||||
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online)\/.*/.test(url) ? (() => {
|
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online)\/.*/.test(url) ? (() => {
|
||||||
afterDOMLoaded(function() {
|
afterDOMLoaded(function() {
|
||||||
|
function setTimer() {
|
||||||
|
if (window.wT9882 > 5) {
|
||||||
|
window.wT9882 = 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
window.wT9882 = 5;
|
window.wT9882 = 5;
|
||||||
|
setInterval(setTimer, 1000);
|
||||||
});
|
});
|
||||||
})() : null;
|
})() : null;
|
||||||
|
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
Loading…
Reference in a new issue