From 2c5709a9e5163530eec1c861d815256926ae5f41 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sat, 25 Jan 2025 18:00:54 +0100 Subject: [PATCH] for pahe.ink add autoclicks and timer skip https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/14 --- Bypass_All_Shortlinks.meta.js | 2 +- Bypass_All_Shortlinks.user.js | 13 ++++++++++++- extra_bypasses/extra_bypasses.user.js | 11 +++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) 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; + })(); // ----- ----- -----