Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

only one tab after last update possible

more options

After my last update only one tab is available. Opening a new link means overwriting the existing tab instead of opening a new one. How do I restore the option of opening a new tab instead of continously overwriting?

After my last update only one tab is available. Opening a new link means overwriting the existing tab instead of opening a new one. How do I restore the option of opening a new tab instead of continously overwriting?

所有回覆 (1)

more options

Do you recall what version you were running before?

Links and Tabs

By default, Firefox intercepts links that sites send to a new window and opens them in a new tab instead. Sites do that in two ways:

  • Setting a target attribute on the link, such as target="_blank"
  • Using the script method window.open(), which creates a popup window

But when a site has not specially coded the link, you would normally have to divert it to a new tab yourself by holding down the Ctrl key when clicking, or middle-clicking with the mouse scroll wheel.

There is an add-on to take care of that automatically ("Open Link with New Tab"):

https://addons.mozilla.org/firefox/addon/open-link-with-new-tab/

After installing, you need to use the Add-ons page to set your preferred behavior. Either:

  • Ctrl+Shift+a (Mac: Command+Shift+a)
  • "3-bar" menu button (or Tools menu) > Add-ons
  • type or paste about:addons in the address bar and press Enter/Return

In the left column of the Add-ons page, click Extensions. Then find the extension on the right side and click its Options button or More link. That should take you to the panel where you can adjust its settings.

Scripted Popups

If scripted popups launch in a new window instead of a tab, see: https://support.mozilla.org/questions/1109391#answer-842979

Bookmarks and Tabs

Left-clicking a bookmark normally open it in the same tab; you can hold down the Ctrl key to direct it to a new tab, or middle-click it with the mouse scroll wheel.

There is a setting to change that so you get a new tab for a regular left-click:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste tabs and pause while the list is filtered

(3) Double-click the browser.tabs.loadBookmarksInTabs preference to switch its from false to true

由 jscher2000 - Support Volunteer 於 修改