Skip to content

Commit

Permalink
fix: exclude music.youtube.com from matched urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-reynaud committed Oct 20, 2022
1 parent b0d10b4 commit a898bb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
{
"css": ["styles.css"],
"js": ["content.js"],
"matches": ["https://*.youtube.com/*"]
"matches": ["https://*.youtube.com/*"],
"exclude_matches": ["https://music.youtube.com/*"]
}
]
}

0 comments on commit a898bb2

Please sign in to comment.