YouTube - Misc CSS Fix

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

Auteur
𝖢𝖸 𝖥𝗎𝗇𝗀
Installations quotidiennes
0
Installations (total)
12
Notes
0 0 0
Version
1.0.2
Créé
18/05/2025
Mis à jour
19/05/2025
Taille
730 octets
Licence
MIT
S'applique à

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