Hide YouTube Pause Overlay

To hide YouTube Pause Overlay

  1. /* ==UserStyle==
  2. @name Hide YouTube Pause Overlay
  3. @namespace github.com/openstyles/stylus
  4. @version 1.0.1
  5. @description To hide YouTube Pause Overlay
  6. @author CY Fung
  7. @license MIT
  8. ==/UserStyle== */
  9.  
  10. @-moz-document
  11. domain("youtube.com"),
  12. domain("youtu.be"),
  13. domain("www.yout-ube.com"),
  14. domain("www.youtube-nocookie.com") {
  15. /* Insert code here... */
  16. .ytp-embed#movie_player .ytp-pause-overlay {
  17. display: none;
  18. }
  19.  
  20. .paused-mode.ytp-expand-pause-overlay .ytp-pause-overlay {
  21. display: none;
  22. }
  23. }

QingJ © 2025

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