minor fix to megalink.pro

it was getting stuck in the cloudflare captcha
This commit is contained in:
Amm0ni4 2024-03-16 18:37:47 +01:00
parent 728da9caff
commit 2c5a58bcab
2 changed files with 2 additions and 2 deletions

View file

@ -2197,7 +2197,7 @@
/(linkvip|blitly).io/.test(url) ? url.includes('url=') ? redirect(new URL(url).searchParams.get('url')) : null : null;
// megalink.pro - https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/235270 - https://megalink.pro/pD6wK (nsfw)
/megalink.pro/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null;
/megalink.pro/.test(url) ? afterWindowLoaded(function() {clickIfNotDisabled('a.get-link')}) : null;
})();

View file

@ -471,7 +471,7 @@
/(linkvip|blitly).io/.test(url) ? url.includes('url=') ? redirect(new URL(url).searchParams.get('url')) : null : null;
// megalink.pro - https://greasyfork.org/en/scripts/431691-bypass-all-shortlinks/discussions/235270 - https://megalink.pro/pD6wK (nsfw)
/megalink.pro/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null;
/megalink.pro/.test(url) ? afterWindowLoaded(function() {clickIfNotDisabled('a.get-link')}) : null;
})();