Skip to content

Instantly share code, notes, and snippets.

@rpxio
Created June 4, 2021 14:46
Show Gist options
  • Save rpxio/ea13b13f2686417c331ccc9d6d403f81 to your computer and use it in GitHub Desktop.
Save rpxio/ea13b13f2686417c331ccc9d6d403f81 to your computer and use it in GitHub Desktop.
firefox + treestyletab. remove toolbar and sidebar header.
/* Hide main tabs toolbar */
#TabsToolbar {
visibility: collapse;
}
/* Hide sidebar header, when using Tree Style Tab. */
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
visibility: collapse;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment