From b3986e0c720e16f81e552865f7a48312dd44a457 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Thu, 20 Feb 2025 20:20:35 +0100 Subject: [PATCH] add admaven domain mdlinkshub.com https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/245 --- Bypass_All_Shortlinks.meta.js | 11 ++++++----- Bypass_All_Shortlinks.user.js | 13 +++++++------ extra_bypasses/apis.user.js | 11 ++++++----- supported_sites.txt | 9 +++++---- untouched_Bypass_All_Shortlinks_patched.user.js | 2 +- 5 files changed, 25 insertions(+), 21 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 6803683..245ef62 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 93.8.7 +// @version 93.8.8 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -425,10 +425,11 @@ // @match *://*.eazyurl.xyz/* // @grant GM.xmlHttpRequest // @match https://acortalink.me/* -// @match https://bleleadersto.com/s?* -// @match https://tonordersitye.com/s?* -// @match https://daughablelea.com/s?* -// @match https://linkvertise.com/* +// @match *://bleleadersto.com/s?* +// @match *://tonordersitye.com/s?* +// @match *://daughablelea.com/s?* +// @match *://mdlinkshub.com/s?* +// @match *://linkvertise.com/* // @match *://bstlar.com/* // @match https://bypass.city/bypass?bypass=* // @match https://adbypass.org/bypass?bypass=* diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index f127b9b..ff14615 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 93.8.7 +// @version 93.8.8 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -425,10 +425,11 @@ // @match *://*.eazyurl.xyz/* // @grant GM.xmlHttpRequest // @match https://acortalink.me/* -// @match https://bleleadersto.com/s?* -// @match https://tonordersitye.com/s?* -// @match https://daughablelea.com/s?* -// @match https://linkvertise.com/* +// @match *://bleleadersto.com/s?* +// @match *://tonordersitye.com/s?* +// @match *://daughablelea.com/s?* +// @match *://mdlinkshub.com/s?* +// @match *://linkvertise.com/* // @match *://bstlar.com/* // @match https://bypass.city/bypass?bypass=* // @match https://adbypass.org/bypass?bypass=* @@ -1393,7 +1394,7 @@ // ----- bypass.vip and bypass.city APIs------ (function() { 'use strict'; - const admavenRegex = /^https:\/\/(bleleadersto\.com|tonordersitye\.com|daughablelea\.com)\/s\?.*$/; + const admavenRegex = /^https:\/\/((bleleadersto|tonordersitye|daughablelea|mdlinkshub).com)\/s\?.*$/; const linkvertiseRegex = /^https:\/\/linkvertise\.com\/.+$/; const lootlinkRegex = /^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ diff --git a/extra_bypasses/apis.user.js b/extra_bypasses/apis.user.js index da1b235..b951008 100644 --- a/extra_bypasses/apis.user.js +++ b/extra_bypasses/apis.user.js @@ -1,9 +1,10 @@ // ==UserScript== // @name bypass.vip and bypass.city APIs -// @match https://bleleadersto.com/s?* -// @match https://tonordersitye.com/s?* -// @match https://daughablelea.com/s?* -// @match https://linkvertise.com/* +// @match *://bleleadersto.com/s?* +// @match *://tonordersitye.com/s?* +// @match *://daughablelea.com/s?* +// @match *://mdlinkshub.com/s?* +// @match *://linkvertise.com/* // @include /^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ // @run-at document-start // ==/UserScript== @@ -11,7 +12,7 @@ // ----- bypass.vip and bypass.city APIs------ (function() { 'use strict'; - const admavenRegex = /^https:\/\/(bleleadersto\.com|tonordersitye\.com|daughablelea\.com)\/s\?.*$/; + const admavenRegex = /^https:\/\/((bleleadersto|tonordersitye|daughablelea|mdlinkshub).com)\/s\?.*$/; const linkvertiseRegex = /^https:\/\/linkvertise\.com\/.+$/; const lootlinkRegex = /^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ diff --git a/supported_sites.txt b/supported_sites.txt index 1d55368..88a4e60 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -406,10 +406,11 @@ adnews.me kyshort.xyz eazyurl.xyz https://acortalink.me/* -https://bleleadersto.com/s?* -https://tonordersitye.com/s?* -https://daughablelea.com/s?* -https://linkvertise.com/* +*://bleleadersto.com/s?* +*://tonordersitye.com/s?* +*://daughablelea.com/s?* +*://mdlinkshub.com/s?* +*://linkvertise.com/* *://bstlar.com/* https://bypass.city/bypass?bypass=* https://adbypass.org/bypass?bypass=* diff --git a/untouched_Bypass_All_Shortlinks_patched.user.js b/untouched_Bypass_All_Shortlinks_patched.user.js index d630834..6735f8e 100644 --- a/untouched_Bypass_All_Shortlinks_patched.user.js +++ b/untouched_Bypass_All_Shortlinks_patched.user.js @@ -37,7 +37,7 @@ // @namespace Violentmonkey Scripts // @run-at document-start // @author Bloggerpemula -// @version 93.8.7 +// @version 93.8.8 // @match *://*/* // @grant GM_setValue // @grant GM_getValue