Page 1 of 1

Here's how to remove Flagfox from context menus

Posted: Tue Sep 27, 2022 2:49 am
by semigeek
Until an option for this is added to Flagfox as some have requested, the following CSS will neatly remove its added items from Firefox's tab and page context menus. (Code previously posted here using "#_1018e4d6-728f-4b20-ad56-37578a4de76b_-menuitem-_Flagfox\:1\:submenu" didn't work for me.)

Code: Select all

menu[label="Flagfox"], #context-media-eme-separator {display: none !important;}
If you need to know how to create and enable a userChrome.css file, see: https://www.userchrome.org/how-create-u ... e-css.html