firefox如何隐藏顶部标签栏?

阅读:4808回复:1
2018-05-19 13:22
写私信
楼主#
忽然有个想法,我记得有一个扩展可以让左侧书签栏多出一个标签页并且带截图缓存的。加载了以后只是顶部标签页略显多余,目前firefox如何隐藏顶部标签栏?
2018-05-19 13:59
写私信
1楼#
userChrome.js

#appmenu-button {display: none !important;}
.tabbrowser-tab {display: none !important;}
.tabs-newtab-button {display: none !important;}