mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-02 21:39:38 +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
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.7.4
|
||||
// @version 93.7.5
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue