mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-02 21:39:38 +05:00
fix anylinks by Anon991299
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
This commit is contained in:
parent
641dde7108
commit
0f09bf2fcb
4 changed files with 10 additions and 10 deletions
|
@ -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/
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue