Mozilla Firefox

Jump to: navigation, search
Categories » Web » Mozilla Firefox

Toolbar Order

I wanted to have the Web Developer Toolbar appear above the Google Toolbar. Unfortunately, Firefox doesn't provide a way to rearrange toolbars by default.

Here is the method I found:

  1. Open your Profile folder
    e.g., Start, Run, %APPDATA%\Mozilla\Firefox\Profiles and then the folder inside that (fzp3zemf.default in my case)
  2. Open the chrome folder
  3. Create a new file called userChrome.css (if it doesn't exist)
  4. Add the following to this file:
    #webdeveloper-toolbar {-moz-box-ordinal-group:2!important;}
    #gtbToolbar {-moz-box-ordinal-group:3!important;}

    Note: This code is valid for the two specific toolbars I mentioned. For other toolbars, change the toolbar ID (gtbToolbar, etc.).

  5. Restart Firefox

Source

Firefox 3

Color Profiles

http://www.enduserblog.com/2008/06/enable-richer-c.html

Personal tools
Namespaces
Variants
Actions
Navigation
Categories
Toolbox