- Oplost
- Argivearre
Remove Shortcuts when hiding menu items
I'm hiding menu items using userChrome.css with option “toolkit.legacyUserProfileCustomizations.stylesheets” set to “true”. So I am hiding some menu items like for examp… (mear ynfo)
I'm hiding menu items using userChrome.css with option “toolkit.legacyUserProfileCustomizations.stylesheets” set to “true”.
So I am hiding some menu items like for example
- menu_find { display: none !important }
however though the menu item is gone how do I get rid of the ctrl-F menu shortcut...
I have many such menu items to remove so I need a generic solution to override the short-cut icons associated with the menu items I want to remove