YouTube - Misc CSS Fix

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

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

/* ==UserStyle==
@name                   YouTube - Misc CSS Fix
@namespace              github.com/openstyles/stylus
@version                1.0.1
@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%;
    }
}

QingJ © 2025

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