this post was submitted on 02 Jan 2024
22 points (95.8% liked)
Firefox
17880 readers
107 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you mean this button:
...you can just remove that by clicking the "Remove from Toolbar" in the right-click menu (as shown).
If you still want to learn it, these two articles are good:
The video in the second article is important. Near the end of the video, they show the Browser Toolbox. With that, you can select a UI element in Firefox's UI to find out what the element's ID is. You will need the ID for writing the rule.
Yes i do, i did know that but i wanted my config to be easy to copy paste between machines. Still thanks for your input
Ah, well, I still don't want to discourage you from digging into the Firefox CSS customizations. It is a really useful tool to know.
But for this purpose, you probably want the about:config value
browser.uiCustomization.state
. It contains all information about UI placement customizations, which you probably want to copy-paste as a whole anyways.You can create a user.js file in the profile directory to set the about:config value.
Ahh i havent hears of that, thank you very much!!!