修改Chrome浏览器默认背景颜色为浅绿色(转)

Chrome 浏览器下设置浅绿色背景(谷歌浏览器绿豆沙背景设置)方法:
1、找到 Chrome 浏览器安装目录下的 Custom.css 样式文件(此文件默认为空)
2、添加以下代码到 Custom.css 样式文件并保存即可


html, body {background-color: #CCE8CC!important;}

注意去掉只读属性(右键 – 属性,去掉只读选项)

关于文件所在路径:

XP系统中 Custom.css 样式文件路径为:
C:Documents and Settings系统用户名Local SettingsApplication DataGoogleChromeUser DataDefaultUser StyleSheets
我的这台XP路径是:
C:Documents and SettingsAdministratorLocal SettingsApplication DataGoogleChromeUser DataDefaultUser StyleSheets

Win7系统中 Custom.css 样式文件路径为:
C:Users系统用户名AppDataLocalGoogleChromeUser DataDefaultUser StyleSheets
我的Win7系统路径是:
C:UsersAdministratorAppDataLocalGoogleChromeUser DataDefaultUser StyleSheets

如果你找不到文件路径,可以尝试下:
尝试下C盘搜索 “Chrome” 点击搜出的名为Chrome的文件夹进入查找 Custom.css



原文地址:https://www.cnblogs.com/poleices/p/2356154.html