Want to cleanup your Firefox browser a little? Maybe get rid of some of the menu headers that you don't user or possibly all of them? Well it is quick and easy to do. To get rid of say "Tools" and the "Help" menu items you would need to find the file userChrome.css. It will be located in Firefox's folder under the data and then the profile folder. All you need to do is right click on it and chose "EDIT" and add the following to the bottom of the file and save it. /* Remove the Help and Tools menus */ menu[label="Tools"], menu[label="Help"] { display: none !important; } You could add all of the menu items if you wanted to or only the "Help" item. Its up to you. Labels: Firefox
|