
How to hide the right click add on (extension) on userChrome?
Hello, I am currently customizing my firefox browser in userChrome. I am currently stuck on one issue. I have an add on that is called "Image Video Block" . I am wondering what code is needed for userchrome to hide the add on when i right click on the screen? Any help would be appreciated. Thanks
Chosen solution
Best for hiding an extension's item in a context menu is by using its label name as the ID might be random. You can use the Browser Toolbox to check the attributes of this menu item. You need to disable popup auto-hide to keep the menu open.
Read this answer in context 👍 1All Replies (1)
Chosen Solution
Best for hiding an extension's item in a context menu is by using its label name as the ID might be random. You can use the Browser Toolbox to check the attributes of this menu item. You need to disable popup auto-hide to keep the menu open.