mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
re-enable timer skipping for psa
This commit is contained in:
parent
73cd0e3984
commit
6f3243576e
3 changed files with 16 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.9.7
|
||||
// @version 91.9.8
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.9.7
|
||||
// @version 91.9.8
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -2929,9 +2929,13 @@
|
|||
|
||||
if (tiktokcounterRegex.test(window.location.href)) {
|
||||
preventForcedFocusOnWindow();
|
||||
//setInterval(function(){window.wT9882=0;},1000);
|
||||
setInterval(function(){window.isAdClickDone=true;},1000);
|
||||
document.addEventListener('DOMContentLoaded', ()=> {const i = document.createElement('iframe');i.style = 'height:0;width:0;border:0';i.id = 'a';document.body.appendChild(i);i.focus();});
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
if (document.documentElement.outerHTML.includes("/psa'")) {
|
||||
setInterval(function(){window.wT9882=0;},5000);
|
||||
}
|
||||
setInterval(function(){window.isAdClickDone=true;},500);
|
||||
()=> {const i = document.createElement('iframe');i.style = 'height:0;width:0;border:0';i.id = 'a';document.body.appendChild(i);i.focus();};
|
||||
});
|
||||
}
|
||||
|
||||
//document.addEventListener('DOMContentLoaded', function() {
|
||||
|
|
|
@ -102,9 +102,13 @@
|
|||
|
||||
if (tiktokcounterRegex.test(window.location.href)) {
|
||||
preventForcedFocusOnWindow();
|
||||
//setInterval(function(){window.wT9882=0;},1000);
|
||||
setInterval(function(){window.isAdClickDone=true;},1000);
|
||||
document.addEventListener('DOMContentLoaded', ()=> {const i = document.createElement('iframe');i.style = 'height:0;width:0;border:0';i.id = 'a';document.body.appendChild(i);i.focus();});
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
if (document.documentElement.outerHTML.includes("/psa'")) {
|
||||
setInterval(function(){window.wT9882=0;},5000);
|
||||
}
|
||||
setInterval(function(){window.isAdClickDone=true;},500);
|
||||
()=> {const i = document.createElement('iframe');i.style = 'height:0;width:0;border:0';i.id = 'a';document.body.appendChild(i);i.focus();};
|
||||
});
|
||||
}
|
||||
|
||||
//document.addEventListener('DOMContentLoaded', function() {
|
||||
|
|
Loading…
Reference in a new issue