userChrome.css 不好使呢
1
AloneHero 2022-08-18 20:56:51 +08:00 via Android
涨知识了,想问 Chrome 有办法改吗
|
2
Yiskiee 2022-08-18 22:53:39 +08:00
按 F11
|
3
sugarsalt 2022-08-18 23:43:33 +08:00 2
|
4
mgrddsj 2022-08-19 07:26:27 +08:00 1
Quantum 之后的 Firefox 需要在 about:config 里面把 toolkit.legacyUserProfileCustomizations.stylesheets 改成 true 才会使 userChrome.css 生效。
然后按照 https://www.userchrome.org/how-create-userchrome-css.html 来创建 userChrome.css 。我估计你可能是在错误的地方创建了 userChrome.css ,因为我一开始也放错地方了。 然后就可以使用 userChrome.css 自定义了。修改完 userChrome.css 之后,重启 Firefox 生效。 这是我在网上随意抄了一下的 userChrome.css:把标签栏和窗口按钮整个删掉了,地址栏和拓展等按钮在激活地址栏时显示。你可能要自己改改才能满足自己的使用需求。 https://gist.github.com/mgrddsj/e6b1c86ed15d82a504898347713905f1 |
5
ryansvn 2022-08-19 10:44:09 +08:00
楼主和我不一样呢
没有标签栏感觉不方便多标签切换和浏览; 没有地址栏,不看网址没有安全感。 |
6
proxytoworld 2022-08-19 11:18:14 +08:00
|
7
proxytoworld 2022-08-19 11:18:49 +08:00
useChrome.css 挺好用的啊,配合 tree style tab 爽飞
|
8
andyJado OP |
9
ltuxer 2022-08-19 20:55:13 +08:00 1
网上找的,自动隐藏顶栏,需要时把鼠标放在最上面即可显示
自动隐藏顶栏 地址栏输入 about:config —> toolkit.legacyUserProfileCustomizations.stylesheets —> true 帮助—>更多排障信息—>配置文件夹—>打开文件夹—>新建 chrome 文件夹 把配置文件 userChrome.css 放置在 chrome 目录下 重启浏览器 |
10
ltuxer 2022-08-19 20:57:27 +08:00 1
|