YouTube - Misc CSS Fix

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

Автор
𝖢𝖸 𝖥𝗎𝗇𝗀
Щоденних встановлень
0
Всього встановлень
12
Рейтинги
0 0 0
Версія
1.0.2
Створено
18.05.2025
Оновлено
19.05.2025
Size
730 байтів
Ліцензія
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