Change Progress Bar Colour
If you’re bored by the default colour of the progress bar in the status bar and for downloads, then why not change it!
You need to manually edit the userChrome.css file with you file find in your Profile Folder.
Simply add this code:
/* Change the progress bar color */
.progress-bar {
-moz-appearance: none !important;
background-color: #660000 !important;
}
And changeĀ #660000 to any HTML colour you want.
Some examples:
- #333366, for blue
- #660000, for wine
- #996600, for gold
- #FFCCCC, for pink
- #9900FF, for sky blue
- #006600, for green
Enable Spell Checking In All Text Fields
By default Firefox only performs spell checking as you type for text areas, but not single line text input fields, so this little tweak will allow you to change that!
- Navigate to
about:config
- Type/paste
layout.spellinto the filter box
- Double-click
layout.spellcheck.Defaultand change the value from 1 to 2

Enable Spell Checking in all Text Fields in Firefox
