From 4556af202cf30f3ae49b66d3d976db7cc97ecab9 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 5 Jul 2017 14:43:32 +0530 Subject: Run on www.youtube.com as well. * manifest.json (content_scripts): Match www.youtube.com in addition to youtube.com. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index bf6d912..65dcc5e 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "content_scripts": [ { - "matches": ["https://youtube.com/*"], + "matches": ["https://youtube.com/*", "https://www.youtube.com/*"], "js": ["youtube-noscript-shim.user.js"] } ] -- cgit v1.2.3