descriptiontube.css 303 B

123456789101112
  1. @-moz-document domain("youtube.com") {
  2. /* DescriptionTube
  3. Automatically expands YouTube comment boxes.
  4. Licensed under CC0. See the LICENSE file in this
  5. repository for more information. */
  6. .yt-uix-expander-collapsed #watch-description-text {
  7. max-height:10000px;
  8. overflow:hidden
  9. }
  10. }