Indstillinger i Mozilla Firebird

Here's some tips:
more can be found at http://texturizer.net/firebird/tips.html

Smooth Scrolling

Mozilla Firebird 0.6 has a Smooth Scrolling feature enabled by default. Later nightly builds have the feature disabled. To enable or disable this feature, add the following code to your user.js file:
// Smooth Scrolling (true = on, false = off):
user_pref("general.smoothScroll", true); 

Change the search mode in the address field

By default, if you enter a search term in the address field and press Enter, a Google "I'm Feeling Lucky" search is performed, and you're taken to the first result of that search directly. If you prefer to see the standard search result list instead, add the following code to your user.js file:
// Change to normal Google search:
user_pref("keyword.URL", "http://google.com/search?btnG=Google+Search&q=");

Of course, you could also change to a completely different search engine by changing the string to something else. The default search string is: "http://www.google.com/search?btnI=I%27m+Feeling+Lucky&q=".

--- ||| ---

The profile folder is where Mozilla Firebird saves all your settings and refers to a location on your hard drive.

On Windows 95/98/Me, the path is usually C:\WINDOWS\Application Data\Phoenix\Profiles\default\xxxxxxxx.slt\, where xxxxxxxx is a random string of 8 characters. Just browse to C:\WINDOWS\Application Data\Phoenix\Profiles\ and the rest should be obvious.

On Windows 2000/XP, the path is usually %AppData%\Phoenix\Profiles\default\xxxxxxxx.slt\.

On Linux, the path is usually ~/.phoenix/default/xxxxxxxx.slt.

On MacOS X, the path is usually ~/Library/Phoenix/Profiles/default/xxxxxxxx.slt.

user.js

This is the main preferences file for Mozilla Firebird and is located in your profile folder. The file does not exist by default, so you need to create it before you can start adding your preferences.
Dette indlæg blev udgivet i Knowledge Base, Linux, Old Base, Windows. Bogmærk permalinket.

Skriv et svar