1
0
ANTI-BS/popup.css
lordlogo2002 4bbbcd8040 Add content script and popup for channel whitelist management
- Implement content script to identify member-only videos on YouTube
- Create popup interface for managing a channel whitelist
- Add necessary icons and manifest configuration
2026-01-19 18:55:43 +01:00

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;
}