YouTube - Misc CSS Fix

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

작성자
𝖢𝖸 𝖥𝗎𝗇𝗀
일일 설치 수
0
총 설치 수
12
평점
0 0 0
버전
1.0.2
생성일
2025-05-18
갱신일
2025-05-19
크기
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