![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
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
선택된 해결법
It did not work either, but this did:
#autohide-context {display:none!important;}문맥에 따라 이 답변을 읽어주세요 👍 0
모든 댓글 (6)
Try this code in userChrome.css below the @namespace line.
#urlbar .textbox-contextmenu {display:none !important;}
글쓴이 cor-el 수정일시
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;}
글쓴이 cor-el 수정일시
선택된 해결법
It did not work either, but this did:
#autohide-context {display:none!important;}
글쓴이 cor-el 수정일시
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.