Skip to content

Instantly share code, notes, and snippets.

@q8f13
Created July 29, 2020 04:26
Show Gist options
  • Save q8f13/a494314502bdd303dbd2505714ffc61e to your computer and use it in GitHub Desktop.
Save q8f13/a494314502bdd303dbd2505714ffc61e to your computer and use it in GitHub Desktop.
firefox user custom css - hide tab bar for using treetab
#TabsToolbar {
visibility: collapse !important;
height: 1px;
}
/* #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { */
/* display: none; */
/* } */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment