From ff2f07873f4ebc6e220da0e9b9f04c69f451edda Mon Sep 17 00:00:00 2001 From: Teemu Ikonen Date: Mon, 5 Sep 2022 00:20:59 +0300 Subject: [PATCH] userChrome/popups.css: Hide some context menu items (MR 24) --- src/userChrome/popups.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/userChrome/popups.css b/src/userChrome/popups.css index fafe65f..9a1e555 100644 --- a/src/userChrome/popups.css +++ b/src/userChrome/popups.css @@ -31,4 +31,15 @@ height: 200px; min-height: 200px; } + + /* Hide some context menu items */ + #context-inspect, + #context-inspect-a11y, + #context-savelinktopocket, + #context-searchselect, + #context-sendlinktodevice, + #context-viewpartialsource-selection, + #inspect-separator { + display: none !important + } }