很喜欢Edge的竖直标签页,可以显示更多的内容,FF也可以利用插件实现这个效果。

about:config 回车stylesheetstoolkit.legacyUserProfileCustomizations.stylesheets双击设为true需要在配置文件中新建CSS文件,配置文件不太好找
about:support配置文件夹 选项,然后打开文件夹chromechrome 文件夹下新建一个文件,名为userChrome.cssuserChrome.css 粘贴下面的内容#TabsToolbar {
visibility: collapse;
}
#sidebar-header {
visibility: collapse !important;
}