Google:结果页深色模式
将结果页背景改为深色,并选用护眼的浅色文字和链接颜色。
可复制的代码
/* Dark theme for the search results page */
html, body, #main, #cnt, #rcnt, #appbar, #searchform {
background: #1b1b1b !important;
color: #e8eaed !important;
}
#search h3 { color: #8ab4f8 !important; }
#search .VwiC3b, #search div[data-sncf] span { color: #bdc1c6 !important; }
#search cite, #search .byrV5b { color: #9aa0a6 !important; }
#search a:visited h3 { color: #c58af9 !important; }
如何使用此示例
- 用上方按钮复制代码。
- 安装 JustZix(2 分钟),在目标页面打开扩展。
- 添加一条匹配该页面的新规则。
- 将代码粘贴到规则的 CSS 面板并保存 — 效果立即生效。
为此示例评分
暂无评分 — 成为第一个。