Tweaks for Firefox 3’s “AwesomeBar” location bar

Много всего написано было про “AwesomeBar“, еще до официального выхода по интернету гуляли различные мнения. Кто-то был(и остаются) без ума от этого нововведения, кому-то оно совершенного не понравилось. Я лично где-то посередине - что-то нравиться, а что-то нет. Вот нарыл несколько способов “поизвращаться” над НиибацаБар-ом. Сам все еще не попробовал…
Начну с самого простого, не требующего особых “усилий”..
Add-Ons
- oldbar - Oldbar makes the location (URL) bar look like Firefox 2. If you need another alternative to this, try out Old Location Bar. Why two add-ons that do the same thing? I don’t know either.
- Hide Unvisited - You too can hide pages (bookmarks) that you haven’t visited (since deleting or clearing history) from showing in the AwesomeBar.
- Enter Selects - This Extension allows you to press enter in the AwesomeBar to select the first result (without pressing down).
- Hidden Places - Stop URLs from specified domains being added to places and the AwesomeBar.
- Edit Middle - Show AwesomeBar results when editing in the middle (not just at the end).
“Manual” tweaks
- Make the autocomplete menu show only typed addresses and not visited or bookmarked:
about:config -> browser.urlbar.matchOnlyTyped -> TRUE - Change the number of suggestions displayed in the autocomplete menu:
about:config -> browser.urlbar.maxRichResults -> [any number] -> Restart Firefox - Hide the star button if you prefer to use the Bookmarks menu or a keyboard shortcut (Ctrl + D):
userChrome.css -> #star-button { display: none !important;} -> Restart Firefox -
Always show the Go button. By default it is only displayed when you are editing the current web address.
userChrome.css -> #go-button { visibility: visible !important; } -> Restart Firefox - Tweak the autocomplete menu title and addresses size and colors by adding these lines to your userChrome.css file:
.ac-comment { font-size: 100% !important; color: #444444 !important; }
.ac-comment[selected='true'] { color: #FFFFFF !important; }
.ac-url-text { font-size: 100% !important; color: #000077 !important; }
.ac-url-text[selected='true'] { color: #FFFFFF !important; }Само собой, цвета можно самим подобрать (например на этом сайте или этом, ну или этом)
—
З.Ы.: Там еще несколько, связанные с userChrome.css или Stylish Add-On-ом.

