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!

Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

Firefox Insists on Opening Files Into New Windows, Not New Tabs

more options

I often save articles for personal reference. If I reopen html files, Firefox insists on opening each in its own window instead of new tabs in the same window.

Would opening about:config and changing browser.link.open_newwindow.override.external to 3 solve this problem? I already have browser.link.open_newwindow set to 3.

I have sensory processing issues, including a strobe sensitivity. I know it's a standard suggestion in each question, but please don't ask me to use "safe mode," or "refresh Firefox," it isn't safe for me to use a browser without animation-blockers and other accessibility fixes.

I often save articles for personal reference. If I reopen html files, Firefox insists on opening each in its own window instead of new tabs in the same window. Would opening about:config and changing browser.link.open_newwindow.override.external to 3 solve this problem? I already have browser.link.open_newwindow set to 3. I have sensory processing issues, including a strobe sensitivity. I know it's a standard suggestion in each question, but please don't ask me to use "safe mode," or "refresh Firefox," it isn't safe for me to use a browser without animation-blockers and other accessibility fixes.

Wszystkie odpowiedzi (3)

more options

The browser.link.open_newwindow.override.external might only apply to links, not documents. Setting it to 3 should force Firefox to open external links in a new tab in the last active window. Did you already try that to see whether it affects documents, too?

If not, perhaps a tab-related extension such as Tab Mix Plus or Tab Utilities that has dozens of options could help. I don't use either of those myself.

more options

Thanks. I really thought that setting my solve the bug, but it didn't.

more options

I don't know how it works on the Mac, but on Windows, if I go into the Registry editor and make a change, then double-clicking a .html file does load it in a new tab in the last active window:

HKEY_CLASSES_ROOT\FirefoxHTML\shell\open\command

DEFAULT:

"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -osint -url "%1"

MODIFICATION:

"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -osint -new-tab "%1"