254433ac7d674ca4a6ee6554d122be692ee62414
Tech/FirefoxProductivity.md
... | ... | @@ -19,14 +19,14 @@ To prevent sites interfering with cut-paste: |
19 | 19 | #TabsToolbar { visibility: collapse !important; } |
20 | 20 | ``` |
21 | 21 | |
22 | -Alternatively: |
|
22 | +Alternatively (perhaps for older versions?): |
|
23 | 23 | |
24 | 24 | ```css |
25 | 25 | #tabbrowser-tabs { |
26 | 26 | visibility: collapse !important; |
27 | 27 | } |
28 | 28 | ``` |
29 | - |
|
29 | + |
|
30 | 30 | |
31 | 31 | Enable in about:config |
32 | 32 |