Skip to content

Youtube no gradient overlay by befreex

Screenshot of Youtube no gradient overlay

Details

Authorbefreex

LicenseNo License

Categoryyoutube.com

Created

Updated

Size516 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes top graient overlay
Makes bottom a solid transparent color

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           youtube no gradient
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("youtube.com") {
    /* Insert code here... */
    .ytp-gradient-top{
        display: none !important;
    }
    .ytp-gradient-bottom{
/*         display: none !important; */
        height: 20px !important;
        background: none;
        background-color: #0004;
        
    }
}

Reviews

No reviews yet.