Skip to content

Instantly share code, notes, and snippets.

@nefigcas
Created January 12, 2026 21:26
Show Gist options
  • Select an option

  • Save nefigcas/52f2522e87a57711c3f70f1d65d00ada to your computer and use it in GitHub Desktop.

Select an option

Save nefigcas/52f2522e87a57711c3f70f1d65d00ada to your computer and use it in GitHub Desktop.
Firefox Chrome, for use with Vertical Tabs plugin SideBerry
/* hides the native tabs */
#TabsToolbar
{
visibility: collapse;
}
/* hides the title bar */
#titlebar {
visibility: collapse;
}
/* hides the sidebar */
#sidebar-header {
visibility: collapse !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment