打开终端:
cd ./.config/google-chrome/Default/User\ StyleSheets/
ls -altr
可以看到:
Custom.css 这个文件(里面没有内容,如果你以前没有配置过)
vim Custom.css
添加如下代码:
html, body {background-color: #CCE8CC!important;}
其中,CCE8CF 就是背景颜色。无须重启 chrome,即可看到效果!
小记:如何查找 Custom.css?
find ./ -name Custom.css
帮助谷歌Chrome提速的七个步骤:http://www.linuxdiyf.com/linux/16780.html
Fedora22/23安装Google Chrome浏览器:http://www.linuxdiyf.com/linux/15407.html
Linux下不能以根用户身份运行google chrome浏览器的解决办法:http://www.linuxdiyf.com/linux/14751.html
Ubuntu下安装使用Google Chrome浏览器:http://www.linuxdiyf.com/linux/11331.html
Ubuntu下Google Chrome字体模糊的完美解决方案:http://www.linuxdiyf.com/linux/11332.html