Remove Address bar right-click menu?
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
Valgt løsning
It did not work either, but this did:
#autohide-context {display:none!important;}Les dette svaret i sammenhengen 👍 0
All Replies (6)
Try this code in userChrome.css below the @namespace line.
#urlbar .textbox-contextmenu {display:none !important;}
Endret
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.
Try this code:
#toolbar-context-menu {display:none!important;}
Endret
Valgt løsning
It did not work either, but this did:
#autohide-context {display:none!important;}
Endret
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.
#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.