Can be glitchy, mostly for personal use. Tested on 1280x1024.
YouTube minimalistic/hover 0.1 by plmch
Details
Authorplmch
LicenseNo License
CategoryYouTube
Created
Updated
Size1.0 kB
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 min. UI
@namespace https://youtube.com
@version 0.1
@description Minimalistic/hover. Replies: t.me/Plamcheg, plmch@bk.ru
@author Plamch
==/UserStyle== */
@-moz-document url-prefix("https://https://youtube.com/") {
* {
font-size: 22px!important; /* optional */
border: none!important;
}
#page-manager {
background: #000 fixed no-repeat center 100%!important;
background-size: 100% auto!important;
background-image: linear-gradient(#000,#000,#0000,#0000,#0000), url(
https://i.imgur.com/ljikdRU.png
)!important; /* url may be outdated */
}
#masthead-container,
#below,
#secondary {
opacity: 0;
}
#masthead-container:hover,
#below:hover,
#secondary:hover {
opacity: 1;
background: rgba(0, 0, 0, .8);
border-radius: 10px!important;
}
#below {
margin-top: 20px;
}
#secondary {
margin: 480px 25px 0 0;
}
#player {
left: 29%;
}
#full-bleed-container {
border-radius: 10px!important;
}
}