mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
disable broken spacetica
This commit is contained in:
parent
63a51cca24
commit
d278ad5bb1
2 changed files with 2 additions and 2 deletions
|
@ -2329,7 +2329,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() {clickIfExists('.btn-primary')}) : 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;
|
||||||
|
|
||||||
|
|
|
@ -778,7 +778,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() {clickIfExists('.btn-primary')}) : 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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue