与稍后再看功能相关,一切你能想到和想不到的功能
< Σχολιασμός για τον κώδικα B站稍后再看功能增强
我思考了下,如果为了这个特意去做兼容似乎就有点过分了。
这种兼容第三方的功能很麻烦,不想再踩这样的坑了。
我可以给一套适配当前 Evolved 夜间模式的样式,你用 Stylus 等扩展把样式加到这个页面就行。
.watch-later-list > header,
.gm-search input[type=text],
.s-btn {
background-color: #222 !important;
}
.s-btn {
color: #eee !important;
border-color: #444 !important;
}
.s-btn:hover {
background-color: #00a1d6 !important;
}
#gm-list-auto-remove-control[enabled] {
background: #00a1d6 !important;
}
我思考了下,如果为了这个特意去做兼容似乎就有点过分了。
这种兼容第三方的功能很麻烦,不想再踩这样的坑了。
我可以给一套适配当前 Evolved 夜间模式的样式,你用 Stylus 等扩展把样式加到这个页面就行。
.watch-later-list > header,
.gm-search input[type=text],
.s-btn {
background-color: #222 !important;
}.s-btn {
color: #eee !important;
border-color: #444 !important;
}.s-btn:hover {
background-color: #00a1d6 !important;
}gm-list-auto-remove-control[enabled] {
background: #00a1d6 !important;
}
谢谢
在bili evolved的夜间模式下 https://www.bilibili.com/watchlater/#/list 会有一小块颜色不正确 不知道应该在哪边反馈