I just want to get rid of some Firefox context menu, such as: "set as desktop background" "email image" "bookmark link"
Now in Firefox, addons cannot change context menu. I have tried to add
#context-setDesktopBackground {display:none!important}
to the userChrome.css file, but it also not working. Is there any solution?
UPDATE I have tried also
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#context-setDesktopBackground {display:none!important}
And also not working:
I followed this tutorial.
