Skip to content

Instantly share code, notes, and snippets.

View cafemoca's full-sized avatar

cafemoca cafemoca

  • Tokyo, Japan
View GitHub Profile
@cafemoca
cafemoca / firefox-smart-bookmark-toolbar.css
Last active April 17, 2018 08:48
Firefox ブックマークツールバーの favicon & arrow-head を消してスッキリさせたい(絵文字1つでフォルダ分けする用)
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#PlacesToolbarItems .bookmark-item > .toolbarbutton-menu-dropmarker,
#PlacesToolbarItems .bookmark-item > .toolbarbutton-icon {
display: none !important;
}
#PlacesToolbarItems .bookmark-item:not(:last-child) {
margin-right: 3px;
}