YouTube - Misc CSS Fix

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

लेखक
𝖢𝖸 𝖥𝗎𝗇𝗀
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
12
रेटिंग
0 0 0
आवृत्ती
1.0.2
बनवली
2025-05-18
अपडेट केली
2025-05-19
आकार
730 Bytes
License
MIT
यांवर लागू होते:

Rule 1

    .html5-endscreen.ytp-show-tiles ~ .ytp-offline-slate .ytp-offline-slate-background {
        background-image: none !important;
    }

Before

After

Rule 2

.more-button.ytd-comment-replies-renderer > #creator-thumbnail {
    margin: 4px 8px;
    line-height: 100%;
}

Before

After