YouTube - Hide Video Comments

YouTube comments only exist to cause stress, so get rid of them.

Versión del día 18/10/2022. Echa un vistazo a la versión más reciente.

/* ==UserStyle==
@name         YouTube - Hide Video Comments
@version      2.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, #comment-teaser {
    display: none;
}
}