User Tools

Site Tools


snippets:firefox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

snippets:firefox [2018/02/22 08:25] – created allsparksnippets:firefox [2023/07/20 20:57] (current) allspark
Line 1: Line 1:
 +# tree style tab
  
 +~/.mozilla/firefox/<id>.default/chrome/userChrome.css
 +
 +```
 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 +  
 +#TabsToolbar {
 +    visibility: collapse !important;
 +}
 +
 +#sidebar-header {
 +  display: none;
 +}
 +```
 +
 +```
 +Before you close and relaunch, you must open about:config and toggle the property toolkit.legacyUserProfileCustomizations.stylesheets to true for this to be enabled.
 +```
snippets/firefox.txt · Last modified: by allspark