Mozilla 도움말 검색

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

자세히 살펴보기

How can I have two Open a New tab buttons?

  • 7 답장
  • 4 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

Seems that with Firefox 4 we can only have one "open a new tab" button. Problem is I want one to be at the end of my tabs and another next to my buttons (home, print, etc) near my URL bar. FF3 had this so why can't FF4?

Seems that with Firefox 4 we can only have one "open a new tab" button. Problem is I want one to be at the end of my tabs and another next to my buttons (home, print, etc) near my URL bar. FF3 had this so why can't FF4?

모든 댓글 (7)

more options

You can try this add-on to see if that's what you are looking for:

https://addons.mozilla.org/en-US/firefox/addon/toolbar-buttons/

more options

I just went through the list of the add-on I posted and couldn't find a 'New Tab' button there. The following add-on does:

https://addons.mozilla.org/en-US/firefox/addon/tab-mix-plus/

more options

Unfortunately that add-on didn't do the trick. Strange, this seems like one of those features you don't know that you'll miss until it's gone. I'm apparently very used to using both locations to open tabs and now it feels like I'm working on someone else's computer.

more options

You can also try this one:

https://addons.mozilla.org/en-US/firefox/addon/new-tab-toolbar-button/

I haven't tried this one, but wonder if you are able to drag it into the Customize Windows (View > Toolbars > Cusotmize) and then drag it to the end of the tab strip.

more options

You can make both New Tab buttons visible with code in userChrome.css

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

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

#new-tab-button { visibility: visible !important; }
.tabs-newtab-button{ visibility: visible !important; }

more options

cor-el, I followed your instructions, created the chrome folder (since it didn't exist), created the userChrome.css file in that folder with the lines you provided, restarted Firefox and nothing. I still get the one and only one open new tab icon. I can move it back and forth between the two places i want it to appear but I can't have it in both places at the same time. Ug.

more options

You can try to delete localstore.rdf to reset all toolbars if you do not see two new tab buttons. If you use extensions like Tab Mix Plus or another theme then see if it works in Safe mode with all extensions disabled.

In Firefox 4 you can use one of these to start in Safe mode:

  • Help > Restart with Add-ons Disabled
  • Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)