搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

browser.tabs.insertRelatedAfterCurrent ==> changing the boolean, nothing happens, why?

more options

I would like to have the new tab to be opened next to the active tab using browser.tabs.insertRelatedAfterCurrent

but changing the boolean does not do anything

I would like to have the new tab to be opened next to the active tab using browser.tabs.insertRelatedAfterCurrent but changing the boolean does not do anything

所有回覆 (2)

more options

Please note that browser.tabs.insertRelatedAfterCurrent preference only affects opening of related tabs - those which are opened by right clicking on a link and selecting Open Link in New Tab. All blank tabs would open at far right because they are not related to the current tab in any way. This is the default Firefox behavior.

If you wish to open the blank tabs also next to the current tab, you can install an add-on like Tab Control.

more options

thanks dynamite, Tab Control is just what I was looking for, ....and it works fine.

But this... "opening of related tabs - those which are opened by right clicking on a link and selecting Open Link in New Tab" ...does not work. A related tab was allways opened on the far right, the state of the boolean did not change anything.