更改
跳到导航
跳到搜索
←上一编辑
下一编辑→
Firefox
(查看源代码)
2021年8月19日 (四) 08:11的版本
添加710字节
、
2021年8月19日 (四) 08:11
无编辑摘要
第7行:
第7行:
== 设置 ==
== 设置 ==
−
===
Firefox 89 UI 更改
===
+
===
userChrome.css
===
−
将 Multi-Account Container
的彩色条置于下方,更改 userChrome.css:
<ref>https://gist.github.com/intrnl/ef2066b9b97b2b6026dab05a6011f8c0</ref>
+
<code>userChrome.css</code> 的位置为 <code>~/.mozilla/firefox/PROFILE_NAME/chrome/userChrome.css</code>
+
+
==== Firefox 89 UI 更改 ====
+
+
将 Multi-Account Container
的彩色条置于下方
<ref>https://gist.github.com/intrnl/ef2066b9b97b2b6026dab05a6011f8c0</ref>
<syntaxhighlight lang=css>
<syntaxhighlight lang=css>
.tab-context-line {
.tab-context-line {
第20行:
第24行:
其它设置见 GitHub 仓库 [https://github.com/black7375/firefox-ui-fix black7375/firefox-ui-fix]。
其它设置见 GitHub 仓库 [https://github.com/black7375/firefox-ui-fix black7375/firefox-ui-fix]。
+
+
==== Tab 上的右键菜单更改 ====
+
+
去除菜单中的「新建标签页」和它下面的分隔线(是 Firefox 89 之后突然加上的一个选项)
+
<syntaxhighlight lang=css>
+
#tabContextMenu #context_openANewTab,
+
#tabContextMenu #context_openANewTab + menuseparator {
+
display: none !important;
+
}
+
</syntaxhighlight>
+
+
* 有关更改菜单选项见 [https://www.reddit.com/r/firefox/comments/7dvtw0/guide_how_to_edit_your_context_menu/ Guide How To Edit Your Context Menu]
+
* 有关右键菜单的 [[CSS]] 选择器见 [https://github.com/stonecrusher/simpleMenuWizard simpleMenuWizard]。
== 参考资料 ==
== 参考资料 ==
Weirane
行政员
、
管理员
528
个编辑
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
工具
特殊页面
可打印版本