Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

How to open links in a new neighboring tab next to the current tab?

  • 4 respostas
  • 1 tem este problema
  • 270 visualizações
  • Última resposta por WMagicModel

Whenever I open a link, it opens a new tab to the far right. Is there an option to open the link right next to the current tab like Google Chrome and Microsoft Edge?

Solution (Credit: @mskessler1) (Copied to avoid dead link):
1. In the address bar, type about:config and press the Enter key;
2. The about:config "This might void your warranty!" warning page may appear;
3. Click I accept the risk! to continue to the about:config page;
4. In the search box at the top, type "browser.tabs.insertAfterCurrent" and "browser.tabs.insertRelatedAfterCurrent" respectively;
5. Double-click on the first item that appears in the list to change the value to [true].

Thank you @WMagicModel, @Blindley, and @cor-el.

Whenever I open a link, it opens a new tab to the far right. Is there an option to open the link right next to the current tab like Google Chrome and Microsoft Edge? Solution (Credit: @mskessler1) (Copied to avoid dead link):<br /> 1. In the address bar, type about:config and press the Enter key;<br /> 2. The about:config "This might void your warranty!" warning page may appear;<br /> 3. Click I accept the risk! to continue to the about:config page;<br /> 4. In the search box at the top, type "browser.tabs.insertAfterCurrent" and "browser.tabs.insertRelatedAfterCurrent" respectively;<br /> 5. Double-click on the first item that appears in the list to change the value to [true]. Thank you @WMagicModel, @Blindley, and @cor-el.

Modificado por Wei a

Solução escolhida

Hi Wei4Green,

Do you have other tabs open and whenever you click a link it creates a gap between the tabs?

Check out the solution as I think it may answer your question. These settings can be changed in about:config : How do I make tabs open on the right by default? {link}

Ler esta resposta no contexto 👍 1

Todas as respostas (4)

Solução escolhida

Hi Wei4Green,

Do you have other tabs open and whenever you click a link it creates a gap between the tabs?

Check out the solution as I think it may answer your question. These settings can be changed in about:config : How do I make tabs open on the right by default? {link}

Thanks, WMagicModel.

Note that there are two browser.tabs.insert prefs present on the about:config page.

  • browser.tabs.insertAfterCurrent = true
  • browser.tabs.insertRelatedAfterCurrent = true

The former is about opening a new tab via the '+' button on the tab bar or otherwise (Ctrl+T). The latter is about opening a link in a new tab.

You are welcome! I am just happy we got this resolved :)