This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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.*/ |