YouTube - Fix Offline Slate Background

To fix YouTube Offline Slate Background

目前為 2025-05-18 提交的版本,檢視 最新版本

  1. /* ==UserStyle==
  2. @name YouTube - Fix Offline Slate Background
  3. @namespace github.com/openstyles/stylus
  4. @version 1.0.0
  5. @description To fix YouTube Offline Slate Background
  6. @author CY Fung
  7. @license MIT
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("youtube.com") {
  11. .html5-endscreen.ytp-show-tiles ~ .ytp-offline-slate .ytp-offline-slate-background {
  12. background-image: none !important;
  13. }
  14. }