YouTube - Misc CSS Fix

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

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

/* ==UserStyle==
@name                   YouTube - Misc CSS Fix
@namespace              github.com/openstyles/stylus
@version                1.0.2
@description            To fix some css issues (like YouTube Offline Slate Background)
@author                 CY Fung
@license                MIT
==/UserStyle== */

@-moz-document domain("youtube.com") {
    .html5-endscreen.ytp-show-tiles ~ .ytp-offline-slate .ytp-offline-slate-background {
        background-image: none !important;
    }
    .more-button.ytd-comment-replies-renderer > #creator-thumbnail {
        margin: 4px 8px;
        line-height: 100%;
    }
    yt-icon.yt-player-error-message-renderer {
        color: var(--yt-spec-static-overlay-text-primary);
    }
}