We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

How I can resized address bar (need some squeeze to smaller wide) and add more some addons icons on toolbar panel?

more options

Hello! Could you tell me how I can customize my firefox: resized address bar (need some squeeze to smaller wide) and add more some addons icons on toolbar panel (now placed only 5 icon, the new addons icon not placed)? Thanks!

Hello! Could you tell me how I can customize my firefox: resized address bar (need some squeeze to smaller wide) and add more some addons icons on toolbar panel (now placed only 5 icon, the new addons icon not placed)? Thanks!

所有回覆 (1)

more options

First, have you opened Customize and removed the two flexible spacers from the Navigation Toolbar?
That should add enough space for maybe 6 more toolbar buttons.

Beyond that, you can set the maximum length for the URL bar by using the optional userChrome.css file.
I use this code in userChrome.css in one of my Profiles to "lock" the URL bar to a specific length.

#urlbar-container {max-width:1050px!important}

Vary the 1050px to what suits your needs.
https://www.userchrome.org/