mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-30 22:57:26 +05:00
add autoclicks for pandaznetwork
This commit is contained in:
parent
6a7d5835b5
commit
fe8f4c5de2
4 changed files with 20 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.22
|
||||
// @version 93.4.23
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -715,6 +715,8 @@
|
|||
// @include /go.zovo.ink/
|
||||
// @include /^https:\/\/kisalt\.com\/.*/
|
||||
// @include /app.link2unlock.com/
|
||||
// @include /freemodsapp.in/
|
||||
// @include /pandaznetwork.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^https:\/\/.*\.((tradeshowrating|historyofyesterday|insurelean).com|playonpc.online|quins.us)\/.*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.22
|
||||
// @version 93.4.23
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -715,6 +715,8 @@
|
|||
// @include /go.zovo.ink/
|
||||
// @include /^https:\/\/kisalt\.com\/.*/
|
||||
// @include /app.link2unlock.com/
|
||||
// @include /freemodsapp.in/
|
||||
// @include /pandaznetwork.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
// @include /^https:\/\/.*\.((tradeshowrating|historyofyesterday|insurelean).com|playonpc.online|quins.us)\/.*/
|
||||
|
@ -2653,6 +2655,11 @@
|
|||
clickIfExists('#submit-button');
|
||||
}) : null;
|
||||
|
||||
// pandaznetwork - https://t.me/hubcloud_movies, https://t.me/latest_movies_2025_1
|
||||
/freemodsapp.in/.test(url) ? popupsToRedirects() : null;
|
||||
/freemodsapp.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn6')}) : null;
|
||||
/pandaznetwork.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -210,6 +210,8 @@
|
|||
// @match *://*.ukrupdate.com/*
|
||||
// @match *://*.aryx.xyz/*
|
||||
// @include /app.link2unlock.com/
|
||||
// @include /freemodsapp.in/
|
||||
// @include /pandaznetwork.com/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -1212,6 +1214,11 @@
|
|||
clickIfExists('#submit-button');
|
||||
}) : null;
|
||||
|
||||
// pandaznetwork - https://t.me/hubcloud_movies, https://t.me/latest_movies_2025_1
|
||||
/freemodsapp.in/.test(url) ? popupsToRedirects() : null;
|
||||
/freemodsapp.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn6')}) : null;
|
||||
/pandaznetwork.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -696,6 +696,8 @@ https://paster.so/*
|
|||
/go.zovo.ink/
|
||||
/^https:\/\/kisalt\.com\/.*/
|
||||
/app.link2unlock.com/
|
||||
/freemodsapp.in/
|
||||
/pandaznetwork.com/
|
||||
/filecrypt.(cc|co)/
|
||||
/(mega-enlace|acortados).com/
|
||||
/^https:\/\/.*\.((tradeshowrating|historyofyesterday|insurelean).com|playonpc.online|quins.us)\/.*/
|
||||
|
|
Loading…
Reference in a new issue