Firefox Tree Style Tab extension & hide native tabs

  1. 地址栏空白处右键Customize Toolbar...,勾选Title bar
  2. 安装Tree Style Tab扩展
  3. 在地址栏输入about:config搜索toolkit.legacyUserProfileCustomizations.stylesheets改为true
  4. 在地址栏输入about:support搜索Profile DirectoryOpen Directory打开路径
  5. 新建chrome文件夹,文件夹下新建userChrome.css,文本输入以下内容保存
/* hides the title bar */
#titlebar {
  visibility: collapse;
}

/* hides the sidebar */
#sidebar-header {
  visibility: collapse !important;
}
  1. 重启Firefox

https://superuser.com/questions/1424478/can-i-hide-native-tabs-at-the-top-of-firefox

posted @ 2023-03-30 23:35  LanceHansen  阅读(69)  评论(0编辑  收藏  举报