added detail to the pahe bypass

cant skip the timer, but at least now can switch to other tabs while waiting
This commit is contained in:
Amm0ni4 2024-03-19 12:34:14 +01:00
parent 6e304d91db
commit ede4c14cd2
2 changed files with 2 additions and 0 deletions

View file

@ -2218,6 +2218,7 @@
/megalink.pro\/[a-zA-Z0-9]+$/.test(url) ? afterWindowLoaded(function() {setTimeout(function() {clickIfNotDisabled('a.btn:nth-child(1)')}, 3000)}) : null;
//pahe.ink final step
/spacetica.com/.test(url) ? preventForcedFocusOnWindow() : null;
/spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null;
})();

View file

@ -505,6 +505,7 @@
/megalink.pro\/[a-zA-Z0-9]+$/.test(url) ? afterWindowLoaded(function() {setTimeout(function() {clickIfNotDisabled('a.btn:nth-child(1)')}, 3000)}) : null;
//pahe.ink final step
/spacetica.com/.test(url) ? preventForcedFocusOnWindow() : null;
/spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null;
})();