Skip to content

YouTube 自動再生ボタン強制表示 by hori68

Screenshot of YouTube 自動再生ボタン強制表示

Details

Authorhori68

LicenseCC-BY-4.0

CategoryYouTube

Created

Updated

Size559 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-player div.ytp-chrome-bottom button[data-tooltip-target-id="ytp-autonav-toggle-button"]{
        display: initial !important;
    }
}

Reviews

No reviews yet.