Articles > Information Security
Printer Friendly Version
Views: 8553

Firefox 3 Persistent Go Button

Last Updated: 9/13/08

In this folder:

C:\Documents and Settings\(username)\Application Data\Mozilla\Firefox\Profiles\default.msfn\chrome

copy file: userChrome-example.css

To a new file: userChrome.css

add the following line to the end of the new file and save it. Then restart firefox.

#urlbar[pageproxystate="valid"] > #urlbar-icons > #go-button {  
visibility: visible !important;
}



Source of Info:
http://nancib.wordpress.com/2008/03/04/regain-the-persistent-go-button-in-firefox-3/



Keywords: firefox 3 go button customize classic chrome mozilla IE 7 css