|
|
|
|
|
by aembleton
3148 days ago
|
|
1. Navigate to your profile folder [1]. 2. cd chrome or create the directory if it isn't there 3. Inside chrome, open userChrome.css or create it if it isn't there 4. Paste the following: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* to hide the native tabs */
#TabsToolbar {
visibility: collapse;
}
/* to hide the sidebar header */
#sidebar-header {
visibility: collapse;
}
5. Restart Firefox--- 1. http://kb.mozillazine.org/Profile_folder_-_Firefox#Navigatin... |
|
Also, if you hide the sidebar header I think you run the risk of accidentally opening the bookmarks sidebar and being unable to get back to your tabs.