隐藏firefox右击菜单项
Monday, April 30, 2012 1:35:13 AM
/*
* Path: %AppData%\Mozilla\Firefox\Profiles\*.default\chrome\userChrome.css
* Reference: http://kb.mozillazine.org/UserChrome.css_Element_Names/IDs
*/
#context-selectall ,
#context-openlink,
#context-bookmarklink,
#context-bookmarkpage,
#context-savepage,
#context-sendpage,
#context-sendlink,
#context-sendimage,
#context-setWallpaper,
#context-setDesktopBackground,
#context-sep-viewbgimage {
display: none;
}

