Skip to content

Instantly share code, notes, and snippets.

@vviikk
Last active June 2, 2018 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vviikk/1e195b4de74fce29623c8306981e57bc to your computer and use it in GitHub Desktop.
Save vviikk/1e195b4de74fce29623c8306981e57bc to your computer and use it in GitHub Desktop.
My firefox visual hacks
/* Hide horizontal tabs at the top of the window #1349 */
#TabsToolbar {
visibility: collapse !important;
}
/* For only Tree Style Tab sidebar #1397 */
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none !important;
}
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
* Hide tabs on Linux, Windows, any with titlebar.
* Doesn't work right with MacOS, use the other one instead
*
* Contributor(s): Isaac-Newt
*/
#TabsToolbar {
visibility: collapse !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment