機能拡張がいろいろ入れたせいで、増えてきたのでダイエットの意味も。
FirefoxのUIの変更(userChrome.css)で行った変更に追加。
userChrome.css に以下を追記
/* ------------------------------------------------------- */
/* 2006-02-15 追記 */
/* コンテキストメニューから[デスクトップの背景に設定]を消す */
#context-setDesktopBackground {
display: none !important;
}
/* メニューバーの[ブックマーク]の[すべてのタブをブックマーク]を消す */
menu[label="ブックマーク"] menuitem[label="すべてのタブをブックマーク..."] {
display:none !important;
}
/* ------------------------------------------------------- */
とりあえず間違えると面倒なのだけ消したので、
あんまりダイエットにはなってないや。
参考サイト
IKIMONO net club
http://www.ikimono.org/soft/firefox-customize.shtml#chromecss
mozillaZine「Chrome element names and IDs」
http://kb.mozillazine.org/UserChrome.css_Element_Names/IDs#Firefox_menus
(ここの要素名・IDの一覧が便利)