/* ==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
@downloadURL https://update.greasyfork.org/scripts/425221/YouTube%20-%20Hide%20Video%20Comments.user.css
@updateURL https://update.greasyfork.org/scripts/425221/YouTube%20-%20Hide%20Video%20Comments.meta.css
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/watch") {
#comments, #comment-teaser {
    display: none;
}
}