This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

Open local file automatically in new tab

  • 2 การตอบกลับ
  • 2 คนมีปัญหานี้
  • 1 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย bawmbi

more options

I'm using Mac OS X.

I have set that a html file opens in Firefox by default. When I double click the file it opens in a new window instead a new tab which it should do like it does in Google Chrome. Also I have set from Firefox settings "Open new windows in new tabs instead" but it doesn't seem to change anything.

I'm using Mac OS X. I have set that a html file opens in Firefox by default. When I double click the file it opens in a new window instead a new tab which it should do like it does in Google Chrome. Also I have set from Firefox settings "Open new windows in new tabs instead" but it doesn't seem to change anything.

การตอบกลับทั้งหมด (2)

more options

Externally launched links may depart from the behavior for internal links. Specifying precisely what you want requires a visit to the about:config preferences editor. I think it's (C) below that you might want to change.

In a new tab, type or paste about:config and press Enter. Click the button promising to be careful.

In the filter box, type or paste link.o and pause while the list is filtered.

Double click these and set the value as desired:

(A) 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

(B) browser.link.open_newwindow.restriction - for links in Firefox tabs

0 = apply the setting under (A) to ALL new windows (even script windows)
2 = apply the setting under (A) to normal windows, but NOT to script windows with features (default)
1 = override the setting under (A) and always use new windows

(C) browser.link.open_newwindow.override.external - for links in other programs

-1 = apply the setting under (A) to external links (default)
3 = open external links in a new tab in the last active window
2 = open external links in a new window
1 = open external links in the last active tab replacing the current page

Does that work?

more options

Thank you for your quick reply. It made great sense but unfortunately it didn't work... I tried to set (C) into 1 too but it had no effect either.