From 969c11a80991a8d14a576c46ff3cd34e91bb7f95 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sat, 26 Oct 2024 19:34:02 +0200 Subject: [PATCH] small fix for linkvertise --- Bypass_All_Shortlinks.user.js | 2 +- extra_bypasses/apis.user.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index ef26bd3..2d081af 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -1697,7 +1697,7 @@ (function() { 'use strict'; const admavenRegex = /^https:\/\/(bleleadersto\.com|tonordersitye\.com|daughablelea\.com)\/s\?.*$/; - const linkvertiseRegex = /^https:\/\/linkvertise\.com\/.*$/; + 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\?.*$/ // Linkvertise easy case diff --git a/extra_bypasses/apis.user.js b/extra_bypasses/apis.user.js index 005c99e..c0cb154 100644 --- a/extra_bypasses/apis.user.js +++ b/extra_bypasses/apis.user.js @@ -12,7 +12,7 @@ (function() { 'use strict'; const admavenRegex = /^https:\/\/(bleleadersto\.com|tonordersitye\.com|daughablelea\.com)\/s\?.*$/; - const linkvertiseRegex = /^https:\/\/linkvertise\.com\/.*$/; + 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\?.*$/ // Linkvertise easy case