simplify code, no changes

This commit is contained in:
Amm0ni4 2025-02-14 14:55:39 +01:00
parent 5df729feb0
commit 8b255c4aa0
2 changed files with 8 additions and 4 deletions

View file

@ -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;

View file

@ -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;