Allows the Go button to always be displayed in the address bar.
Compatibility

Works with: Firefox 3.6
Background
By default Firefox displays the Go button only when an address is being typed in the address bar.
The Tweak
This tweak will keep the Go button in the address bar at all times you will need modify your userChrome.css. Add these lines to your userChrome.css file located in your profile folder:
/* Always display Go Button */
#go-button { visibility: visible !important; }
Be sure to save and then restart Firefox for the changes to take effect.
Updated: November 15, 2025
