This repository was archived by the owner on Jul 23, 2026. It is now read-only.
Description Name
No Bookmark Icon
Description
Hide the bookmark folders icon or the websites icon to keep only the text for a more minimal experience.
Homepage
https://github.com/rfNeoN/No-Bookmark-Icon-For-Zen-Browser
Image
https://raw.githubusercontent.com/rfNeoN/No-Bookmark-Icon-For-Zen-Browser/main/preview.png
Type
Theme Styles
: root : has (# theme-No-Bookmark-Icon [theme-noBookmarkIcon-enabled = "toolbar" ]) {
# nav-bar # personal-bookmarks .toolbarbutton-icon {
display : none !important ;
}
}
: root : has (# theme-No-Bookmark-Icon [theme-noBookmarkIcon-enabled = "sub" ]) {
.toolbar-menupopup .menu-iconic .menu-icon : not ([srcset ]) {
display : none !important ;
}
}
: root : has (# theme-No-Bookmark-Icon [theme-noBookmarkIcon-enabled = "both" ]) {
.toolbar-menupopup .menu-iconic .menu-icon : not ([srcset ]),
# nav-bar # personal-bookmarks .toolbarbutton-icon {
display : none !important ;
}
}
@media (-moz-pref("theme.noBookmarkIcon.site_enabled" )) {
.toolbar-menupopup .menu-iconic .menu-icon [srcset ] {
display : none !important ;
}
}
@media (-moz-pref("theme.noBookmarkIcon.site_garayscale" )) {
.toolbar-menupopup .menu-iconic .menu-icon [srcset ] {
filter : grayscale (1 );
mix-blend-mode : plus-lighter;
}
}
Readme
Hide the bookmark folders icon or the websites icon to keep only the text for a more minimal experience.
in the setting you have these options :
- hide folder icons from toolbar, subfolders or both
- hide websites icon or make them grayscale to all look the same
Preferences
[
{
"property" : " theme.noBookmarkIcon.enabled" ,
"label" : " Hide The Icons From " ,
"type" : " dropdown" ,
"defaultValue" : " both" ,
"options" : [
{
"label" : " Toolbar Folders" ,
"value" : " toolbar"
},
{
"label" : " Sub Folders" ,
"value" : " sub"
},
{
"label" : " Every Where" ,
"value" : " both"
}
]
},
{
"property" : " theme.noBookmarkIcon.site_enabled" ,
"label" : " Also Hide Websites Icon" ,
"type" : " checkbox" ,
"defaultValue" : false
},
{
"property" : " theme.noBookmarkIcon.site_garayscale" ,
"label" : " Grayscale Website Icons" ,
"type" : " checkbox" ,
"defaultValue" : false
}
] Reactions are currently unavailable
Name
No Bookmark Icon
Description
Hide the bookmark folders icon or the websites icon to keep only the text for a more minimal experience.
Homepage
https://github.com/rfNeoN/No-Bookmark-Icon-For-Zen-Browser
Image
https://raw.githubusercontent.com/rfNeoN/No-Bookmark-Icon-For-Zen-Browser/main/preview.png
Type
Theme Styles
Readme
Preferences
[ { "property": "theme.noBookmarkIcon.enabled", "label": "Hide The Icons From ", "type": "dropdown", "defaultValue": "both", "options": [ { "label": "Toolbar Folders", "value": "toolbar" }, { "label": "Sub Folders", "value": "sub" }, { "label": "Every Where", "value": "both" } ] }, { "property": "theme.noBookmarkIcon.site_enabled", "label": "Also Hide Websites Icon", "type": "checkbox", "defaultValue": false }, { "property": "theme.noBookmarkIcon.site_garayscale", "label": "Grayscale Website Icons", "type": "checkbox", "defaultValue": false } ]