Skip to content

Instantly share code, notes, and snippets.

@dector
Created November 11, 2018 19:11
Show Gist options
  • Save dector/841168343b96c39815ef2703b3b9a122 to your computer and use it in GitHub Desktop.
Save dector/841168343b96c39815ef2703b3b9a122 to your computer and use it in GitHub Desktop.
Firefox userContent.css
@-moz-document domain("youtube.com") {
#video-title {
max-height: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment