Skip to content

Instantly share code, notes, and snippets.

@atondwal
Created December 4, 2018 19:36
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 atondwal/e4740c2c0762913090a52e3960a04b70 to your computer and use it in GitHub Desktop.
Save atondwal/e4740c2c0762913090a52e3960a04b70 to your computer and use it in GitHub Desktop.
/* Hide various elements */
#back-button[disabled = "true"],
#forward-button[disabled = "true"],
#new-tab-button,
.scrollbutton-down,
.scrollbutton-up
{ display: none !important; }
/* Hide splitter, when using Tree Style Tab. */
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] + #sidebar-splitter {
opacity: 0;
margin-right: -30px !important;
width: 30px !important;
border: none !important;
}
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
#sidebar { min-width: 10px !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment