fix anylinks by Anon991299

https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
This commit is contained in:
Amm0ni4 2025-02-08 19:15:05 +01:00
parent 641dde7108
commit 0f09bf2fcb
4 changed files with 10 additions and 10 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 93.4.48
// @version 93.4.49
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -722,7 +722,7 @@
// @include /paster.gg/
// @include /go.zovo.ink/
// @include /^https:\/\/kisalt\.com\/.*/
// @include /(ukrupdate|mastkhabre).com|aryx.xyz/
// @include /((ukrupdate|mastkhabre).com|aryx.xyz)/
// @include /app.link2unlock.com/
// @include /freemodsapp.in/
// @include /pandaznetwork.com/

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 93.4.48
// @version 93.4.49
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -722,7 +722,7 @@
// @include /paster.gg/
// @include /go.zovo.ink/
// @include /^https:\/\/kisalt\.com\/.*/
// @include /(ukrupdate|mastkhabre).com|aryx.xyz/
// @include /((ukrupdate|mastkhabre).com|aryx.xyz)/
// @include /app.link2unlock.com/
// @include /freemodsapp.in/
// @include /pandaznetwork.com/
@ -2673,8 +2673,8 @@
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
// Anylinks.in .site - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
if (/(ukrupdate|mastkhabre).com|aryx.xyz/.test(window.location.href)) {
let delay = 10000;
if (/((ukrupdate|mastkhabre).com|aryx.xyz)/.test(window.location.href)) {
let delay = 12000;
if (/aryx.xyz/.test(window.location.href)) delay = 1000;
window.addEventListener('load', function() {
setTimeout(() => document.getElementById('btn6').click(), delay);

View file

@ -209,7 +209,7 @@
// @include /paster.gg/
// @include /go.zovo.ink/
// @include /^https:\/\/kisalt\.com\/.*/
// @include /(ukrupdate|mastkhabre).com|aryx.xyz/
// @include /((ukrupdate|mastkhabre).com|aryx.xyz)/
// @include /app.link2unlock.com/
// @include /freemodsapp.in/
// @include /pandaznetwork.com/
@ -1233,8 +1233,8 @@
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
// Anylinks.in .site - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
if (/(ukrupdate|mastkhabre).com|aryx.xyz/.test(window.location.href)) {
let delay = 10000;
if (/((ukrupdate|mastkhabre).com|aryx.xyz)/.test(window.location.href)) {
let delay = 12000;
if (/aryx.xyz/.test(window.location.href)) delay = 1000;
window.addEventListener('load', function() {
setTimeout(() => document.getElementById('btn6').click(), delay);

View file

@ -703,7 +703,7 @@ https://paster.so/*
/paster.gg/
/go.zovo.ink/
/^https:\/\/kisalt\.com\/.*/
/(ukrupdate|mastkhabre).com|aryx.xyz/
/((ukrupdate|mastkhabre).com|aryx.xyz)/
/app.link2unlock.com/
/freemodsapp.in/
/pandaznetwork.com/