Tree Style Tab 的评价
Tree Style Tab 作者: Piro (piro_or)
scottrfrost 的评价
评分 5 / 5
来自 scottrfrost,7 年前Until mozilla gets around to creating the API to hide the tab bar, do this:
Go into about:config and set browser.tabs.drawInTitlebar to false
Go into about:profiles, click Open Folder on root directory, create or open the "chrome" folder and create or edit a "userChrome.css" file in that folder (capitalization counts, even on Windows). Enter the below in the userChrome.css file, save it, close and restart Firefox:
/* Hide tab bar */
#TabsToolbar { visibility: collapse; }
#sidebar-header { display: none; }
Go into about:config and set browser.tabs.drawInTitlebar to false
Go into about:profiles, click Open Folder on root directory, create or open the "chrome" folder and create or edit a "userChrome.css" file in that folder (capitalization counts, even on Windows). Enter the below in the userChrome.css file, save it, close and restart Firefox:
/* Hide tab bar */
#TabsToolbar { visibility: collapse; }
#sidebar-header { display: none; }