mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-03 22:09:37 +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
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.4.48
|
// @version 93.4.49
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -722,7 +722,7 @@
|
||||||
// @include /paster.gg/
|
// @include /paster.gg/
|
||||||
// @include /go.zovo.ink/
|
// @include /go.zovo.ink/
|
||||||
// @include /^https:\/\/kisalt\.com\/.*/
|
// @include /^https:\/\/kisalt\.com\/.*/
|
||||||
// @include /(ukrupdate|mastkhabre).com|aryx.xyz/
|
// @include /((ukrupdate|mastkhabre).com|aryx.xyz)/
|
||||||
// @include /app.link2unlock.com/
|
// @include /app.link2unlock.com/
|
||||||
// @include /freemodsapp.in/
|
// @include /freemodsapp.in/
|
||||||
// @include /pandaznetwork.com/
|
// @include /pandaznetwork.com/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.4.48
|
// @version 93.4.49
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -722,7 +722,7 @@
|
||||||
// @include /paster.gg/
|
// @include /paster.gg/
|
||||||
// @include /go.zovo.ink/
|
// @include /go.zovo.ink/
|
||||||
// @include /^https:\/\/kisalt\.com\/.*/
|
// @include /^https:\/\/kisalt\.com\/.*/
|
||||||
// @include /(ukrupdate|mastkhabre).com|aryx.xyz/
|
// @include /((ukrupdate|mastkhabre).com|aryx.xyz)/
|
||||||
// @include /app.link2unlock.com/
|
// @include /app.link2unlock.com/
|
||||||
// @include /freemodsapp.in/
|
// @include /freemodsapp.in/
|
||||||
// @include /pandaznetwork.com/
|
// @include /pandaznetwork.com/
|
||||||
|
@ -2673,8 +2673,8 @@
|
||||||
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
|
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
|
||||||
|
|
||||||
// Anylinks.in .site - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
|
// Anylinks.in .site - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
|
||||||
if (/(ukrupdate|mastkhabre).com|aryx.xyz/.test(window.location.href)) {
|
if (/((ukrupdate|mastkhabre).com|aryx.xyz)/.test(window.location.href)) {
|
||||||
let delay = 10000;
|
let delay = 12000;
|
||||||
if (/aryx.xyz/.test(window.location.href)) delay = 1000;
|
if (/aryx.xyz/.test(window.location.href)) delay = 1000;
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
setTimeout(() => document.getElementById('btn6').click(), delay);
|
setTimeout(() => document.getElementById('btn6').click(), delay);
|
||||||
|
|
|
@ -209,7 +209,7 @@
|
||||||
// @include /paster.gg/
|
// @include /paster.gg/
|
||||||
// @include /go.zovo.ink/
|
// @include /go.zovo.ink/
|
||||||
// @include /^https:\/\/kisalt\.com\/.*/
|
// @include /^https:\/\/kisalt\.com\/.*/
|
||||||
// @include /(ukrupdate|mastkhabre).com|aryx.xyz/
|
// @include /((ukrupdate|mastkhabre).com|aryx.xyz)/
|
||||||
// @include /app.link2unlock.com/
|
// @include /app.link2unlock.com/
|
||||||
// @include /freemodsapp.in/
|
// @include /freemodsapp.in/
|
||||||
// @include /pandaznetwork.com/
|
// @include /pandaznetwork.com/
|
||||||
|
@ -1233,8 +1233,8 @@
|
||||||
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
|
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
|
||||||
|
|
||||||
// Anylinks.in .site - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
|
// Anylinks.in .site - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
|
||||||
if (/(ukrupdate|mastkhabre).com|aryx.xyz/.test(window.location.href)) {
|
if (/((ukrupdate|mastkhabre).com|aryx.xyz)/.test(window.location.href)) {
|
||||||
let delay = 10000;
|
let delay = 12000;
|
||||||
if (/aryx.xyz/.test(window.location.href)) delay = 1000;
|
if (/aryx.xyz/.test(window.location.href)) delay = 1000;
|
||||||
window.addEventListener('load', function() {
|
window.addEventListener('load', function() {
|
||||||
setTimeout(() => document.getElementById('btn6').click(), delay);
|
setTimeout(() => document.getElementById('btn6').click(), delay);
|
||||||
|
|
|
@ -703,7 +703,7 @@ https://paster.so/*
|
||||||
/paster.gg/
|
/paster.gg/
|
||||||
/go.zovo.ink/
|
/go.zovo.ink/
|
||||||
/^https:\/\/kisalt\.com\/.*/
|
/^https:\/\/kisalt\.com\/.*/
|
||||||
/(ukrupdate|mastkhabre).com|aryx.xyz/
|
/((ukrupdate|mastkhabre).com|aryx.xyz)/
|
||||||
/app.link2unlock.com/
|
/app.link2unlock.com/
|
||||||
/freemodsapp.in/
|
/freemodsapp.in/
|
||||||
/pandaznetwork.com/
|
/pandaznetwork.com/
|
||||||
|
|
Loading…
Reference in a new issue