Combine Go and Star buttons

Combine Go and Star buttons
2455
****½
By DigDug
Last updated Oct 22 2007
4 installs this week, 205 total.

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.

Install options

Feedback

Reviews

vbielawski said on Mar 07 2008

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. ****

Lain_13 said on Oct 23 2007

Good and really works! *****