Makes buttons dark in the Comments Sidebar for YouTube extension. Also changes the font size to 15px.
Comments Sidebar for YouTube dark mode by pkpc99
Details
Authorpkpc99
LicenseNo License
Categoryhttps://www.youtube.com/
Created
Updated
Size577 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Original extension found here
https://chromewebstore.google.com/detail/comments-sidebar-for-yout/cgijphidahihhjphcfklefeknhemmdgh
Source code
/* ==UserStyle==
@name youtube.com - 7/4/2023, 10:16:37 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
button[data-v-7fe61b2a] {
font-size: 15px;
margin-right: 5px;
background-color: black;
color: white;
cursor: pointer;
border-width: 1px;
border-style: solid;
border-color: rgb(118, 118, 118);
border-image: initial;
}
button.active[data-v-7fe61b2a] {
background-color: #555;
}
}