動画再生中のプレーヤー下にある次の動画ボタン。これがアカウントによっては表示されないようなので、それに抗って強制表示する。
YouTube 次の動画ボタン強制表示 by hori68
Details
Authorhori68
LicenseCC-BY-4.0
CategoryYouTube
Created
Updated
Size541 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.ytp-chrome-bottom a.ytp-next-button{
display: inline-block !important;
}
}