[Youtube] 去他妈的评论区

移除网页版Youtube的评论区

이 스크립트 설치? 유저 스타일로 설치?
작성자 추천 스크립트

Youtube 评论区屏蔽工具 스크립트도 사용해 보세요.

이 스크립트 설치
/* ==UserStyle==
@name           [Youtube] 去他妈的评论区
@name:en        [Youtube] View-Only
@description    移除网页版Youtube的评论区
@description:en Remove comments from Youtube website.
@author         CKylinMC
@namespace      ckylin-style-deletefuckingcomments-ytb
@version        1.0.0
@license        WTFPL
==/UserStyle== */

@-moz-document domain("youtube.com") {
    ytd-comments#comments{
        display:none;
    }
}