mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-30 22:57:26 +05:00
add anylinks domain for olamovies
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
This commit is contained in:
parent
7b0cff2378
commit
533b9ad5fc
4 changed files with 10 additions and 14 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.33
|
||||
// @version 93.4.34
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -502,8 +502,6 @@
|
|||
// @match https://bypass.city/bypass?bypass=*
|
||||
// @match https://adbypass.org/bypass?bypass=*
|
||||
// @match https://fc-lc.xyz/*
|
||||
// @match *://*.ukrupdate.com/*
|
||||
// @match *://*.aryx.xyz/*
|
||||
// @match *://teknoasian.com/*
|
||||
// @match *://upfiles.app/*
|
||||
// @match https://datanodes.to/download
|
||||
|
@ -717,6 +715,7 @@
|
|||
// @include /paster.gg/
|
||||
// @include /go.zovo.ink/
|
||||
// @include /^https:\/\/kisalt\.com\/.*/
|
||||
// @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.33
|
||||
// @version 93.4.34
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -502,8 +502,6 @@
|
|||
// @match https://bypass.city/bypass?bypass=*
|
||||
// @match https://adbypass.org/bypass?bypass=*
|
||||
// @match https://fc-lc.xyz/*
|
||||
// @match *://*.ukrupdate.com/*
|
||||
// @match *://*.aryx.xyz/*
|
||||
// @match *://teknoasian.com/*
|
||||
// @match *://upfiles.app/*
|
||||
// @match https://datanodes.to/download
|
||||
|
@ -717,6 +715,7 @@
|
|||
// @include /paster.gg/
|
||||
// @include /go.zovo.ink/
|
||||
// @include /^https:\/\/kisalt\.com\/.*/
|
||||
// @include /(ukrupdate|mastkhabre).com|aryx.xyz/
|
||||
// @include /app.link2unlock.com/
|
||||
// @include /freemodsapp.in/
|
||||
// @include /pandaznetwork.com/
|
||||
|
@ -2648,8 +2647,8 @@
|
|||
// kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
|
||||
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
|
||||
|
||||
// Anylinks.in - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
|
||||
if (/ukrupdate.com|aryx.xyz/.test(window.location.href)) {
|
||||
// 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 (/aryx.xyz/.test(window.location.href)) delay = 1000;
|
||||
window.addEventListener('load', function() {
|
||||
|
|
|
@ -207,8 +207,7 @@
|
|||
// @include /paster.gg/
|
||||
// @include /go.zovo.ink/
|
||||
// @include /^https:\/\/kisalt\.com\/.*/
|
||||
// @match *://*.ukrupdate.com/*
|
||||
// @match *://*.aryx.xyz/*
|
||||
// @include /(ukrupdate|mastkhabre).com|aryx.xyz/
|
||||
// @include /app.link2unlock.com/
|
||||
// @include /freemodsapp.in/
|
||||
// @include /pandaznetwork.com/
|
||||
|
@ -1208,8 +1207,8 @@
|
|||
// kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
|
||||
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
|
||||
|
||||
// Anylinks.in - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/220
|
||||
if (/ukrupdate.com|aryx.xyz/.test(window.location.href)) {
|
||||
// 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 (/aryx.xyz/.test(window.location.href)) delay = 1000;
|
||||
window.addEventListener('load', function() {
|
||||
|
|
|
@ -483,8 +483,6 @@ https://linkvertise.com/*
|
|||
https://bypass.city/bypass?bypass=*
|
||||
https://adbypass.org/bypass?bypass=*
|
||||
https://fc-lc.xyz/*
|
||||
*://*.ukrupdate.com/*
|
||||
*://*.aryx.xyz/*
|
||||
*://teknoasian.com/*
|
||||
*://upfiles.app/*
|
||||
https://datanodes.to/download
|
||||
|
@ -698,6 +696,7 @@ https://paster.so/*
|
|||
/paster.gg/
|
||||
/go.zovo.ink/
|
||||
/^https:\/\/kisalt\.com\/.*/
|
||||
/(ukrupdate|mastkhabre).com|aryx.xyz/
|
||||
/app.link2unlock.com/
|
||||
/freemodsapp.in/
|
||||
/pandaznetwork.com/
|
||||
|
|
Loading…
Reference in a new issue