Skip to content

Instantly share code, notes, and snippets.

@Eklei
Eklei / YouTube Redesign Redesign.user.css
Last active June 12, 2020 01:31
YouTube cleanup. Makes masthead stay put at the top of the page instead of following you down. Embiggens theater mode player to be like an actual video player. Auto-expands YouTube comments. Manages skeleton theater.
@-moz-document domain("youtube.com") {
/*
YouTube has a skeleton theater. Spooky scary skeletons lurk before the page fully loads.
YouTube, probably: http://www.prequeladventure.com/this/story2068.gif
*/
button[title="Play on TV"] { /*Chrome get this garbage out of here.*/
display: none !important;
}
#search-form input#search { /*Chrome intelligently selects a dynamic default foreground color based on background color. Firefox doesn't.*/
color: #ffffffe0; /*Not !important, since we're just supplementing a browser default.*/