mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-03 13:59:37 +05:00
simplify code, no changes
This commit is contained in:
parent
5df729feb0
commit
8b255c4aa0
2 changed files with 8 additions and 4 deletions
|
@ -2495,8 +2495,10 @@
|
||||||
}
|
}
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
/pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
/pahe.plus/.test(url) ? afterDOMLoaded(function() {
|
||||||
/pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
clickIfNotDisabled('#invisibleCaptchaShortlink');
|
||||||
|
redirectIfNotDisabled('a.get-link');
|
||||||
|
}) : null;
|
||||||
|
|
||||||
/old.pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfExists('a.btn:nth-child(1)')}) : null;
|
/old.pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfExists('a.btn:nth-child(1)')}) : null;
|
||||||
|
|
||||||
|
|
|
@ -903,8 +903,10 @@
|
||||||
}
|
}
|
||||||
}) : null;
|
}) : null;
|
||||||
|
|
||||||
/pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
/pahe.plus/.test(url) ? afterDOMLoaded(function() {
|
||||||
/pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
clickIfNotDisabled('#invisibleCaptchaShortlink');
|
||||||
|
redirectIfNotDisabled('a.get-link');
|
||||||
|
}) : null;
|
||||||
|
|
||||||
/old.pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfExists('a.btn:nth-child(1)')}) : null;
|
/old.pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfExists('a.btn:nth-child(1)')}) : null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue