Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

How can I delete the use of tabs or at least hide the "Open Link in New Tab" in the menu?

  • 3 답장
  • 2 이 문제를 만남
  • 13 보기
  • 최종 답변자: cor-el

more options

I've gone into options and put a check to hide the tabs but how can I delete the use of using tabs??? Or at least hide the "Open Link in New Tab" in the menu? I just can't get use to using tabs & now that I upgraded to FF4 my favorite add-on called "Tab Killer" does not work. Tab killer gave me the option to hide the Open Link in New Tab listed in the menu.

Thank you in advance :-)

I've gone into options and put a check to hide the tabs but how can I delete the use of using tabs??? Or at least hide the "Open Link in New Tab" in the menu? I just can't get use to using tabs & now that I upgraded to FF4 my favorite add-on called "Tab Killer" does not work. Tab killer gave me the option to hide the Open Link in New Tab listed in the menu. Thank you in advance :-)

모든 댓글 (3)

more options

Add code to userChrome.css below the @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#context-openlinkintab, #placesContext_open\:newtab { display:none !important; }
more options

Thank you cor-el for the fast reply!! I really wouldn't know where to copy and paste that script that you posted. I do appreciate your time & effort... thanks again.

After searching through FF4 addons, I found an addon titled 'Menu Editor' which allowed me to take the "Open Link in New Tab" link out of the menu. If anybody needs this addon the link to it is: https://addons.mozilla.org/en-US/firefox/addon/menu-editor/

more options

You're welcome


You can make the above posted code work if you create a text file named userChrome.css in the chrome folder in the Firefox profile folder.
You also need to create a chrome folder in the Firefox profile folder if that folder doesn't exist yet.
The ChromEdit Plus extension (in my above post) makes it easier to create and edit the content of the userChrome.css file.


  • Help > Troubleshooting Information > Profile Directory: Open Containing Folder