Skip to content

YouTube ホームでプロモーション表示回避 by hori68

Details

Authorhori68

LicenseCC-BY-4.0

CategoryYouTube

Created

Updated

Size661 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#video-preview-container div#player-controls ytm-paid-content-overlay-renderer{
        display:none !important;
    }
}

Reviews

No reviews yet.