Skip to content

Instantly share code, notes, and snippets.

@thuandt
Last active August 29, 2015 14:20
Show Gist options
  • Save thuandt/d0077324f6a240a0e6f9 to your computer and use it in GitHub Desktop.
Save thuandt/d0077324f6a240a0e6f9 to your computer and use it in GitHub Desktop.
userChrome.css
/* Disable "List all Tabs" Button */
.tabs-alltabs-button {
display: none !important;
}
/* Disable Container box for "List all Tabs" Button */
.tabs-alltabs-box {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment