YouTube - Hide Video Comments

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

ของเมื่อวันที่ 18-04-2021 ดู เวอร์ชันล่าสุด

/* ==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://greasyfork.org/users/761164
==/UserStyle== */

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