Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Remove Address bar right-click menu?

  • 6 replies
  • 7 have this problem
  • 16 views
  • Last reply by 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

Chosen solution

It did not work either, but this did:

#autohide-context  {display:none!important;}
Read this answer in context 👍 0

All Replies (6)

more options

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

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

Modified by 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;}

Modified by cor-el

more options

Chosen Solution

It did not work either, but this did:

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

Modified by 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.