當前 Firefox 版本: 87.0 64位
所需工具:
- Tree Style Tab : 用來垂直顯示標簽頁,也可以用其他附加組件
- userChrome.css : 用來隱藏選項卡欄和側邊欄關閉按鈕
效果:
步驟:
- 在附加組件搜索 "Tree Style Tab" 然后安裝
- 安裝完成后,在側邊欄選擇 "樹狀標簽頁"
- 在地址欄輸入 "about:config"
- 搜索選項 "toolkit.legacyUserProfileCustomizations.stylesheets",設置為 "true"
- 點擊 "幫助" -> "排障信息" 或在地址欄輸入 "about:support"
- 打開 "配置文件夾" 目錄
- 新建一個文件夾 "chrome"
- 在 "chrome" 里新建一個文本文件 "userChrome.css"
- 在 "userChrome.css" 里填入
#TabsToolbar { visibility: collapse !important; } #sidebar-close { visibility: collapse; }
- 重啟 Firefox 以應用新界面樣式
參考資料:
https://github.com/Timvde/UserChrome-Tweaks
https://sunbox.cc/firefox-userchrome-css.html
https://superuser.com/questions/1261660/firefox-quantum-ver-57-how-can-i-hide-the-horizontal-tab-bar-with-treesty