适配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
我进行了重构和继续适配
修改部分: