From 2013cf0e80ed0060a8e0e65be0412e02ec4cdbdc Mon Sep 17 00:00:00 2001 From: TheArchons Date: Fri, 17 Apr 2026 11:34:20 -0400 Subject: match only www subdomain --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 210039c..5d5ba2d 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "content_scripts": [ { - "matches": ["*://*.youtube.com/*"], + "matches": ["*://www.youtube.com/*"], "js": ["unhook.js"] } ], -- cgit v1.3.1