Firefox3.5 コンテキストメニューのいらない部分を消す


コンテキストメニューのいらない部分を消す
/* 戻る、進む、更新 */
#context-back,
#context-forward,
#context-reload {
display: none !important;
}

/* 中止、[中止]の下のセパレーター */
#context-stop,
#context-sep-stop {
display: none !important;
}

/* リンクを送信、リンクURLをメールで送信、画像をメールで送信 */
#context-sendlink,
#context-sendpage,
#context-sendimage {
display: none !important;
}

/* 印刷、背景画像を表示 */
#context-printpage,
#context-sep-viewbgimage,
#context-viewbgimage {
display: none !important;
}

/* 全て選択 */
#context-selectall {
display: none !important;
}

/* 名前を付けてページを保存…、リンク項目の下のセパレーター、「リンクを新しい〜で開く」の真下のセパレーター */
#context-savepage,
#context-sep-copylink,
#context-sep-open {
display: none !important;
}