Greasy Fork is available in English.

B站稍后再看功能增强

与稍后再看功能相关,一切你能想到和想不到的功能

< 脚本B站稍后再看功能增强的反馈

提问/评论

§
发表于:2022-11-20
编辑于:2022-11-20

在bili evolved的夜间模式下 https://www.bilibili.com/watchlater/#/list 会有一小块颜色不正确 不知道应该在哪边反馈

§
发表于:2022-11-20

我思考了下,如果为了这个特意去做兼容似乎就有点过分了。

这种兼容第三方的功能很麻烦,不想再踩这样的坑了。

我可以给一套适配当前 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;
}
§
发表于:2022-11-21

我思考了下,如果为了这个特意去做兼容似乎就有点过分了。

这种兼容第三方的功能很麻烦,不想再踩这样的坑了。

我可以给一套适配当前 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;
}

谢谢

发表回复

登录以发表回复。