- Implement content script to identify member-only videos on YouTube - Create popup interface for managing a channel whitelist - Add necessary icons and manifest configuration
15 lines
159 B
CSS
15 lines
159 B
CSS
body {
|
|
font-family: sans-serif;
|
|
min-width: 220px;
|
|
}
|
|
|
|
ul {
|
|
padding-left: 0;
|
|
}
|
|
|
|
li {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 4px 0;
|
|
}
|