Skip to content

Instantly share code, notes, and snippets.

@johngruen
Last active January 6, 2024 06:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save johngruen/3f3aa875e5af43a3b592688ca679bf28 to your computer and use it in GitHub Desktop.
Save johngruen/3f3aa875e5af43a3b592688ca679bf28 to your computer and use it in GitHub Desktop.
kill drag space
/*
Create a userChrome.css file by finding your Firefox profile,
making a directory called chrome and in it, a file called userChrome.css inside that.
Pasting this CSS and restarting Firefox will kill the left drag strip
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.titlebar-placeholder[type="pre-tabs"] {
width: 2px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment