Skip to content

YouTube 字幕非表示 by hori68

Details

Authorhori68

LicenseCC-BY-4.0

CategoryYouTube

Created

Updated

Size375 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") {
    div.html5-video-player div.caption-window{
        display:none !important;
    }
}

Reviews

No reviews yet.