mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-03 22:09:37 +05:00
minor fix prev commit
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/236
This commit is contained in:
parent
fe48ef2216
commit
c0372b0403
4 changed files with 9 additions and 7 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue