How to know name of elements in firefox context menu?
How can I know the names of elements in firefox tab context menu? (Menu which appears when we right click on a tab)
Example - If I want to hide the "sendtodevice" menu, then I will add below code to userChrome.css
/* Hide Send Tab to Device */
- context_sendTabToDevice_separator,
- context_sendTabToDevice,
- context_sendTabToDevicePopupMenu {
display: none !important;
}
For send to device menu, the element names are above. For other menu items, where can I get their element names?
I want to hide a few menu items
All Replies (2)
Hi, the very good tutorial about it is here: https://www.reddit.com/r/FirefoxCSS/comments/73dvty/tutorial_how_to_create_and_livedebug_userchromecss/