Skip to content

YouTube Reddit comment dark mode by DrButthead

Details

AuthorDrButthead

LicenseNo License

Categoryyoutube

Created

Updated

Size349 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Quick and dirty style for when using the Comet - Reddit comments on YouTube extension in dark mode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YouTube Reddit comment dark mode
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/watch?") {
    /* Insert code here... */
    html[dark] div.md {
        color: #c4c4c4;
    }
}

Reviews

No reviews yet.