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.