diff options
author | Arun Isaac | 2017-07-05 14:43:32 +0530 |
---|---|---|
committer | Arun Isaac | 2017-07-05 14:54:29 +0530 |
commit | 4556af202cf30f3ae49b66d3d976db7cc97ecab9 (patch) | |
tree | 1894fa6583a522fb0e2f8ab4c8e2d4ccd9e05bb8 /manifest.json | |
parent | 42c5b04e44f4e63aa5a039e9fac8b18ef71a3898 (diff) | |
download | youtube-noscript-shim-4556af202cf30f3ae49b66d3d976db7cc97ecab9.tar.gz youtube-noscript-shim-4556af202cf30f3ae49b66d3d976db7cc97ecab9.tar.lz youtube-noscript-shim-4556af202cf30f3ae49b66d3d976db7cc97ecab9.zip |
Run on www.youtube.com as well.
* manifest.json (content_scripts): Match www.youtube.com in addition
to youtube.com.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
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"] } ] |