update firefox tab bar hiding method
This commit is contained in:
@@ -11,17 +11,8 @@ layout.css.backdrop-filter.enabled
|
|||||||
svg.context-properties.content.enabled
|
svg.context-properties.content.enabled
|
||||||
```
|
```
|
||||||
2. Close Firefox.
|
2. Close Firefox.
|
||||||
3. Create the file `<firefox profile>/chrome/userChrome.css` in the Firefox
|
3. Set up https://github.com/MrOtherGuy/firefox-csshacks (git method) and add
|
||||||
profile directory (there may be multiple directories, one will only have one
|
this to userChrome.css:
|
||||||
file called `times.json`, this is the wrong one, choose the other one):
|
|
||||||
- Windows: `%AppData%/Mozilla/Firefox/Profiles`
|
|
||||||
- Linux: `~/.mozilla/firefox`
|
|
||||||
```
|
```
|
||||||
#TabsToolbar
|
@import url(chrome/hide_tabs_toolbar_v2.css)
|
||||||
{
|
|
||||||
visibility: collapse;
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
4. Open Firefox and confirm the top bar is gone. To enable the title bar, go to
|
|
||||||
`Menu -> More Tools -> Customize toolbar...` and check "Title Bar" in the
|
|
||||||
bottom-left corner.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user