YouTube - Misc CSS Fix

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

Autor
𝖢𝖸 𝖥𝗎𝗇𝗀
Instalações hoje
0
Total de instalações
17
Avaliações
0 0 0
Versão
1.0.2
Criado
18/05/2025
Atualizado
19/05/2025
Tamanho
730 Bytes
Licença
MIT
Aplicável a

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