



Combines the Go and Star buttons in Firefox 3a9pre builds. Star is shown most of the time, but if the URL bar is focused (for typing or something), it is changed to the GO button.
Here is the style for current builds (even simpler):
#go-button {
display: none !important;
}#urlbar[focused="true"] #star-button {
display: none !important;
}#urlbar[focused="true"] #go-button {
display: -moz-box !important;
}I miss the days of the go/star endcap.
Good and really works!