Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

How to hide the right click add on (extension) on userChrome?

  • 1 réponse
  • 1 a ce problème
  • 16 vues
  • Dernière réponse par cor-el

more options

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

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

Solution choisie

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.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (1)

more options

Solution choisie

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.