Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Make 'open in new window' the default action of simply clicking on a link?

  • 8 个回答
  • 8 人有此问题
  • 11 次查看
  • 最后回复者为 mikmik

more options

I want to click on any link, without using any keys like shift, and always have it open in a new window, making that new window active. I know that shift clicking on a link opens it in a new, active window, but I want to do that just by left clicking, not bringing up a contextual menu. Firefox 4.0 Mac OS 10.5.8

Thanks for your help.

I want to click on any link, without using any keys like shift, and always have it open in a new window, making that new window active. I know that shift clicking on a link opens it in a new, active window, but I want to do that just by left clicking, not bringing up a contextual menu. Firefox 4.0 Mac OS 10.5.8 Thanks for your help.

所有回复 (8)

more options

This is not a built-in feature of Firefox; you would need an add-on for this. Although the Tab Mix Plus extensions lets you force all links (and bookmarks) to open in a new tab, I'm not aware of any extension that forces them all to open in a new window. Hopefully someone else has a suggestion.

more options

Jscher2000, Thanks for having a shot at it. There was no check box for 'this was helpful but not quite the answer, but I appreciate it' or I definitely would have checked that. Cordially, Dv

more options

The only way I know to force links to open in a new window is setting the browser.tabs.opentabfor.middleclick pref to false and middle-click the link instead of Shift and left-click.
I also am not aware of an extension that force a new window with a simple left-click (all extensions focus on a new tab).

more options

Cor-el, Thanks for the response. I'm not even sure what a middle click is and I'm worried about messing with pref files, so I guess I'll just leave well enough alone. Cordially, Dv

more options

I cannot get anything to open in a new window either. In options>tabs, the box is checked that says "Open new windows in tab." When I try to uncheck it, it won't! I can click on it all day and the box will not uncheck.

more options

If you want to try a Greasemonkey userscript, I posted one.

To use it, you first need to install the Greasemonkey extension: https://addons.mozilla.org/firefox/addon/greasemonkey/

Next, visit this page to install the script: http://userscripts.org/scripts/show/149337. I've only tested on Windows 7, but I don't think it should behave differently on Mac.

Originally, I had the script change every link regardless of the destination, but this made navigating around a site very annoying, so I changed the script to only change links to external sites. You can switch this by editing the script as described on the above page.

Please note that userscripts.org is not a site where you can trust everything you read. Bad actors routinely post scripts that steal cookies (allows session hijacking) and even add enthusiastic fake reviews. Shop with caution.

more options

Hi mikmik, that sounds like a different problem.

Have you installed any tab-related add-ons that might alter the dialog? For reference, I have attached a copy of what I think is the default dialog.

You could try editing the setting using Firefox's about:config preference editor:

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

(2) In the filter box, type or paste link.open and pause while the list is filtered. These are the key preferences:

browser.link.open_newwindow

3 = divert new window to a new tab (default) (checked*)
2 = allow link to open a new window (unchecked*)
1 = force new window into same tab

* First checkbox in Options > Tabs (on Mac, Preferences > Tabs)

browser.link.open_newwindow.restriction

0 = open_newwindow preference honored for all new windows
2 = open_newwindow preference honored for all new windows except script windows with features (default)
1 = open_newwindow preference ignored completely (same effect as open_newwindow=2)

browser.link.open_newwindow.override.external

-1 = open_newwindow applies to external links (default)
3 = open external links in a new tab
2 = open external links in a new window
1 = open external links in active tab

more options

Great idea. I did find a selection box in the tab options after I disabled Tab Mix Plus, but what I unchecked was the 'open bookmarks in a new tab,' and then I was able to uncheck that button.

This is a bother as well by having to hold the control key if I want a new tab, but that is easy enough anyways, and now the shift key works.

But I thought of about:config and wasn't sure what to look for, so your solution is perfect. Thanks again, and sorry for being off topic. And to those who suggested Grease Monkey, thank you also. I am just too lazy to use it, lol!

由mikmik于修改