Skip to content

Instantly share code, notes, and snippets.

@wjdp
Last active March 14, 2025 12:15
Show Gist options
  • Save wjdp/5568f9776677f31681980e17dc0c6b24 to your computer and use it in GitHub Desktop.
Save wjdp/5568f9776677f31681980e17dc0c6b24 to your computer and use it in GitHub Desktop.
Firefox userChrome for vertical tabs
/*
I use Firefoxes new vertical tabs with a tiling window manager.
The close window button isn't needed
The tab close buttons are too easy to hit when in collapsed sidebar mode, I'll just use middle mouse or ctrl+w instead
*/
.titlebar-buttonbox-container { display:none }
#vertical-tabs .tab-close-button.close-icon { display:none !important }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment