YouTube - Hide Controls Until Hover

Automatically hides the top and bottom bar when paused. Makes it easier to read text on the top/bottom that is normally hidden by the controls.

目前為 2023-04-09 提交的版本,檢視 最新版本

/* ==UserStyle==
@name          YouTube - Hide Controls Until Hover
@namespace     q1k
@version       1.0.0
@description   Automatically hides the top and bottom bar when paused. Makes it easier to read text on the top/bottom that is normally hidden by the controls.
@type          less
==/UserStyle== */

@-moz-document domain("youtube.com") {
.html5-video-player.paused-mode .ytp-chrome-top, 
.html5-video-player.paused-mode .ytp-gradient-top, 
.html5-video-player.paused-mode .ytp-chrome-bottom, 
.html5-video-player.paused-mode .ytp-gradient-bottom {
  visibility: hidden;
}
.html5-video-player.paused-mode:hover .ytp-chrome-top, 
.html5-video-player.paused-mode:hover .ytp-gradient-top, 
.html5-video-player.paused-mode:hover .ytp-chrome-bottom, 
.html5-video-player.paused-mode:hover .ytp-gradient-bottom {
  visibility: visible;
}

}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址