Baidu深色模式(简易版)

一个简易版的Baidu自动深色模式

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
tutu辣么可爱
Daily installs
0
Total installs
36
Ratings
0 0 0
Version
1.0
Created
2022-06-12
Updated
2022-06-12
Size
2.12 KB
License
MIT
Applies to

一个极为简单的百度深色模式,默认是跟随浏览器自动切换。
如果需要常开深色模式,请将倒数第二行的mode.auto修改为mode.on()。
本脚本仅支持www.baidu.com,image.baidu.com,zhidao.baidu.com,不支持其他百度网页,如手机百度、百度文库、百度贴吧。
本脚本深色模式原理是,直接对html标签添加css属性:“filter: invert(1) hue-rotate(180deg)”,同时对不需要反色及色相颠倒的dom元素(如图片、视频、部分按钮)恢复原状。