/* 
Hide comments of YouTube videos

Last update: August 2017

Originally from http://userstyles.org/styles/41782/

*/

@-moz-document url-prefix("http://www.youtube.com/watch"), url-prefix("https://www.youtube.com/watch")
{
ytd-comments > *, #watch-discussion > * {
display:none !important;
}
ytd-comments:after, #watch-discussion:after
{
content: "Comments for this video have been hidden.";
font-size: xx-large !important;
color: grey !important;
}
}