Skip to content

Pure Dark Youtube by jonylolma

Details

Authorjonylolma

LicenseNo License

Categoryyoutube.com

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Pure Dark Youtube

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Pure Dark Youtube
@version      20220101.05.06
@namespace    userstyles.world/user/jonylolma
@description  Pure Dark Youtube
@author       jonylolma
@license      No License
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
    html:not(.style-scope)[dark],
    :not(.style-scope)[dark] {
        --yt-spec-brand-background-solid: #010101;
        --yt-spec-brand-background-primary: #010101;
        --yt-spec-general-background-a: #010101;
        --yt-spec-general-background-b: #010101;
        --yt-spec-badge-chip-background: #080808;
        --yt-spec-touch-response: #000;
        --dark-divider-opacity: 0.04;

        --yt-spec-brand-background-secondary: #f00;
        --yt-spec-general-background-c: #00f;
        --yt-spec-black-1-alpha-98: #f00;
        --yt-spec-black-1: #f00;
        --yt-spec-black-2: #0f0;
        --yt-spec-black-3: #00f;
        --yt-spec-10-percent-layer: rgba(255, 255, 255, 0);
    }

    #home-container-media {
        max-width: 100%;
    }


    html[dark] #home-container-skeleton {
        background-color: hsl(0, 0%, 0%);
    }

    html[dark] #home-page-skeleton .skeleton-bg-color,
    html[dark] #guide-skeleton {
        background-color: hsl(0, 0%, 0%);
    }

    #home-page-skeleton {
        display: none;
    }

    span.ytp-caption-segment {
        text-shadow: rgba(0, 0, 0, 0.6) 0 2px 6px;
    }

    ytd-app[scrolling] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    ::-webkit-scrollbar {
        width: 0px !important;
    }
    
    #player-theater-container > div.lln-vertical-view.lln-events-added {
       display: none;
    }
}

Reviews

No reviews yet.