mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +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() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
const admavenRegex = /^https:\/\/(bleleadersto\.com|tonordersitye\.com|daughablelea\.com)\/s\?.*$/;
|
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\?.*$/
|
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
|
// Linkvertise easy case
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
(function() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
const admavenRegex = /^https:\/\/(bleleadersto\.com|tonordersitye\.com|daughablelea\.com)\/s\?.*$/;
|
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\?.*$/
|
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
|
// Linkvertise easy case
|
||||||
|
|
Loading…
Reference in a new issue