Amm0ni4 2025-02-11 14:11:14 +01:00
parent fe48ef2216
commit c0372b0403
4 changed files with 9 additions and 7 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.7.4 // @version 93.7.5
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.7.4 // @version 93.7.5
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -2861,10 +2861,11 @@
// zaku.pro/?adlinkfly= - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/236 // zaku.pro/?adlinkfly= - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/236
/zaku.pro/.test(url) ? afterDOMLoaded(function() { /zaku.pro/.test(url) ? afterDOMLoaded(function() {
clickIfExists('#wpsafe-link > a:nth-child(1)');
if (url.includes('go.zaku.pro')) { if (url.includes('go.zaku.pro')) {
clickIfExists('button.btn-primary'); clickIfExists('button.btn-primary');
redirectIfExists('a.get-link'); redirectIfNotDisabled('a.get-link');
} else {
clickIfExists('#wpsafe-link > a:nth-child(1)');
} }
}) : null; }) : null;

View file

@ -1327,10 +1327,11 @@
// zaku.pro/?adlinkfly= - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/236 // zaku.pro/?adlinkfly= - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/236
/zaku.pro/.test(url) ? afterDOMLoaded(function() { /zaku.pro/.test(url) ? afterDOMLoaded(function() {
clickIfExists('#wpsafe-link > a:nth-child(1)');
if (url.includes('go.zaku.pro')) { if (url.includes('go.zaku.pro')) {
clickIfExists('button.btn-primary'); clickIfExists('button.btn-primary');
redirectIfExists('a.get-link'); redirectIfNotDisabled('a.get-link');
} else {
clickIfExists('#wpsafe-link > a:nth-child(1)');
} }
}) : null; }) : null;

View file

@ -37,7 +37,7 @@
// @namespace Violentmonkey Scripts // @namespace Violentmonkey Scripts
// @run-at document-start // @run-at document-start
// @author Bloggerpemula // @author Bloggerpemula
// @version 93.7.4 // @version 93.7.5
// @match *://*/* // @match *://*/*
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue