Skip to content

Instantly share code, notes, and snippets.

@autumn-mck
Created March 6, 2025 19:40
Show Gist options
  • Select an option

  • Save autumn-mck/deb29699eb3e691626f96e7f2e292e67 to your computer and use it in GitHub Desktop.

Select an option

Save autumn-mck/deb29699eb3e691626f96e7f2e292e67 to your computer and use it in GitHub Desktop.
Firefox userChrome to hide any extensions in in the vertical sidebar
.tools-and-extensions[orientation="vertical"] {
moz-button[extensionId] {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment