logo

ScriptCat

  • Home
  • Community
  • Script List
  • Browser Extension
  1. /
  2. Script Market
  3. /
  4. B站一键备注
  • Overview
  • Code
  • Feedback
    2
  • Ratings
  • Version List
ScriptCat
GitHub
Audit Logs
Service Agreement
Privacy Policy
Disclaimer

© 2022-Present ScriptCat. All rights reserved.

适配b站深色主题
Pending#1513KaesinolCreated 8 months ago

Loading…
  • Kaesinol8 months ago

    Loading…
  • Kaesinol8 months ago

    Loading…
  • Kaesinol8 months ago

    Loading…
No data
Login to comment
Labels
Bug
Watch
Participants

适配b站深色主题

临时修复补丁(在CM_STYLE里面加入):

html.night-mode div[contenteditable="true"] {
    color: #ffffff !important;
}
html.night-mode div#info input:has(~ button) {
    background-color: #ffffff !important;
    color: #000000 !important;
}

https://greasyfork.org/zh-CN/scripts/563444-b%E7%AB%99%E4%B8%80%E9%94%AE%E5%A4%87%E6%B3%A8-rev

我进行了重构和继续适配

修改部分:

  • 全面适配B站深色模式
  • 适配更新右侧推荐视频
  • 适配关注人列表和粉丝列表(删除了设置备注的功能)
  • 动画等其他样式优化
  • 修改document-idle加载时刻为document-end,以减少与B站Vue虚拟DOM渲染时的冲突