48722d4d6ba043ad057858beb51dad0d9a429e58
Tech/FirefoxProductivity.md
| ... | ... | @@ -15,7 +15,17 @@ To prevent sites interfering with cut-paste: |
| 15 | 15 | |
| 16 | 16 | `~/.mozilla/firefox/$profile/chrome/userChrome.css`: |
| 17 | 17 | |
| 18 | - #TabsToolbar { visibility: collapse !important; } |
|
| 18 | +```css |
|
| 19 | +#TabsToolbar { visibility: collapse !important; } |
|
| 20 | +``` |
|
| 21 | + |
|
| 22 | +Alternatively: |
|
| 23 | + |
|
| 24 | +```css |
|
| 25 | +#tabbrowser-tabs { |
|
| 26 | + visibility: collapse !important; |
|
| 27 | +} |
|
| 28 | +``` |
|
| 19 | 29 | |
| 20 | 30 | |
| 21 | 31 | Enable in about:config |