 |
 |
Firefox 3 - stop favorites from populating URL / awesome bar drop-down
|
 |
|
 |
|
Forum Regular
Join Date: Jul 2005
Location: New York City
Status:
Offline
|
|
i just upgraded to the new firefox and whenever i start typing a URL in, items from my favorite places pop up in the drop down menu. i looked through the preferences and couldn't find anything. how can i stop this from happening?
|
|
|
| |
|
|
|
 |
|
 |
|
Moderator 
Join Date: Apr 2000
Location: Gothenburg, Sweden
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: May 2001
Location: Midwest, USA
Status:
Offline
|
|
I really wish people would use more descriptive titles. As a suggestion, "Firefox: stop URL from auto-populating" would be a HUGE improvement.
|
|
MacBook C2D 2.0GHz/Combo/2GB RAM
|
| |
|
|
|
 |
|
 |
|
Posting Junkie
Join Date: Oct 2005
Location: Houston, TX
Status:
Offline
|
|
Ahh AwesomeBar, people either love it or hate it; I'm with the former.
You can make it look like the v2 location bar (by setting browser.urlbar.richResults to false in about:config rather than using the plugin linked to above), but I don't think you can disable the bookmark searching yet.
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Aug 2008
Location: UMaine
Status:
Offline
|
|
When the URL autosearch feature is stupid and/or doesn't record/dig up repeated links, then I want to turn it off.
When the feature operates in a life-easing manner (typing in the ID number for a Flickr photo, for instance) on a regular basis, I want it back on.
|
|
|
| |
|
|
|
 |
|
 |
|
Posting Junkie
Join Date: Oct 2005
Location: Houston, TX
Status:
Offline
|
|
Not finding urls you've been to may be a result of the history setting (Preferences->Privacy) or a v2->v3 history migration bug.
If I memorized flickr ID numbers (sounds hard, aren't they like 20 digits for user and photo?), I can type them in the AwesomeBar and get that in the list. Or you could create a QuickSearch for Flickr IDs (I don't know how the urls work, but something like http://flickr.com/photos/%s) so you can just type "flickr id" (or similar) and be taken to http://flickr.com/photos/user/id/.
|
|
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Jul 2005
Location: New York City
Status:
Offline
|
|
Originally Posted by IronPen
I really wish people would use more descriptive titles. As a suggestion, "Firefox: stop URL from auto-populating" would be a HUGE improvement.

|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Aug 2008
Location: UMaine
Status:
Offline
|
|
No, I have a few digits of various photos to look up, and so I just type them back in.
I'm just using that as an example.
Typing in "mo" takes me to the mozillazine forums, because that's the site that I've been to every so often and don't want to bookmark it.
Countless other examples.
|
|
|
| |
|
|
|
 |
|
 |
|
Moderator 
Join Date: Dec 2000
Location: Polwaristan
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Jul 2006
Status:
Offline
|
|
Some tweaks for FF3 - those are settings that go into the prefs.js file (or you can put them into a user.js file).
Stop showing bookmarks in URL bar in FF3:
user_pref("browser.urlbar.matchOnlyTyped", true);
user_pref("places.frecency.bookmarkVisitBonus", 0);
user_pref("places.frecency.unvisitedBookmarkBonus" , 0);
Allow typed entries in address bar to clear with history (FF3):
user_pref("places.frecency.typedVisitBonus", 0);
user_pref("places.frecency.unvisitedTypedBonus", 0);
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|