Firefox 使用竖直标签


当前 Firefox 版本: 87.0 64位

所需工具:

  1. Tree Style Tab : 用来垂直显示标签页,也可以用其他附加组件
  2. userChrome.css : 用来隐藏选项卡栏和侧边栏关闭按钮


效果:


步骤:

  1. 在附加组件搜索 "Tree Style Tab" 然后安装
  2. 安装完成后,在侧边栏选择 "树状标签页"
  3. 在地址栏输入 "about:config"
  4. 搜索选项 "toolkit.legacyUserProfileCustomizations.stylesheets",设置为 "true"
  5. 点击 "帮助" -> "排障信息" 或在地址栏输入 "about:support"
  6. 打开 "配置文件夹" 目录
  7. 新建一个文件夹 "chrome"
  8. 在 "chrome" 里新建一个文本文件 "userChrome.css"
  9. 在 "userChrome.css" 里填入
    #TabsToolbar {
      visibility: collapse !important;
    }
    
    #sidebar-close {
      visibility: collapse;
    }
  10. 重启 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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM