The author has marked this style as obsolete.




Always shows the GO button (arrow) in Firefox 3.
This button normally appears when you begin to type an address, but for convenience and ability to refresh, I created this code to always display it.
Features:
- Increased navigation on Firefox.
- Great for those used to Firefox 2
Browser Versions:
- Works on Firefox3
- Works on Firefox 3 FINAL
- Also works on Firefox2
Changelog:
1.0.0.1:
+ Added XUL Namespace. Now this style only applies to the User Interface! Thanks loremari for the suggestion.
Before
|
After
|
Missing the line:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@MozNation: What's so "advanced" from Ben's code?
The "go-button" has a "#" prefixed to it, so there is no need for the sibling selector (i.e. #urlbar[pageproxystate="valid"] > #urlbar-icons > #go-button )I have used LouCypher's style successfully in Fx3 Release (although I didn't get my style from him, actually).