mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-02 21:39:38 +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;
|
||||
|
||||
/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() {
|
||||
clickIfNotDisabled('#invisibleCaptchaShortlink');
|
||||
redirectIfNotDisabled('a.get-link');
|
||||
}) : null;
|
||||
|
||||
/old.pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfExists('a.btn:nth-child(1)')}) : null;
|
||||
|
||||
|
|
|
@ -903,8 +903,10 @@
|
|||
}
|
||||
}) : 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() {
|
||||
clickIfNotDisabled('#invisibleCaptchaShortlink');
|
||||
redirectIfNotDisabled('a.get-link');
|
||||
}) : null;
|
||||
|
||||
/old.pahe.plus/.test(url) ? afterDOMLoaded(function() {clickIfExists('a.btn:nth-child(1)')}) : null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue