Greasy Fork is available in English.

取消网站变灰效果

取消网页变灰(黑白)效果

< Feedback on 取消网站变灰效果

Review: Good - script works

§
Posted: 02.12.2022.

部分网页不生效,建议加上 !important,加上好多了

wlwxjAuthor
§
Posted: 02.12.2022.

啊这,我是第一回写脚本,不太明白什么意思,能说详细一点吗

§
Posted: 02.12.2022.

!important 提高样式的优先级,不然有的网页样式应用不上,比如:https://tophub.today/
就把原来的css样式改成:
html.gray {
-webkit-filter:grayscale(0) !important ;
}
html{
-webkit-filter:grayscale(0) !important ;
}
body{
filter:grayscale(0) !important;
}
.tb-allpage-filter{
-webkit-filter:grayscale(0) !important ;
}

wlwxjAuthor
§
Posted: 02.12.2022.

好的好的好的 了解了,非常感谢

导致油管 全屏视频 无画面显示

§
Posted: 02.12.2022.

排除油管的链接就行

wlwxjAuthor
§
Posted: 02.12.2022.

导致油管 全屏视频 无画面显示

新版本已经修复了

Post reply

Sign in to post a reply.