YouTube - Misc CSS Fix

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

Aŭtoro
𝖢𝖸 𝖥𝗎𝗇𝗀
Ĉiutagaj instaloj
0
Tutaj instaloj
12
Ratings
0 0 0
Versio
1.0.2
Kreita
2025/05/18
Ĝisdatigita
2025/05/19
Size
730 bitokoj
Licenco
MIT
Aplikiĝas al

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