fix spacetica

This commit is contained in:
Amm0ni4 2024-10-22 11:30:02 +02:00
parent d278ad5bb1
commit 6358dab549
2 changed files with 10 additions and 2 deletions

View file

@ -2329,7 +2329,11 @@
//pahe.ink final step
/linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null;
///spacetica.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn-primary')}) : null;
/spacetica.com/.test(url) ? afterDOMLoaded(function() {
if (!document.querySelector('.form-group')){
clickIfExists('a.btn-primary.btn-xs');
}
}) : null;
/pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
/pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;

View file

@ -778,7 +778,11 @@
//pahe.ink final step
/linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null;
///spacetica.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn-primary')}) : null;
/spacetica.com/.test(url) ? afterDOMLoaded(function() {
if (!document.querySelector('.form-group')){
clickIfExists('a.btn-primary.btn-xs');
}
}) : null;
/pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
/pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;