diff --git a/src/manifest.json b/src/manifest.json index 3eaadf1..9d2beed 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -27,6 +27,7 @@ "*://*.voe.sx/*", "*://*.voeunblk.com/*", "*://*.voeun-block.net/*", + "*://*.un-block-voe.net/*", "*://*.vupload.com/*" ], "js": [ diff --git a/src/match/match.ts b/src/match/match.ts index 081479b..896fd42 100644 --- a/src/match/match.ts +++ b/src/match/match.ts @@ -194,7 +194,8 @@ class Voe implements Match { domains = [ 'voe.sx', 'voeunblk.com', - 'voeun-block.net' + 'voeun-block.net', + 'un-block-voe.net' ] regex = new RegExp(/https?:\/\/\S*m3u8(?=")/gm)