Skip to content

Comments Sidebar for YouTube dark mode by pkpc99

Screenshot of Comments Sidebar for YouTube dark mode

Details

Authorpkpc99

LicenseNo License

Categoryhttps://www.youtube.com/

Created

Updated

Code size577 B

Code checksum8b672a4

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes buttons dark in the Comments Sidebar for YouTube extension. Also changes the font size to 15px.

Notes

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

Reviews

No reviews yet.