fix last commit again

This commit is contained in:
Amm0ni4 2024-03-19 02:18:42 +01:00
parent e685c1b996
commit 6e304d91db
2 changed files with 2 additions and 4 deletions

View file

@ -2218,8 +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) ? afterDOMLoaded(function() {redirectIfExists('.post-content > center:nth-child(4) > a:nth-child(2)')}) : null;
/spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.post-content > center:nth-child(8) > a:nth-child(2)')}) : null;
/spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null;
})();

View file

@ -505,8 +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) ? afterDOMLoaded(function() {redirectIfExists('.post-content > center:nth-child(4) > a:nth-child(2)')}) : null;
/spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.post-content > center:nth-child(8) > a:nth-child(2)')}) : null;
/spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null;
})();