搜索 | 用户支持

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

Learn More

Tabs open differntly on differnt installs

more options

2 computers -- both with the same OS and version of Firefox (62.0, 64 bit). On one, new tabs open next the the currently opened tab, On the other, new tabs open at the end of the end of all tabs (far right). How can I get both system to behave the same way?

2 computers -- both with the same OS and version of Firefox (62.0, 64 bit). On one, new tabs open next the the currently opened tab, On the other, new tabs open at the end of the end of all tabs (far right). How can I get both system to behave the same way?

被采纳的解决方案

Hmm, strange that they behave differently!

Firefox's native (uncustomized) behavior is:

  • Open related tabs next to current (e.g., from a link in the current tab)
  • Open new/unrelated tabs at the end of the bar

There are now preferences to manage both of those (in Firefox 61 and later):

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

(2) In the search box above the list, type or paste curr and pause while the list is filtered

(3) Then set:

Open Related Tabs Next to Current, Others at the End of the Bar:

browser.tabs.insertAfterCurrent = false (default) browser.tabs.insertRelatedAfterCurrent = true (default)

Open All Tabs Next to Current

browser.tabs.insertAfterCurrent => true browser.tabs.insertRelatedAfterCurrent = whatever

Open All Tabs at the End of the Bar

browser.tabs.insertAfterCurrent = false (default) browser.tabs.insertRelatedAfterCurrent => false

To switch a boolean-type preference between true and false, double-click it.

Can you get them set the way you like?

定位到答案原位置 👍 0

所有回复 (2)

more options
more options

选择的解决方案

Hmm, strange that they behave differently!

Firefox's native (uncustomized) behavior is:

  • Open related tabs next to current (e.g., from a link in the current tab)
  • Open new/unrelated tabs at the end of the bar

There are now preferences to manage both of those (in Firefox 61 and later):

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

(2) In the search box above the list, type or paste curr and pause while the list is filtered

(3) Then set:

Open Related Tabs Next to Current, Others at the End of the Bar:

browser.tabs.insertAfterCurrent = false (default) browser.tabs.insertRelatedAfterCurrent = true (default)

Open All Tabs Next to Current

browser.tabs.insertAfterCurrent => true browser.tabs.insertRelatedAfterCurrent = whatever

Open All Tabs at the End of the Bar

browser.tabs.insertAfterCurrent = false (default) browser.tabs.insertRelatedAfterCurrent => false

To switch a boolean-type preference between true and false, double-click it.

Can you get them set the way you like?