mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-30 22:57:26 +05:00
for pahe.ink add autoclicks and timer skip
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/14
This commit is contained in:
parent
80d7046c55
commit
2c5709a9e5
3 changed files with 24 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
// ----- ----- -----
|
// ----- ----- -----
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
// ----- ----- -----
|
// ----- ----- -----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue