YouTube Boost Chat

5/13/2024, 9:58:33 PM

24.12.2024 itibariyledir. En son verisyonu görün.

Yazar
𝖢𝖸 𝖥𝗎𝗇𝗀
Değerlendirmeler
0 0 0
Versiyon
0.1.59
Oluşturulma
15.12.2024
Güncellenme
24.12.2024
Size
158 KB
Lisans
MIT
Geçerli

stylus / usercss 參考

original 原型

Example1 例1



    body .bst-message-list[class] {
        --bst-message-entry-pl:30px;
        --yt-live-chat-profile-icon-size:26px;
        --yt-live-chat-first-line-height:1.4;
        --yt-live-chat-emoji-size:  12px;
    }
    .bst-message-body {
        display:block;
    }
    .bst-message-entry {
        font-size:8pt;
    }
    .bst-message-profile-holder {
        margin-top:2px;
        top:8px;

    }

Example2 例2

    body .bst-message-list[class] {
        --bst-message-entry-pl:14px;
        --yt-live-chat-profile-icon-size:20px;
        --yt-live-chat-first-line-height:1;
        --yt-live-chat-emoji-size:  24px;
    }
    .bst-message-body {
        display:block;
    }
    .bst-message-entry{
        font-size:16pt;
    }
    .bst-message-profile-holder{
        margin-top:0px;
        top:0px;

    }

其他參數

  • --bst-author-badge-size: 16px;

  • --bst-author-badge-mb: .2rem;

  • --bst-default-text-color: #fff;

  • --bst-username-color: #a3e3e3;

  • --bst-list-pl: 20px;

  • --bst-list-pr: 20px;

  • --bst-list-pt: 8px;

  • --bst-list-pb: 8px;

  • --bst-list-gap: 10px;