fix spacetica from pahe

This commit is contained in:
Amm0ni4 2024-07-31 13:40:21 +02:00
parent 8f964510db
commit ef94ab7397
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 92.4.2 // @version 92.4.3
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 92.4.2 // @version 92.4.3
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -2270,7 +2270,7 @@
//pahe.ink final step //pahe.ink final step
/linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null; /linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null;
/spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null; /spacetica.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn-primary')}) : null;
/pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null; /pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
/pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; /pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;

View file

@ -658,7 +658,7 @@
//pahe.ink final step //pahe.ink final step
/linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null; /linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null;
/spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null; /spacetica.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn-primary')}) : null;
/pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null; /pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
/pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; /pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;