/*
 * Author      : Nightfirecat
 * Updated     : May 1st, 2015
 * Website     : https://github.com/nightfirecat
 * Description : Hides YouTube Comments
 * Usage       : Use with Stylish Firefox extension (http://userstyles.org/) or copy to your Firefox userContent.css file
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
url-prefix("http://www.youtube.com/"),
url-prefix("https://www.youtube.com/")
{

#watch-discussion {
  display: none !important;
}

}