YouTube - Show Buttons On Hover When Paused

Hide buttons when the video is paused and show them again when hovered

当前为 2021-09-11 提交的版本,查看 最新版本

/* ==UserStyle==
@name           YouTube - Show Buttons On Hover When Paused
@namespace      https://github.com/pabli24
@version        1.0.1
@description    Hide buttons when the video is paused and show them again when hovered
@author         Pabli
@license        MIT
@homepageURL    https://github.com/pabli24/YTPlayerHideButtonsWhenPaused
@supportURL     https://github.com/pabli24/YTPlayerHideButtonsWhenPaused/issues
==/UserStyle== */

@-moz-document domain("youtube.com") {
.paused-mode > div:not(.html5-video-container) {
    opacity: 0
}
.paused-mode:hover > div:not(.html5-video-container) {
    opacity: 1
}
}

QingJ © 2025

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