Skip to content

OledTube by Crashenterminate

Screenshot of OledTube

Details

AuthorCrashenterminate

LicenseNo License

CategoryDark

Created

Updated

Size537 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Youtube Dark theme but even more black

Notes

Disable when using youtube's white theme

Source code

/* ==UserStyle==
@name         OledTube
@version      20230327.23.33
@namespace    userstyles.world/user/Crashenterminate
@description  Youtube Dark theme but even more black
@author       Crashenterminate
@license      No License
==/UserStyle== */

@-moz-document domain("youtube.com") {
    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.