mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-01 21:09:37 +05:00
add upfiles domain
This commit is contained in:
parent
2fed11deff
commit
e843bb5ca3
5 changed files with 11 additions and 15 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 94.0.8
|
||||
// @version 94.0.9
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -432,8 +432,6 @@
|
|||
// @match https://bypass.city/bypass?bypass=*
|
||||
// @match https://adbypass.org/bypass?bypass=*
|
||||
// @match https://fc-lc.xyz/*
|
||||
// @match *://upfiles.app/*
|
||||
// @match *://haxi.online/*
|
||||
// @match https://datanodes.to/download
|
||||
// @match *://dailyuploads.net/*
|
||||
// @match *://www.ryuugames.com/?eroge=*
|
||||
|
@ -657,6 +655,7 @@
|
|||
// @include /app.link2unlock.com/
|
||||
// @include /freemodsapp.in/
|
||||
// @include /pandaznetwork.com/
|
||||
// @include /(upfiles.app|haxi.online|upfion.com)/
|
||||
// @include /app2.olamovies.download\/generate\/\?id=/
|
||||
// @include /foodtechnos.in/
|
||||
// @include /mixrootmod.com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 94.0.8
|
||||
// @version 94.0.9
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -432,8 +432,6 @@
|
|||
// @match https://bypass.city/bypass?bypass=*
|
||||
// @match https://adbypass.org/bypass?bypass=*
|
||||
// @match https://fc-lc.xyz/*
|
||||
// @match *://upfiles.app/*
|
||||
// @match *://haxi.online/*
|
||||
// @match https://datanodes.to/download
|
||||
// @match *://dailyuploads.net/*
|
||||
// @match *://www.ryuugames.com/?eroge=*
|
||||
|
@ -657,6 +655,7 @@
|
|||
// @include /app.link2unlock.com/
|
||||
// @include /freemodsapp.in/
|
||||
// @include /pandaznetwork.com/
|
||||
// @include /(upfiles.app|haxi.online|upfion.com)/
|
||||
// @include /app2.olamovies.download\/generate\/\?id=/
|
||||
// @include /foodtechnos.in/
|
||||
// @include /mixrootmod.com/
|
||||
|
@ -2635,10 +2634,10 @@
|
|||
/sunci.net/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('button#link-button.btn-primary:not(.btn-download)')}) : null;
|
||||
|
||||
// upfiles.app
|
||||
/(upfiles.app|haxi.online)\/[^\/]+/.test(url) ? afterDOMLoaded(function() {
|
||||
/(upfiles.app|haxi.online|upfion.com)\/[^\/]+/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfCorrectText('#link-button', 'Continue');
|
||||
clickIfRecaptchaSolved('#link-button');
|
||||
//redirectIfNotDisabled('a#link-button');
|
||||
redirectIfNotDisabled('a#link-button');
|
||||
}) : null;
|
||||
|
||||
// datanodes - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/140
|
||||
|
|
|
@ -214,8 +214,7 @@
|
|||
// @include /app.link2unlock.com/
|
||||
// @include /freemodsapp.in/
|
||||
// @include /pandaznetwork.com/
|
||||
// @match *://upfiles.app/*
|
||||
// @match *://haxi.online/*
|
||||
// @include /(upfiles.app|haxi.online|upfion.com)/
|
||||
// @match https://datanodes.to/download
|
||||
// @match *://dailyuploads.net/*
|
||||
// @match *://www.ryuugames.com/?eroge=*
|
||||
|
@ -1379,10 +1378,10 @@
|
|||
/sunci.net/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('button#link-button.btn-primary:not(.btn-download)')}) : null;
|
||||
|
||||
// upfiles.app
|
||||
/(upfiles.app|haxi.online)\/[^\/]+/.test(url) ? afterDOMLoaded(function() {
|
||||
/(upfiles.app|haxi.online|upfion.com)\/[^\/]+/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfCorrectText('#link-button', 'Continue');
|
||||
clickIfRecaptchaSolved('#link-button');
|
||||
//redirectIfNotDisabled('a#link-button');
|
||||
redirectIfNotDisabled('a#link-button');
|
||||
}) : null;
|
||||
|
||||
// datanodes - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/140
|
||||
|
|
|
@ -414,8 +414,6 @@ https://acortalink.me/*
|
|||
https://bypass.city/bypass?bypass=*
|
||||
https://adbypass.org/bypass?bypass=*
|
||||
https://fc-lc.xyz/*
|
||||
*://upfiles.app/*
|
||||
*://haxi.online/*
|
||||
https://datanodes.to/download
|
||||
*://dailyuploads.net/*
|
||||
*://www.ryuugames.com/?eroge=*
|
||||
|
@ -639,6 +637,7 @@ https://paster.so/*
|
|||
/app.link2unlock.com/
|
||||
/freemodsapp.in/
|
||||
/pandaznetwork.com/
|
||||
/(upfiles.app|haxi.online|upfion.com)/
|
||||
/app2.olamovies.download\/generate\/\?id=/
|
||||
/foodtechnos.in/
|
||||
/mixrootmod.com/
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
// @namespace Violentmonkey Scripts
|
||||
// @run-at document-start
|
||||
// @author Bloggerpemula
|
||||
// @version 94.0.8
|
||||
// @version 94.0.9
|
||||
// @match *://*/*
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
|
|
Loading…
Reference in a new issue