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 hn newest windowliker|5 days ago > userChrome.css does not work for the context menu on macOSPutting:#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. load replies (2)
windowliker|5 days ago > userChrome.css does not work for the context menu on macOSPutting:#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. load replies (2)
sunaookami|5 days ago Does not work on macOS, it uses native context menus that can't be styled via userChrome.css. load replies (2)
windowliker|5 days ago
Putting:
#context-sendimage { display:none!important; }
in that file works for me.
sunaookami|5 days ago