add anylinks domain for olamovies

https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
This commit is contained in:
Amm0ni4 2025-01-26 01:06:01 +01:00
parent 7b0cff2378
commit 533b9ad5fc
4 changed files with 10 additions and 14 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.4.33 // @version 93.4.34
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -502,8 +502,6 @@
// @match https://bypass.city/bypass?bypass=* // @match https://bypass.city/bypass?bypass=*
// @match https://adbypass.org/bypass?bypass=* // @match https://adbypass.org/bypass?bypass=*
// @match https://fc-lc.xyz/* // @match https://fc-lc.xyz/*
// @match *://*.ukrupdate.com/*
// @match *://*.aryx.xyz/*
// @match *://teknoasian.com/* // @match *://teknoasian.com/*
// @match *://upfiles.app/* // @match *://upfiles.app/*
// @match https://datanodes.to/download // @match https://datanodes.to/download
@ -717,6 +715,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 /app.link2unlock.com/ // @include /app.link2unlock.com/
// @include /freemodsapp.in/ // @include /freemodsapp.in/
// @include /pandaznetwork.com/ // @include /pandaznetwork.com/

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.4.33 // @version 93.4.34
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -502,8 +502,6 @@
// @match https://bypass.city/bypass?bypass=* // @match https://bypass.city/bypass?bypass=*
// @match https://adbypass.org/bypass?bypass=* // @match https://adbypass.org/bypass?bypass=*
// @match https://fc-lc.xyz/* // @match https://fc-lc.xyz/*
// @match *://*.ukrupdate.com/*
// @match *://*.aryx.xyz/*
// @match *://teknoasian.com/* // @match *://teknoasian.com/*
// @match *://upfiles.app/* // @match *://upfiles.app/*
// @match https://datanodes.to/download // @match https://datanodes.to/download
@ -717,6 +715,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 /app.link2unlock.com/ // @include /app.link2unlock.com/
// @include /freemodsapp.in/ // @include /freemodsapp.in/
// @include /pandaznetwork.com/ // @include /pandaznetwork.com/
@ -2648,8 +2647,8 @@
// kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213 // kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null; /kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
// Anylinks.in - 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.com|aryx.xyz/.test(window.location.href)) { if (/(ukrupdate|mastkhabre).com|aryx.xyz/.test(window.location.href)) {
let delay = 10000; let delay = 10000;
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() {

View file

@ -207,8 +207,7 @@
// @include /paster.gg/ // @include /paster.gg/
// @include /go.zovo.ink/ // @include /go.zovo.ink/
// @include /^https:\/\/kisalt\.com\/.*/ // @include /^https:\/\/kisalt\.com\/.*/
// @match *://*.ukrupdate.com/* // @include /(ukrupdate|mastkhabre).com|aryx.xyz/
// @match *://*.aryx.xyz/*
// @include /app.link2unlock.com/ // @include /app.link2unlock.com/
// @include /freemodsapp.in/ // @include /freemodsapp.in/
// @include /pandaznetwork.com/ // @include /pandaznetwork.com/
@ -1208,8 +1207,8 @@
// kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213 // kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null; /kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
// Anylinks.in - 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.com|aryx.xyz/.test(window.location.href)) { if (/(ukrupdate|mastkhabre).com|aryx.xyz/.test(window.location.href)) {
let delay = 10000; let delay = 10000;
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() {

View file

@ -483,8 +483,6 @@ https://linkvertise.com/*
https://bypass.city/bypass?bypass=* https://bypass.city/bypass?bypass=*
https://adbypass.org/bypass?bypass=* https://adbypass.org/bypass?bypass=*
https://fc-lc.xyz/* https://fc-lc.xyz/*
*://*.ukrupdate.com/*
*://*.aryx.xyz/*
*://teknoasian.com/* *://teknoasian.com/*
*://upfiles.app/* *://upfiles.app/*
https://datanodes.to/download https://datanodes.to/download
@ -698,6 +696,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/
/app.link2unlock.com/ /app.link2unlock.com/
/freemodsapp.in/ /freemodsapp.in/
/pandaznetwork.com/ /pandaznetwork.com/