I wish we could also disable "Send via email" when right clicking a picture, I constantly misclick and userChrome.css does not work for the context menu on macOS since it's natively rendered...
> userChrome.css does not work for the context menu on macOS
Putting:
#context-sendimage { display:none!important; }
in that file works for me.
> userChrome.css does not work for the context menu on macOS
Putting:
#context-sendimage { display:none!important; }
in that file works for me.