Main Menu
|
Customizing Mozilla Firefox (cont.)Using CSS Styles: To edit IE's look, you need to edit the registry or have some third party application. Even then, you are limited in what you can do; not so with Firefox. I initially found this when I wanted to extend the Google search bar because it is so small that you can never view every word in multi-word search.
I found information to do this on Firefox's web site. In this section, I want to make you aware of what you can do, not so much show you every code snippet. With that said, to make any of these adjustments you have to edit the userChrome.css file. On Windows XP this is located under the C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\ You will find an 8 character folder with the .default extension. Rename the userChrome-example.css to userChrome.css and edit the features you want. I added this code:
You can also edit font colors, sizes, and types. This is very useful if you use a Windows theme that doesn't allow you to see the menus very clearly. Below is code to edit both the buttons font and the active tab color.
If you are looking for a full list of components that can be changed with styles, try Firefox's web site. You can see the endless possibilities, but let me add another file in, user.js. This file will have to be created for it does not exist by default. Here you can control more of the functionality of Firefox such as pop windows, site blocking and tabbed browsing. One feature is to add extra options for tab browsing. As mentioned before there is a nice extension that does this but you might not want to use it. Adding the following code will unlock the other features of tabbed browsing.
If you aren't a javascript programmer you are probably lost when changing these options. An easier way to change options is to bypass the .js file and type about:config into your URL box. This brings up a list of options that you can configure by clicking on them. Such options could be changing the default search engine in case you hate Google, or reordering them.
Conclusion: Firefox is a good solid browser, but what gets missed is that it is the most customizable browser I have ever seen. Hopefully, this article has opened your eyes to customizing your browsing experience so that it fits your needs. |




