diff options
| author | TheArchons <github@thearchons.xyz> | 2026-04-17 11:34:20 -0400 |
|---|---|---|
| committer | TheArchons <github@thearchons.xyz> | 2026-04-17 11:34:20 -0400 |
| commit | 2013cf0e80ed0060a8e0e65be0412e02ec4cdbdc (patch) | |
| tree | 59320172f98984c2ba108ac07f78ca3777b301d7 | |
| parent | 24c02e8bac56f563bf1b81cd31ef5a35e183ef9b (diff) | |
match only www subdomain
| -rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } ], |
