add autoclicks for pandaznetwork

This commit is contained in:
Amm0ni4 2025-01-18 20:43:21 +01:00
parent 6a7d5835b5
commit fe8f4c5de2
4 changed files with 20 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.22 // @version 93.4.23
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -715,6 +715,8 @@
// @include /go.zovo.ink/ // @include /go.zovo.ink/
// @include /^https:\/\/kisalt\.com\/.*/ // @include /^https:\/\/kisalt\.com\/.*/
// @include /app.link2unlock.com/ // @include /app.link2unlock.com/
// @include /freemodsapp.in/
// @include /pandaznetwork.com/
// @include /filecrypt.(cc|co)/ // @include /filecrypt.(cc|co)/
// @include /(mega-enlace|acortados).com/ // @include /(mega-enlace|acortados).com/
// @include /^https:\/\/.*\.((tradeshowrating|historyofyesterday|insurelean).com|playonpc.online|quins.us)\/.*/ // @include /^https:\/\/.*\.((tradeshowrating|historyofyesterday|insurelean).com|playonpc.online|quins.us)\/.*/

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.4.22 // @version 93.4.23
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -715,6 +715,8 @@
// @include /go.zovo.ink/ // @include /go.zovo.ink/
// @include /^https:\/\/kisalt\.com\/.*/ // @include /^https:\/\/kisalt\.com\/.*/
// @include /app.link2unlock.com/ // @include /app.link2unlock.com/
// @include /freemodsapp.in/
// @include /pandaznetwork.com/
// @include /filecrypt.(cc|co)/ // @include /filecrypt.(cc|co)/
// @include /(mega-enlace|acortados).com/ // @include /(mega-enlace|acortados).com/
// @include /^https:\/\/.*\.((tradeshowrating|historyofyesterday|insurelean).com|playonpc.online|quins.us)\/.*/ // @include /^https:\/\/.*\.((tradeshowrating|historyofyesterday|insurelean).com|playonpc.online|quins.us)\/.*/
@ -2653,6 +2655,11 @@
clickIfExists('#submit-button'); clickIfExists('#submit-button');
}) : null; }) : 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() { (function() {

View file

@ -210,6 +210,8 @@
// @match *://*.ukrupdate.com/* // @match *://*.ukrupdate.com/*
// @match *://*.aryx.xyz/* // @match *://*.aryx.xyz/*
// @include /app.link2unlock.com/ // @include /app.link2unlock.com/
// @include /freemodsapp.in/
// @include /pandaznetwork.com/
// @run-at document-start // @run-at document-start
// ==/UserScript== // ==/UserScript==
@ -1212,6 +1214,11 @@
clickIfExists('#submit-button'); clickIfExists('#submit-button');
}) : null; }) : 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() { (function() {

View file

@ -696,6 +696,8 @@ https://paster.so/*
/go.zovo.ink/ /go.zovo.ink/
/^https:\/\/kisalt\.com\/.*/ /^https:\/\/kisalt\.com\/.*/
/app.link2unlock.com/ /app.link2unlock.com/
/freemodsapp.in/
/pandaznetwork.com/
/filecrypt.(cc|co)/ /filecrypt.(cc|co)/
/(mega-enlace|acortados).com/ /(mega-enlace|acortados).com/
/^https:\/\/.*\.((tradeshowrating|historyofyesterday|insurelean).com|playonpc.online|quins.us)\/.*/ /^https:\/\/.*\.((tradeshowrating|historyofyesterday|insurelean).com|playonpc.online|quins.us)\/.*/