YouTube - Misc CSS Fix

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

Autor
𝖢𝖸 𝖥𝗎𝗇𝗀
Denne inštalácií
0
Celkový počet inštalácií
13
Hodnotenie
0 0 0
Verzia
1.0.2
Vytvorené
18.05.2025
Aktualizované
19.05.2025
Veľkosť
730 B
Licencia
MIT
Spustiť na

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