Firefox 3 Users: This tweak does not work with Firefox 3.
With the new default theme for Firefox 2 there is not a ’simple’ way to remove the ‘Go’ Button from the navigation toolbar. I never used the go button since I simply press enter after I type in address. This will make your address box a little bigger as well. There a couple ways you can remove the Go Button either via about:config or modifying your userChrome.css file.
about:config method
- Open a new tab and type about:config in the address bar OR if you are using the about:config extension, click the about:config button
- In the filter box type (or paste) browser.urlbar.hideGoButton
- The default settings is FALSE – double click anywhere on the entry to change it to TRUE
- Changes are effective immediately
userChrome.css file method
note: to use this method you need the ChromEdit Plus extension
- From Firefox tools menu select ChromEdit Plus and then select ChromEdit from the sub menu
- ChromEdit will open in a new window (or tab). Go to the bottom of the document and paste:
#go-button-stack, .search-go-button-stack {
display: none !important;
} - Click the ‘Restart Firefox’ button in ChromEdit
- Changes are effective after Firefox restarts
Note: This DOES NOT work with Firefox 3, the developers are suppose to come out with a patch that will allow the removal of the ‘Go Button’ just like any other toolbar button.


Recent Comments