Skip to content

Instantly share code, notes, and snippets.

@0xc0392b
Created August 5, 2023 05:43
Show Gist options
  • Save 0xc0392b/7c648875b13b736215f5082d831bbe75 to your computer and use it in GitHub Desktop.
Save 0xc0392b/7c648875b13b736215f5082d831bbe75 to your computer and use it in GitHub Desktop.
Firefox userChrome style
/* Hide folder icons in bookmarks bar */
toolbarbutton.bookmark-item[type="menu"] .toolbarbutton-icon {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment