mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
fix spacetica
This commit is contained in:
parent
d278ad5bb1
commit
6358dab549
2 changed files with 10 additions and 2 deletions
|
@ -2329,7 +2329,11 @@
|
||||||
|
|
||||||
//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() {
|
||||||
|
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() {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,11 @@
|
||||||
|
|
||||||
//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() {
|
||||||
|
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() {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