Skip to content

youtube dark amoled black by gillohner

Screenshot of youtube dark amoled black

Details

Authorgillohner

LicenseNo License

Categoryyoutube.com

Created

Updated

Size525 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A version of youtube with most backgrounds in amoled black.

Notes

28.10.22 1:27 - V 1.0 - Init

Source code

/* ==UserStyle==
@name           youtube.com - 10/28/2022, 12:23:09 AM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("youtube.com") {
    /* Insert code here... */
    ytd-app[darker-dark-theme] {
        background: #000;
        background-color: rgb(0, 0, 0);
    }
    
    #player #cinematics div {
        display: none;
    }
    
    html[dark], [dark]  {
        --yt-spec-base-background: #000;
    }
}

Reviews

No reviews yet.