YouTube comments only exist to cause stress, so get rid of them.
/* ==UserStyle==
@name YouTube - Hide Video Comments
@version 2.0.1
@description YouTube comments only exist to cause stress, so get rid of them.
@author XerBlade
@namespace https://greasyfork.org/users/761164
@license GPL-3.0
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/watch") {
#comments, #comment-teaser {
display: none;
}
}