Removes top graient overlay
Makes bottom a solid transparent color
Youtube no gradient overlay by befreex
Details
Authorbefreex
LicenseNo License
Categoryyoutube.com
Created
Updated
Size516 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}