simo97

joined 1 year ago
[โ€“] simo97 9 points 1 year ago* (last edited 1 year ago) (1 children)

It is a file / folder that, when enabled, allow a user to customize the interface of Firefox.

For example, I use tree style tabs, so my tabs are on the right. To remove the standard tab bar, I used the userChrome.css.

/* hides the native tabs */
#TabsToolbar { visibility: collapse !important; }

#sidebar-header {
  visibility: collapse !important;
}
[โ€“] simo97 3 points 1 year ago (1 children)