To fix YouTube Offline Slate Background
目前為
/* ==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;
}
}