搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

new version 80

  • 12 个回答
  • 1 人有此问题
  • 9 次查看
  • 最后回复者为 cor-el

more options

Hi, This latest upgrade has removed the ability to open new windows in another tab its either off or new tab/window with no ability to select which I do prefer to have all my pages open in new tabs not new pages every time have I missed something? or is there a way to get this altered in future versions I have now had to resort to another browser which does allow this

Hi, This latest upgrade has removed the ability to open new windows in another tab its either off or new tab/window with no ability to select which I do prefer to have all my pages open in new tabs not new pages every time have I missed something? or is there a way to get this altered in future versions I have now had to resort to another browser which does allow this

被采纳的解决方案

No problem! Make sure to mark a solution so this thread gets resolved, and happy browsing!

定位到答案原位置 👍 1

所有回复 (12)

more options

If you want to open a tab into a new window you'll need to right click on the tab in question, click 'move to' and select 'move to new window'

more options

There's also a setting which allows links that you open to be opened in new windows instead of new tab if that's what you're looking for.

more options

You can look at browser.link.open_newwindow prefs on the about:config page.

  • browser.link.open_newwindow = 3 [1:current tab; 2:new window; 3:new tab]

For JavaScript window.open() links:

  • browser.link.open_newwindow.restriction = 0 [0:divert always; 1:divert never; 2:divert w/o features]

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

more options

thanks, but where do I find this? I don't have an about on mine (under the 3 bar tab ) it just seems to be a mine field to make a simple change which was so easy before

more options

To access the config page, just write 'about:config' in your search bar at the top, and click "I accept the risk!" to continue.

more options

Ah ok thanks, I think I'm also confusing myself and all, the part I'm referring to is my search engine (duckduckgo) which of course is nothing to do with Firefox

more options

If you're using the duckduckgo search engine on firefox, then changing the config should give the same result.

more options

Yes thanks, all sorted now I've given myself a severe reprimand and thanks to all for your help

more options

选择的解决方案

No problem! Make sure to mark a solution so this thread gets resolved, and happy browsing!

more options

Out of interest is there anywhere a list of those about:config references for my future reference? or is it just a copy and paste?

more options

This might be what you're looking for: http://kb.mozillazine.org/About:config_entries

The message that was posted above was just a copy/paste though

more options

If you are using the DDG web page then you probably need to check the DDG settings to make sure you open results in a new tab (Google has such a setting and I don't know whether DDG has this as well). The prefs I mentioned above should divert this window to a tab.


If you need a reference for about:config entries or want to know more about a specific pref then best is to browse the Firefox source code and look at comments as there are too many prefs and changes to prefs to keep docs up to date.

由cor-el于修改