Hide buttons when the video is paused and show them again when hovered
当前为
/* ==UserStyle==
@name YouTube - Show Buttons On Hover When Paused
@namespace https://github.com/pabli24
@version 1.0.0
@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 .ytp-gradient-top,
.paused-mode .ytp-gradient-bottom,
.paused-mode .ytp-chrome-top,
.paused-mode .ytp-chrome-bottom,
.paused-mode .branding-img-container,
.paused-mode .ytp-pause-overlay {
opacity: 0
}
.html5-video-player:hover .ytp-gradient-top,
.html5-video-player:hover .ytp-gradient-bottom,
.html5-video-player:hover .ytp-chrome-top,
.html5-video-player:hover .ytp-chrome-bottom,
.html5-video-player:hover .branding-img-container,
.html5-video-player:hover .ytp-pause-overlay {
opacity: 1
}
}
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址