YouTube comments only exist to cause stress, so get rid of them.
Ajankohdalta
/* ==UserStyle==
@name YouTube - Hide Video Comments
@version 1.0.0
@description YouTube comments only exist to cause stress, so get rid of them.
@author XerBlade
@namespace https://greatest.deepsurf.us/users/761164
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/watch") {
#comments {
display: none;
}
}