Remove menus from Firefox

You can do this by going to your
C:Documents and SettingsUser NameApplication DataMozillaFirefoxProfiles directory. From there it might be either xxxxxxx.defaultchrome or default.xxxchrome. Create/edit the userChrome.css file, then add to it the following code:
/* Make menus disapear */
menubar > menu
{
	display: none !important;
}
You can also just hide specific menu items which you can do using the following code:
/* Hide menu Name */
menulabel="Name" {
	display: none !important;
}

posted by dharh 1:03 PM Feb 6th, 2006



2024: 1
2023: 4 2 1
2022: 5 3
2011: 5 3 1
2010: 12 9 7 1
2009: 12 11 8 5
2008: 12 5 4 3 2 1
2007: 12 11 10 9 8 7 6 5 4 3 2 1
2006: 12 11 10 9 8 7 6 5 4 3 2 1
2005: 12 10 7 6
2004: 10 9 6 5 4 3 2 1