YouTube - Misc CSS Fix

To fix some css issues (like YouTube Offline Slate Background)

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

/* ==UserStyle==
@name                   YouTube - Misc CSS Fix
@namespace              github.com/openstyles/stylus
@version                1.0.2
@description            To fix some css issues (like 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;
    }
    .more-button.ytd-comment-replies-renderer > #creator-thumbnail {
        margin: 4px 8px;
        line-height: 100%;
    }
    yt-icon.yt-player-error-message-renderer {
        color: var(--yt-spec-static-overlay-text-primary);
    }
}

QingJ © 2025

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