diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index f7dcd41..a1fdbc0 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.4.26 +// @version 93.4.27 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 5d87bde..cbe8128 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.4.26 +// @version 93.4.27 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -2669,6 +2669,13 @@ /freemodsapp.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn6')}) : null; /pandaznetwork.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; + // pahe.ink + /teknoasian.com/.test(url) ? afterDOMLoaded(function() { + clickWithDelay('.myButton', 2000); + clickWithDelay('.myButton', 3000); + clickWithDelay('.myButton', 4000); + }) : null; + })(); (function() { @@ -2688,8 +2695,12 @@ // dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21 /besargaji.com/.test(url) ? boostTimers() : null; + // relampagomovies.com /^https:\/\/relampagomovies\.com\/.+/.test(url) ? boostTimers() : null; + // pahe.ink + /teknoasian.com/.test(url) ? boostTimers() : null; + })(); // ----- ----- ----- diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index b894adb..12dee00 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -1229,6 +1229,13 @@ /freemodsapp.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn6')}) : null; /pandaznetwork.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null; + // pahe.ink + /teknoasian.com/.test(url) ? afterDOMLoaded(function() { + clickWithDelay('.myButton', 2000); + clickWithDelay('.myButton', 3000); + clickWithDelay('.myButton', 4000); + }) : null; + })(); (function() { @@ -1248,8 +1255,12 @@ // dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21 /besargaji.com/.test(url) ? boostTimers() : null; + // relampagomovies.com /^https:\/\/relampagomovies\.com\/.+/.test(url) ? boostTimers() : null; + // pahe.ink + /teknoasian.com/.test(url) ? boostTimers() : null; + })(); // ----- ----- -----