YouTube - Fix Offline Slate Background

To fix YouTube Offline Slate Background

当前为 2025-05-18 提交的版本,查看 最新版本

/* ==UserStyle==
@name                   YouTube - Fix Offline Slate Background
@namespace              github.com/openstyles/stylus
@version                1.0.0
@description            To fix YouTube Offline Slate Background
@author                 CY Fung
@license                MIT
==/UserStyle== */

@-moz-document domain("youtube.com") {
    .html5-endscreen.ytp-show-tiles ~ .ytp-offline-slate .ytp-offline-slate-background {
        background-image: none !important;
    }
}