Skip to content

Instantly share code, notes, and snippets.

@Cosaquee
Created May 8, 2019 07:30
Show Gist options
  • Save Cosaquee/49e995b9deece4edaca7bb25557d836c to your computer and use it in GitHub Desktop.
Save Cosaquee/49e995b9deece4edaca7bb25557d836c to your computer and use it in GitHub Desktop.
Remove toolbar tabs and directory icon from bookmarks
#TabsToolbar { visibility: collapse !important; }
#TabsToolbar { visibility: collapse !important; }
#PlacesToolbarItems .toolbarbutton-icon { display: none !important }
#PlacesToolbarItems .bookmark-item:first-child { margin-left: 6px !important; }
#PlacesToolbarItems .bookmark-item { margin-right: 6px !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment