超暫定。再生ページのチャンネル名表示で迷走テストしてるようなのでその対策。すぐ不要になるでしょう。
YouTube 動画再生ページの謎空間排除 by hori68
Details
Authorhori68
LicenseCC-BY-4.0
CategoryYouTube
Created
Updated
Size580 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name YouTube 再生ページの謎空間排除
@namespace userstyles.world/user/hori68
@version 1.0
@description 超暫定。再生ページのチャンネル名表示で迷走テストしてるようなのでその対策。すぐ不要になるでしょう。
@author hori68
@license CC-BY-4.0
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-watch-flexy ytd-watch-metadata div#top-row ytd-channel-name #text.ytd-channel-name{
display:flex !important;
white-space: pre !important;
}
}