| ▲ | sunaookami 3 hours 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... | ||
| ▲ | windowliker 2 hours ago | parent [-] | |
> userChrome.css does not work for the context menu on macOS Putting: #context-sendimage { display:none!important; } in that file works for me. | ||