Logo

dev-resources.site

for different kinds of informations.

How to hide bookmarks toolbar icons in Firefox (v106, 2022) on macOS

Published at
9/28/2022
Categories
firefox
browsers
Author
aubreypwd
Categories
2 categories in total
firefox
open
browsers
open
Author
9 person written this
aubreypwd
open
How to hide bookmarks toolbar icons in Firefox (v106, 2022) on macOS

Add:

@-moz-document url(chrome://browser/content/browser.xhtml){
    #personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-icon {
        display: none !important;
    }
}
Enter fullscreen mode Exit fullscreen mode

To:

/Users/<username>/Library/Application Support/Firefox/Profiles/xxxxxxxx.dev-edition-default/chrome/userChrome.css
Enter fullscreen mode Exit fullscreen mode

File contents in Sublime Text

Result is no icons in Firefox Toolbar

browsers Article's
30 articles in total
Favicon
Browser support
Favicon
DOM (part 1)
Favicon
A love letter to Web browsers
Favicon
Privacy First: Understanding How the Best Web Browsers Protect Your Data Neverinstall Team
Favicon
Creating chrome/firefox extension
Favicon
Modern Browsers and the Lack of Selection
Favicon
Firefox DE...we're back together!...for a weird reason
Favicon
Interop Priority Game 2024
Favicon
The TAG, and Responsible Innovation on the Web
Favicon
Cracking a "Developer Tools Killer" script…
Favicon
Decoding Network Logs: How to Capture, Analyze & Share Network logs of a website
Favicon
Filtering the available browsers in Cypress
Favicon
Simple, cheap GeoIP API using Netlify Edge functions
Favicon
Simple, cheap GeoIP API using Vercel Edge functions
Favicon
MS Edge now allows you to simulate dark, light, high contrast mode, blurred vision and colour deficiencies in Device Emulation
Favicon
How To Use CSS Contain Property To Optimize Browsers
Favicon
What is HSTS Certificate and How to Enable It?
Favicon
The history of HTTP in under 5 minutes
Favicon
Things you need to know about Web Browsers
Favicon
Just replaced Safari with Orion on my Mac and my iPhone (See Update)
Favicon
Opening Node developer tools just got easier
Favicon
How to get better tabs in Firefox UI (on Mac)
Favicon
Free Programming Chrome extensions that will 10x your productivity - ChrisStaud
Favicon
How to hide bookmarks toolbar icons in Firefox (v106, 2022) on macOS
Favicon
In App Browsers
Favicon
Control
Favicon
Rethinking Device Emulation in browsers
Favicon
How to troubleshoot browser network call using har file ?
Favicon
Componentes de um Navegador
Favicon
Re-evaluating technology

Featured ones: