Search Support

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.

Learn More

I have the open new window checked instead of tab but it is not working

more options

It working until this weekend. I have checked and unchecked and then restarted Firefox with no affect. It would help if I knew which about:config parameter controls this behaviour.

It working until this weekend. I have checked and unchecked and then restarted Firefox with no affect. It would help if I knew which about:config parameter controls this behaviour.

All Replies (1)

more options

Here's the about:config info. Apologies in advance for the length, but the names are somewhat opaque so it seems best to lay it out completely.

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, which will open as new windows (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

So if you uncheck the box in the tab settings, it should take care of all kinds of links, but you also can set the other preferences to reinforce your preference if the standard approach doesn't seem to be working.


Your "More system details" shows the presence of a user.js file, which typically is created by third party software to override your settings at startup. Unless you created the file, you might want to rename or delete it and see whether that helps with Firefox retaining your preferences. This article has the details: How to fix preferences that won't save.