top | item 47135339

(no title)

sunaookami | 5 days ago

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

discuss

order

windowliker|5 days ago

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

Putting:

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

in that file works for me.

sunaookami|5 days ago

Does not work on macOS, it uses native context menus that can't be styled via userChrome.css.