mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
minor fix to megalink.pro
it was getting stuck in the cloudflare captcha
This commit is contained in:
parent
728da9caff
commit
2c5a58bcab
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
})();
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
})();
|
||||
|
||||
|
|
Loading…
Reference in a new issue