-
-
Notifications
You must be signed in to change notification settings - Fork 212
Firefox Styles Snippets (via userChrome.css)
mbnuqw edited this page Jun 4, 2020
·
11 revisions
Note: Starting with Firefox 69 you have to enable toolkit.legacyUserProfileCustomizations.stylesheets in about:config.
In 'Profile Directory' (Menu > Help > Troubleshooting Information > Profile Directory)
create folder chrome with file userChrome.css.
To find and inspect browser's selectors open Browser Toolbox.
#TabsToolbar {
display: none;
}#TabsToolbar[inFullscreen="true"] {
display: none;
}#sidebar-header {
display: none;
}