Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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?

Giải pháp được chọn

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?

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (2)

more options
more options

Giải pháp được chọn

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?