Type in about:config in the address bar. This opens the Configuration Editor that lists Firefox settings known as preferences.

Set browser.urlbar.update1 to false, and restart the browser.

(Source: https://support.mozilla.org/en-US/questions/1274579)

Note, this solutions does not work as of Firefox 77

Answer from deviant on Stack Exchange
🌐
Mozilla Support
support.mozilla.org › en-US › kb › search-firefox-address-bar
Search with the Firefox address bar | Firefox Help
The address bar makes it easier for you to find what you’re looking for. Enter search terms or a specific web address to get search suggestions, your top sites, bookmarks, history and search engines – all within the same field. You can also update Firefox or fix performance issues right from the search results.
🌐
Firefox Source Docs
firefox-source-docs.mozilla.org › browser › urlbar › index.html
Address Bar — Firefox Source Docs documentation
This document describes the implementation of Firefox’s address bar, also known as the quantumbar or urlbar.
Discussions

What do y'all think of this new address bar?

I think it blocks half my bookmarks bar, which is pretty annoying and unnecessary.

More on reddit.com
🌐 r/firefox
77
122
October 7, 2019
How can I make my Address bar UN-Awsome?

Do you want a drop-down at all, for any purpose? If not:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste URLB and pause while the list is filtered

(3) Remove search engine buttons: Double-click the browser.urlbar.oneOffSearches preference to switch the value from true to false

(4) Zero out the rows on the drop-down: Double-click the browser.urlbar.maxRichResults preference and change the value to 0 and click OK.

More on reddit.com
🌐 r/firefox
7
2
September 25, 2019
Address bar/Awesomebar design update in Firefox 75 Megathread
I see that backlash from Nightly and Beta users was successfully ignored. More on reddit.com
🌐 r/firefox
1139
April 7, 2020
How can I make the address bar behave like Chrome/Brave?

See the discussion in bug 1560821 - I haven't gotten around to writing a bug with a more comprehensive solution around this, but if you have ideas besides just "copy Chrome" (this isn't enough, because we can't throw away what Firefox does better), post them and I'll try to integrate them into a new bug.

Otherwise, you are welcome to wrote your own enhancement request, of course.

More on reddit.com
🌐 r/firefox
5
3
July 16, 2019
🌐
GeeksforGeeks
geeksforgeeks.org › techtips › how-to-use-address-bar-on-firefox
How to Use Address Bar on Firefox? - GeeksforGeeks
July 23, 2025 - Now, if you permanently make a change in the Search Engine, the @ will be used. On the Address Bar, write the @ Symbol & now select the Search Engine. It will be saved permanently for all future searches. If you are writing any text related to Firefox Settings, the Suggestion Button on Firefox will arrive.
🌐
Mozilla Support
support.mozilla.org › en-US › kb › add-search-bar-firefox-toolbar
Add the Search bar to your Firefox toolbar | Firefox Help
You can use the Search bar on the New Tab page or you can search the Web from the address bar. You can also change your search settings in Firefox to add a separate Search bar next to the address bar.You can also customize Firefox to add a separate Search bar to your Firefox toolbar.
🌐
AskVG
askvg.com › home › mozilla firefox and thunderbird › disable or remove search icon drop-down from firefox address bar
Disable or Remove Search Icon Drop-down from Firefox Address Bar – AskVG
April 2, 2025 - Users can type ‘@’ symbol in the address bar and Firefox will display a list of all available search engines and search options.
Find elsewhere
🌐
Mozilla
blog.mozilla.org › home › latest › a smarter, simpler firefox address bar
A smarter, simpler Firefox address bar | The Mozilla Blog
August 8, 2025 - Cleaner URLs with smarter security cues We’ve simplified the address bar by trimming “https://” from secure sites, while clearly highlighting when a site isn’t secure. This small change improves clarity without sacrificing awareness. These updates are part of a larger direction we’re taking in Firefox — toward a browser that supports people in all parts of their online lives, from quick lookups to complex research.The new address bar is now available in Firefox version 138.
Top answer
1 of 2
72

Type in about:config in the address bar. This opens the Configuration Editor that lists Firefox settings known as preferences.

Set browser.urlbar.update1 to false, and restart the browser.

(Source: https://support.mozilla.org/en-US/questions/1274579)

Note, this solutions does not work as of Firefox 77

2 of 2
17

If you want to remove only the small expansion of the bar on new tab (or otherwise change the styling), you can use userChome.css. If you want to remove padding all the time, remove the ":not([open])" parts of the below.

/* based on https://old.reddit.com/comments/fwhlva//fmolndz */
#urlbar[breakout][breakout-extend]:not([open]) {
  top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
  left: 0 !important;
  width: 100% !important;
}
#urlbar[breakout][breakout-extend]:not([open]) > #urlbar-input-container {
  height: var(--urlbar-height) !important;
  padding-block: 0px !important;
  padding-inline: 0px !important;
}
#urlbar[breakout][breakout-extend][breakout-extend-animate] > #urlbar-background {
  animation-name: none !important;
}
#urlbar[breakout][breakout-extend]:not([open]) > #urlbar-background {
  box-shadow: none !important;
}

(Source: https://bugzilla.mozilla.org/show_bug.cgi?id=1627861#c3)

If you've not used userChrome.css before, you'll need to enable it.

  1. First, go to about:config, then set toolkit.legacyUserProfileCustomizations.stylesheets to true.
  2. Open about:support, then click the "Open Folder" button under "Profile Folder"
  3. Create a new directory called chrome.
  4. Under the chrome directory, create a file called userChrome.css.

Add the rules specified above and restart Firefox.


If you want a more thoroughly modified address bar, userchrome.org now offers some interactive dropdowns where you can choose exactly how you want the bar to look, along with some screenshots showing you what it will look like.


The megabar pref browser.urlbar.update1 to allow going back to the old version of the bar will be removed entirely as of Firefox 77.

(Source: https://bugzilla.mozilla.org/show_bug.cgi?id=1627969)

🌐
Wikipedia
en.wikipedia.org › wiki › Address_bar
Address bar - Wikipedia
2 weeks ago - Some browsers, such as Firefox, Opera and Google Chrome, allow for website-specific searches to be set by the user. For example, by associating the shortcut "!w" with Wikipedia, "!w cake" can be entered into the address bar to navigate directly to the Wikipedia article for cake.
🌐
PCWorld
pcworld.com › home › news › software news
Firefox's address bar just got a lot smarter with new features | PCWorld
May 27, 2025 - Fourthly, the address bar now also lets you perform actions, turning it into a productivity aid that lets you quickly do what you need to do without navigating through numerous menus. For example, you can type clear history to clear your browsing history, or take a screenshot to snap a screengrab of the current tab. It’s the latest update in a line of updates that have seriously leveled up Firefox, including ones from last month that brought tab grouping functionality as well as native profile switching.
🌐
Mozilla Support
support.mozilla.org › en-US › kb › address-bar-autocomplete-firefox
Address bar autocomplete suggestions in Firefox | Firefox Help
When you type into this field to enter a URL or search term, Firefox remembers the pages that you have visited and shows page suggestions in the address bar drop-down, such as sites you've bookmarked, tagged, visited before or have open in tabs.
🌐
Dedoimedo
dedoimedo.com › computers › firefox-75-urlbar-change.html
How to change the address bar in Firefox 75 (and beyond)
April 29, 2020 - Tutorial showing how to change the new Firefox address bar (urlbar) with its zoom-like functionality to classic look & feel, covering both Firefox 75 and Firefox 77 nightly builds, including manual creation of userChrome.css file in the Firefox profile, use of custom styles to override the address bar look, a few other tweaks, and more
🌐
Engadget
engadget.com › firefox-revamped-address-bar-search-130000450.html
Firefox's revamped address bar is designed to make searching a lot faster
April 7, 2020 - The hope is that it can suggest search strings you might not have thought of that can help you find what you’re looking for a lot faster. Clicking on the address bar will now automatically show your most visited websites, as well. And in case you’ve already got one of those websites open, Firefox will show a “Switch to Tab” shortcut right next to its URL.
🌐
How-To Geek
howtogeek.com › home › web › this is firefox’s new address bar
This Is Firefox’s New Address Bar
November 20, 2024 - The new address bar is currently live in Firefox Nightly, which you can download from Mozilla's website.
Top answer
1 of 12
39

The easiest way is to install relevant add-ons in Firefox.

For any of the following setup, install the respective add-ons. Firefox may need to restart, but often unnecessary for Firefox Quantum. The shortcut key, if available, can be changed from Add-ons Manager > Extensions for respective add-on.

Firefox has a redesigned keyboard shortcuts section to manage all shortcuts in one place, which has been made available since Firefox 66.

For Firefox Legacy

Setup A uses the following add-ons:

  • Hide Navigation Bar, last tested 1.41.1-signed
  • Hide Tabbar, last tested 2.1.0.1-signed
  • HideScrollbars, last tested 0.2.1-signed

For example, I have used separate keys F3 and F4 to toggle the navigation menu and tab bar (via Hide Navigation Bar and Hide Tabbar) respectively. To hide the bars, press the assigned keys one by one. This will give Firefox with visible title bar or window decoration only.

Limitation: Assigning the same key does not work well, because of some delay in between. The result is similar even if the separate keys were pressed at the same time. Either way, one of the bars will not hide and play hide-and-seek with the user.

Works with Firefox 56 and earlier (Deprecated), but no longer available from Firefox Add-ons. Tested altogether with Firefox 41.0 on Linux. No screenshot.

For Firefox Quantum

Setup B uses the following add-ons:

  • New window without toolbar by tkrkt

Go to a web page on HTTP, HTTPS, or localhost, then use the keyboard shortcut or click the corresponding icon on toolbar or "New window without toolbar" in context menu. The web page will additionally open in a new window with visible title bar and vertical scroll bar only.

Keyboard shortcut: Shift+Alt+N (default in 1.3.0)

Limitation: This add-on does not open any page on local filesystem (file:///) and built-in pages (about:*) at all.

Works with Firefox 42 and later. Tested 1.3.0 with Firefox 69.0 on Linux.

Setup C uses the following add-ons:

  • Popup window by Ett Chung

Go to a web page, then click the corresponding icon on toolbar or either "Move current tab to pop-up window" or "popup/merge current page" in context menu. The web page will move to a new window with visible title bar and vertical scroll bar only. To revert the new window to a normal tab, click again on "popup/merge current page" in the context menu.

Keyboard shortcut: Not assigned (default in 0.0.8)

Limitation: The pop-up window will always stay on top of original window of Firefox, which can not be changed.

Works with Firefox 53 and later. Tested 0.0.8 with Firefox 69.0 on Linux.

For Firefox without add-on

I have posted a separate answer at below (click or scroll down) that works for any release of Firefox, but not the easiest way and has no keyboard shortcuts.

2 of 12
27

The native way is to use the custom stylesheet in Firefox: userChrome.css

Firefox does not load userChrome.css by default in Firefox 69 and later. To make the custom stylesheet effective again, open about:config in Firefox and set the preference toolkit.legacyUserProfileCustomizations.stylesheets to true

Before this answer was updated, Mike G wrote a follow-up answer earlier.

How it works

The following code block is the content of userChrome.css that will hide the tab bar, navigation bar and scrollbars in Firefox. Ensure to use valid element names and IDs.

/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

/*
 * Hide tab bar, navigation bar and scrollbars
 * !important may be added to force override, but not necessary
 * #content is not necessary to hide scroll bars
 */
#TabsToolbar {visibility: collapse;}
#navigator-toolbox {visibility: collapse;}
browser {margin-right: -14px; margin-bottom: -14px;}

Limitation: No keyboard shortcuts. Tedious to enable or disable on-demand.

  • To restore the default interface, rename userChrome.css to other name like userChrome.tmp and restart Firefox to take effect.

  • To use side by side with another instance of Firefox with default interface, use a separate profile.

All profiles are stored in the profile folder, which can be located from Firefox using menu bar or toolbar, then navigate to Help > Troubleshooting Information.

How to setup and use

The following are generic steps regardless of system platform.

  1. Run Profile Manager of Firefox, then create a new profile named 'hidebars' (any name of choice) and close the Profile Manager.

  2. Run a file manager and open the profile folder that was created in step 1.

  3. Under the new profile folder, create new files chrome/userChrome.css including the parent folder chrome if does not exist.

  4. Copy and paste the content of userChrome.css from above into the created file in step 3.

  5. Finally, save and close the file.

To start using, run an instance of Firefox with the new profile.

The following screenshot combo shows Firefox Legacy (left) and Firefox Quantum on Linux, each browsing in small window size when the custom stylesheet is used.

Works with all releases of Firefox, except Firefox 69 and later now disregard userChrome.css by default. Tested with Firefox 10, 20, 50 (Firefox Legacy) and 60, 63, 69 (Firefox Quantum) on Linux and all seemed to work as expected.

References

  • This answer by by user1929 on Firefox Support Forum mentioned #TabToolbar element name and ID for modifying tab bar.

  • This custom file by Timvde on GitHub mentioned #navigator-toolbox element name and ID for modifying navigation bar.

  • This answer by by cor-el on Firefox Support Forum mentioned #content browser element name and ID for modifying scrollbars.

  • CSS overflow on w3schools to understand overflow is not necessary.

  • CSS visibility Property on w3schools to understand value for visibility.

  • What are the implications of using “!important” in CSS? on Stack Overflow to understand !important is not necessary.

  • Firefox 60 broke hide scrollbar css and Hide Scrollbar Firefox 60 : FirefoxCSS on reddit.com both suggested to remove #content and leave only browser to properly hide the scollbar.

  • Firefox 69: userChrome.css and userContent.css disabled by default on ghacks.net and PSA: Firefox v69 users will have to set a pref to enable userChrome.css and userContent.css on reddit.com both have noted a new preference toolkit.legacyUserProfileCustomizations.stylesheets in about:config.


Answerer's note: This answer was written two years later, only after I had suggested using add-ons in the first answer. Since then, several more answers based on userChrome.css were written instead of improving this answer. Hence this answer is now a community wiki, so that anyone with minimum reputation can improve this post to keep up with latest changes in Firefox.

🌐
TechSpot
techspot.com › news › 108051-firefox-138-turns-address-bar-command-center.html
Firefox 138 turns the address bar into a command center | TechSpot
May 25, 2025 - The new functionality lets users access commands by typing @action in the address bar, followed by the desired command. That prefix also opens a drop-down menu showing available actions, removing the need to enter commands manually. In addition, shortcuts like @tabs, @bookmarks, and @history let users search browser data directly from the bar. For example, typing "@bookmarks vintage cameras" displays matching results from saved pages. Firefox has several other changes that supercharge the address bar.
🌐
myByways
mybyways.com › blog › remove-address-bar-in-firefox-windows
Remove address bar in Firefox child windows | myByways
January 21, 2022 - The workaround to hide the address bar involves creating a userChrome.css style to override Firefox’s default behaviour, so that the address bar is hidden when the toolbar is hidden.
🌐
App Store
apps.apple.com › us › app › firefox-private-web-browser › id989804926
Firefox: Private Web Browser App - App Store
1 month ago - Thanks for choosing Firefox! - Address bar control: choose New Tab or Home inside address bar settings. - Minimal toolbar: keep the site domain visible as you browse. - Bookmark cleanup: delete bookmarks directly from the tab tray.
Rating: 4.6 ​ - ​ 207K votes
🌐
Slashdot
news.slashdot.org › story › 25 › 05 › 24 › 0619227 › firefox-creates-a-smarter-simpler-address-bar
Firefox Creates 'A Smarter, Simpler Address Bar' - Slashdot
May 24, 2025 - Cleaner URLs with smarter security cues We've simplified the address bar by trimming "https://" from secure sites, while clearly highlighting when a site isn't secure. This small change improves clarity without sacrificing awareness. "The new address bar is now available in Firefox version 138," Mozilla writes, calling the new address bar faster, more intuitive "and designed to work the way you do."