How to Change the Color of the Loading Bar

You may, or may not enjoy the default loading bar color for Firefox 3. If you may want to change it, you may do so using the following option:

1. Locate the userChrome.css file in your profile folder (more information may be found here).

2. Add the following code to the userChrome.css file:

/* Change the progress bar color */
.progress-bar {
-moz-appearance: none !important;
background-color: #660000 !important; }

3. You may change the color in bold to your prefered color. You may see the colors here.

by: Will

How to use Plurk in your Sidebar (without an extension)

Plurk has become on of the best social networking sites out there. It is used by many people to “Plurk” and get more Karma! Here FirefoxGeeks will show you how to do such:

1. Drag and drop the following link into your “Smart Bookmarks” bar:

http://www.plurk.com/m

2. Right-Click on it and select “Properties.”

3. Click “Open in Sidebar.”

4. Now, all you need to do is click the link and Plurk mobile should load in your sidebar!

by: Will