logoalt Hacker News

sunaookamitoday at 10:31 AM1 replyview on HN

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...


Replies

windowlikertoday at 11:32 AM

> userChrome.css does not work for the context menu on macOS

Putting:

#context-sendimage { display:none!important; }

in that file works for me.