- Install Tree Style Tabs Firefox extensions.
- Install
userChrome.css(see file content below below)- Linux
- cd to ~/.mozilla/firefox/[your profile id].default/
- create folder
chromeif it doesn’t exist - put
userChrome.cssin it
- Windows
- press Win+R
- Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
| /* This Source Code Form is subject to the terms of the Mozilla Public | |
| * License, v. 2.0. If a copy of the MPL was not distributed with this | |
| * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
| /* | |
| * This style will hide the tab bar. For MacOS Big Sur | |
| * | |
| * Contributor(s): Isaac-Newt, Ivan0xFF, millerdev, AMomchilov | |
| */ |