for pahe.ink add autoclicks and timer skip

https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/14
This commit is contained in:
Amm0ni4 2025-01-25 18:00:54 +01:00
parent 80d7046c55
commit 2c5709a9e5
3 changed files with 24 additions and 2 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.4.26 // @version 93.4.27
// @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.4.26 // @version 93.4.27
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -2669,6 +2669,13 @@
/freemodsapp.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn6')}) : null; /freemodsapp.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn6')}) : null;
/pandaznetwork.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : 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() { (function() {
@ -2688,8 +2695,12 @@
// dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21 // dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
/besargaji.com/.test(url) ? boostTimers() : null; /besargaji.com/.test(url) ? boostTimers() : null;
// relampagomovies.com
/^https:\/\/relampagomovies\.com\/.+/.test(url) ? boostTimers() : null; /^https:\/\/relampagomovies\.com\/.+/.test(url) ? boostTimers() : null;
// pahe.ink
/teknoasian.com/.test(url) ? boostTimers() : null;
})(); })();
// ----- ----- ----- // ----- ----- -----

View file

@ -1229,6 +1229,13 @@
/freemodsapp.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn6')}) : null; /freemodsapp.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn6')}) : null;
/pandaznetwork.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : 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() { (function() {
@ -1248,8 +1255,12 @@
// dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21 // dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21
/besargaji.com/.test(url) ? boostTimers() : null; /besargaji.com/.test(url) ? boostTimers() : null;
// relampagomovies.com
/^https:\/\/relampagomovies\.com\/.+/.test(url) ? boostTimers() : null; /^https:\/\/relampagomovies\.com\/.+/.test(url) ? boostTimers() : null;
// pahe.ink
/teknoasian.com/.test(url) ? boostTimers() : null;
})(); })();
// ----- ----- ----- // ----- ----- -----