Greasy Fork

Greasy Fork is available in English.

YouTube Boost Chat

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

目前为 2024-12-24 提交的版本。查看 最新版本

作者
𝖢𝖸 𝖥𝗎𝗇𝗀
评分
0 0 0
版本
0.1.59
创建于
2024-12-15
更新于
2024-12-24
大小
158.1 KB
许可证
MIT
适用于

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;