Skip to content

Instantly share code, notes, and snippets.

@Hexadecimaaal
Last active February 12, 2020 11:48
Show Gist options
  • Select an option

  • Save Hexadecimaaal/96267f99b32861441556bb01cfcbdfc3 to your computer and use it in GitHub Desktop.

Select an option

Save Hexadecimaaal/96267f99b32861441556bb01cfcbdfc3 to your computer and use it in GitHub Desktop.
firefox 72.0.2 hide tab bar (for macos)
#TabsToolbar > .toolbar-items { display: none; }
#TabsToolbar > .titlebar-spacer { display: none; }
#TabsToolbar { min-height: 0 !important; }
#TabsToolbar > .titlebar-buttonbox-container { height: 20px !important; }
@Hexadecimaaal
Copy link
Copy Markdown
Author

Hexadecimaaal commented Feb 12, 2020

put into <profile folder>/chrome/, enable the option toolkit.legacyUserProfileCustomizations.stylesheets in about:config.
in the mac config, windowed firefox need to show the close/minimize/zoom button box and hide it if entered full screen.
should be usable in other windows management systems (in linux or other systems) too, such that firefox will hide the bar in windowed mode and show the control buttons (to strut up the uppermost bar) in full screen mode , but the height parameter in the last line need to be modified to display more naturally.

@rashid327
Copy link
Copy Markdown

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment