Skip to content

Instantly share code, notes, and snippets.

@soulhotel
Last active February 24, 2024 19:54
Show Gist options
  • Save soulhotel/95828dea6f3f2a2a7fee365e1dfda1e6 to your computer and use it in GitHub Desktop.
Save soulhotel/95828dea6f3f2a2a7fee365e1dfda1e6 to your computer and use it in GitHub Desktop.
minmaxclose buttons that will are movable and will fit your customization, firefox css
/* get extension */
/* https://addons.mozilla.org/en-US/firefox/addon/close-minimize-and-maximize/ */
/* this changes the icon for the extension to a simple X */
#_c5cca7ac-6287-4706-b3a1-b91e9dc4932e_-BAP image{
list-style-image: url("close.png") !important;}
/* remove your existing titlebar buttons */
.titlebar-button, .titlebar-buttonbox-container {display: none !important;} /*JUST TAKE IT ALL OUT*/
@soulhotel
Copy link
Author

soulhotel commented Feb 24, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment