モバイルサイト用です。動画再生ページのプレーヤーの下に一件表示されるコメントを非表示にします。
YouTube(M) ネタバレコメント禁止 by hori68
Details
Authorhori68
LicenseCC-BY-4.0
CategoryYouTube
Created
Updated
Size522 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
もちろん、コメント欄をタップすれば、コメントは普通に表示されます。
Source code
/* ==UserStyle==
@name YouTube(M) ネタバレコメント禁止
@namespace userstyles.world/user/hori68
@version 1.0
@description モバイルサイト用です。動画再生ページのプレーヤーの下に一件表示されるコメントを非表示にします。
@author hori68
@license CC-BY-4.0
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytm-app ytm-watch ytm-comments-entry-point-teaser-renderer{
display:none !important;
}
}