Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

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

Learn More

How can I have two buttons for "new tab" in version 4?

  • 4 답장
  • 10 이 문제를 만남
  • 2 보기
  • 최종 답변자: gwilki

more options

In version 3.x, there was a removable button on the toolbar for "new tab" plus a "+" button at the end of the address for the open tab that I could click to create a new tab. In version 4, I can have the removable button, but I can't see how to add the button at the end of the address for the open tab. I can move the single button to the end of the address window, but I can't seem to have two buttons. Can this still be done?

In version 3.x, there was a removable button on the toolbar for "new tab" plus a "+" button at the end of the address for the open tab that I could click to create a new tab. In version 4, I can have the removable button, but I can't see how to add the button at the end of the address for the open tab. I can move the single button to the end of the address window, but I can't seem to have two buttons. Can this still be done?

글쓴이 gwilki 수정일시

선택된 해결법

You need to drag the New Tab (+) button from the Tab Bar to another toolbar to make the second button to appear.

"Firefox > Options > Toolbar Layout" or "View > Toolbars > Customize"

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (4)

more options

You can do this 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

Thanks. I used ChromeEdit to edit the userChrome.css file. I must have done something wrong, though. In Toolbar, Customize, I now get options for chromedit, profile folder, chrome folder, etc, but I don't get an option to add a button for "new tab". I copied and pasted the text your provided, starting with "new -tab-button" and ending with the } at the end of the second line. What did I do wrong. Thanks for your help.

Grant

more options

선택된 해결법

You need to drag the New Tab (+) button from the Tab Bar to another toolbar to make the second button to appear.

"Firefox > Options > Toolbar Layout" or "View > Toolbars > Customize"

more options

Got it! Thank you very much cor-el.

Grant