
Firefox has been my browser of choice for a long time now, for a variety of reasons. However, it ain't perfect. One of the little things that bothers me is that by default, when you click in the location bar, the entire URL is automatically selected. I would prefer it to just place the cursor where I click. Thankfully, Firefox is quite flexible and there's an easy way to change the default.
- Type about:config in the location bar
- Enter clickSelects in the Filter bar
- Double-click the item row that says browser.urlbar.clickSelectsAll
Double-clicking the item should set the default to false. From this point forward, a single click in the location bar will simply place the cursor. If you want to select the entire URL, you can either triple-click the text in location bar, or double click on the Favicon.
Something I love about Safari is its location bar doing double duty as the progress meter. By default, Firefox has a separate item in the toolbar to show page load progress. This isn't completely accurate, because it doesn't really show progress, just that it's doing something.
To force Firefox to use the location bar as a true progress meter as well, download the Firefox extension, Fission.



Yay!
Thu, 04/10/2008 - 02:24 — Shanti (not verified)I actually really WISHED it would select the whole thing - mine was set to false and I flipped it to true. Thanks!
Glad to help
Thu, 04/10/2008 - 05:27 — JamesGlad to help, Shanti.
and to place the close
Wed, 06/25/2008 - 14:29 — Wade (not verified)and to place the close buttons on the left of tabs instead of the right (ffx 2+) add this to the userChrome.css file in ~/Application Support/Firefox/Profiles/[profile]/chrome
.tab-image-middle, .tab-image-right {
-moz-box-ordinal-group: 2 !important;
}
.tab-image-middle {
padding-left: .5em !important;
}
Post new comment