Skip to content

YouTube 動画再生ページの謎空間排除 by hori68

Screenshot of YouTube 動画再生ページの謎空間排除

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;
    }
}

Reviews

No reviews yet.