Makes the Youtube UI actually dark.
AMOLED YouTube by daslastic
Details
Authordaslastic
LicenseMIT
Categoryyoutube.com
Created
Updated
Size776 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@-moz-document domain("youtube.com") {
/* ==UserStyle==
@name AMOLED YouTube
@version 20211114.07.32
@namespace userstyles.world/user/daslastic
@description get a oled display, you'll understand
@author daslastic
@license MIT
==/UserStyle== */
ytd-app[darker-dark-theme], #container, #guide-content, ytd-simple-menu-header-renderer, ytd-active-account-header-renderer, #page-header-container, #page-header, #tabs-inner-container, #chips, #right-arrow-button, #left-arrow-button, #chips-content, ytd-mini-guide-renderer, ytd-mini-guide-entry-renderer, ytd-background-promo-renderer, ytd-multi-page-menu-renderer {
background: black !important;
}
#right-arrow::before, #left-arrow::after {
background: transparent !important;
}
}