Skip to content

YouTube 終了画面の非表示化 by hori68

Details

Authorhori68

LicenseCC-BY-4.0

CategoryYouTube

Created

Updated

Size464 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") {
    #movie_player.html5-video-player .ytp-ce-element{
        display: none !important;
    }
}

Reviews

No reviews yet.