Skip to content

youtubeサムネイル セピア by motonari728

Details

Authormotonari728

LicenseNo License

Categoryyoutube

Created

Updated

Size976 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

youtubeのサムネイルをセピア色にする。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         youtubeサムネイル セピア
@version      20231120.10.23
@namespace    userstyles.world/user/motonari728
@description  youtubeのサムネイルをセピア色にする。
@author       motonari728
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/") {
    img {
        filter: sepia(1)
    }
    /* 動画コメント欄 */
    .ytd-comments {
        filter: sepia(1);
    }
    /* 生放送ページコメント */
    div#chat-container {
        filter: sepia(1);
    }
    /* 動画ページタイトル */
    div#title {
        filter: sepia(1);
    }
    /* 動画説明欄 */
    #description {
        filter: sepia(1);
    }
    /* 再生ページの本体ビデオ */
    video.video-stream {
        filter: sepia(0.4)
    }
    video:not(.video-stream) {
        filter: sepia(1)
    }
    /* ショート動画 */
    .short-video-container {
        filter: sepia(1);
    }

}

Reviews

No reviews yet.