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:
- Open your Profile folder
- e.g., Start, Run,
%APPDATA%\Mozilla\Firefox\Profilesand then the folder inside that (fzp3zemf.defaultin my case)
- e.g., Start, Run,
- Open the
chromefolder - Create a new file called
userChrome.css(if it doesn't exist) - 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.). - Restart Firefox