Skip to content

youtube.com - lighttext by thermalzombie

Screenshot of youtube.com - lighttext

Details

Authorthermalzombie

LicenseNo License

Categoryyoutube

Created

Updated

Size390 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make youtube comment text light.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           youtube.com - lighttext
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Make youtube comment text light.
@author         thermalzombie
==/UserStyle== */

@-moz-document domain("youtube.com") {
    /* Insert code here... */
    
    .yt-formatted-string
    {
        color: #FFFFFF !important;
    }
    
}

Reviews

No reviews yet.