Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Remove Address bar right-click menu?

  • 6 답장
  • 7 이 문제를 만남
  • 8 보기
  • 최종 답변자: 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

선택된 해결법

It did not work either, but this did:

#autohide-context  {display:none!important;}
문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (6)

more options

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

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

글쓴이 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;}

글쓴이 cor-el 수정일시

more options

선택된 해결법

It did not work either, but this did:

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

글쓴이 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.