YouTube - Misc CSS Fix

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

Автор
𝖢𝖸 𝖥𝗎𝗇𝗀
Установок в день
0
Всего установок
13
Оценки
0 0 0
Версия
1.0.2
Создано
18.05.2025
Обновлено
19.05.2025
Размер
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