YouTube - Hide Video Comments

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

Verze ze dne 18. 10. 2022. Zobrazit nejnovější verzi.

/* ==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;
}
}