Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

How can I have two Open a New tab buttons?

  • 7 trả lời
  • 4 gặp vấn đề này
  • 22 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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)