搜索 | 用户支持

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

详细了解

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

  • 2 个回答
  • 9 人有此问题
  • 3 次查看
  • 最后回复者为 giovanniconte

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.