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
ephraimduncan authored Oct 21, 2022
2 parents 899b7f2 + a898bb2 commit a813620
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 a813620

Please sign in to comment.