aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
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"]
}
]