diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 6ddb8b6..42d6aa2 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 93.7.4 +// @version 93.7.5 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 8884c54..19cc038 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 93.7.4 +// @version 93.7.5 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -2861,10 +2861,11 @@ // zaku.pro/?adlinkfly= - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/236 /zaku.pro/.test(url) ? afterDOMLoaded(function() { - clickIfExists('#wpsafe-link > a:nth-child(1)'); if (url.includes('go.zaku.pro')) { clickIfExists('button.btn-primary'); - redirectIfExists('a.get-link'); + redirectIfNotDisabled('a.get-link'); + } else { + clickIfExists('#wpsafe-link > a:nth-child(1)'); } }) : null; diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index a44d8de..04db469 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -1327,10 +1327,11 @@ // zaku.pro/?adlinkfly= - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/236 /zaku.pro/.test(url) ? afterDOMLoaded(function() { - clickIfExists('#wpsafe-link > a:nth-child(1)'); if (url.includes('go.zaku.pro')) { clickIfExists('button.btn-primary'); - redirectIfExists('a.get-link'); + redirectIfNotDisabled('a.get-link'); + } else { + clickIfExists('#wpsafe-link > a:nth-child(1)'); } }) : null; diff --git a/untouched_Bypass_All_Shortlinks_patched.user.js b/untouched_Bypass_All_Shortlinks_patched.user.js index ebb5ace..cb091ea 100644 --- a/untouched_Bypass_All_Shortlinks_patched.user.js +++ b/untouched_Bypass_All_Shortlinks_patched.user.js @@ -37,7 +37,7 @@ // @namespace Violentmonkey Scripts // @run-at document-start // @author Bloggerpemula -// @version 93.7.4 +// @version 93.7.5 // @match *://*/* // @grant GM_setValue // @grant GM_getValue