 jdmatl
join:2000-04-27 Deerfield Beach, FL
| reply to jdmatl Re: [FireFox] "urlbar.matchOnlyType" broken in 3.5?
This totally works, location bar in 3.5 is back to 3.0.x behavior.
»ed.agadak.net/2009/02/firefox-31···ferences
Customize Results The second preference lets you make the location bar only match URLs of pages youve visited, similar to Firefox 2s behavior. Its much more powerful than just that as it also lets you restrict results to pages that youve 1) visited, 2) bookmarked, 3) tagged or 4) typed in addition to letting you force your search terms to match in 1) the title or 2) the URL.
You can use any combination of these filters to reduce the number of results that show up in the location bars suggestions. Another way to look at it is if you specify some filters, e.g., bookmarked + typed, youre getting rid of anything that isnt that throw away all results that arent bookmarked as well as get rid of pages that youve never typed in the location bar. The way you set these filters in browser.urlbar.default.behavior is slightly tricky if youre not familiar with bitmaps. Theyre not too complicated to deal with, but you will have to do some simple addition in your head. The way things work is each filter is given a number value, and to figure out what number to set for the preference, just add up the values of each filter you want. Firefox 3.5 Location Bar Preferences | edilee »ed.agadak.net/2009/02/firefox-31···ferences 1 of 10 7/2/2009 9:17 PM 11 Feb 2009 - 5:59 12 Feb 2009 - 0:48 If you want the location bar to only match URLs of pages youve visited like Firefox 2, set browser.urlbar.default.behavior to 17 (1 for visited pages + 16 for URLs).
Similarly, if you want to additionally restrict results to pages youve typed in, add in an extra 32 for typed 49 for matching URLs of typed, visited pages. So for those who have used browser.urlbar.matchOnlyTyped in the past, youll probably want to add 32 to any other filters you want.
The whole set of values for each filter are as follows: 1: visited 2: bookmarked 4: tagged 8: match title 16: match URL 32: typed |