Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

Remove Address bar right-click menu?

  • 6 svar
  • 7 har detta problem
  • 8 visningar
  • Senaste svar av cor-el

more options

When You right-click the icon left of URL in the address bar You will see a menu - I need to remove this option. I have tried to search for usercrhrome settings, but no luck so far.

Operating system

Win

When You right-click the icon left of URL in the address bar You will see a menu - I need to remove this option. I have tried to search for usercrhrome settings, but no luck so far. == Operating system == Win

Vald lösning

It did not work either, but this did:

#autohide-context  {display:none!important;}
Läs svaret i sitt sammanhang 👍 0

Alla svar (6)

more options

Try this code in userChrome.css below the @namespace line.

#urlbar .textbox-contextmenu  {display:none !important;}

Ändrad av cor-el

more options

Thanks for Your help cor-el, but it did not work for me.

See attached image, this menu is what I need to get rid of.

If You right-click on the Menu Bar it will show.

more options

Try this code:

#toolbar-context-menu {display:none!important;}

Ändrad av cor-el

more options

Vald lösning

It did not work either, but this did:

#autohide-context  {display:none!important;}

Ändrad av cor-el

more options

Would have been nice if you provided the "Troubleshooting Information" as requested when you created this thread - that autohide was added to Firefox via an extension.

more options
#autohide-context  is used to hide the toolbar context menu in "View > Full Screen" mode and not in normal mode in my version.

In normal mode #toolbar-context-menu will hide the right-click context menu.