コンテクストメニューがウザくてたまらない

Firefoxにて、右クリック(マウス付けてないし右も左もないですけど(苦笑)したときに出るデフォルト?コンテクストメニューに使用用途不明な項目が毎度出現して超ウゼーので消しました。

userChrome.cssに以下を追加。ver3

#context-sendpage,
#context-savepage,
#context-sep-viewbgimage,
#context-viewbgimage,
#context-selectall,
#context-sep-selectall,
#spell-separator,
#context-viewsource,
#context-stop,#context-sep-properties
{
	display:none !important;
}