Greasy Fork is available in English.

强制彩色

强制所有网站使用彩色

< Feedback on 强制彩色

Review: Good - script works

§
Posted: 01/12/2022

// 修改了下,有的平台并不是100%。还有的是加在html标签里的(b站)。
function 修改节点filter(node){
let style = window.getComputedStyle(node,null).filter
if(style.startsWith('grayscale')){
node.style.filter='grayscale(0)'
}
}

changeFilterByTag("html")

3neverAuthor
§
Posted: 01/12/2022

感谢,已修复

Post reply

Sign in to post a reply.