mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
small fix for linkvertise
This commit is contained in:
parent
55d24e0ecb
commit
969c11a809
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue