Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

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

  • 2 odpovědi
  • 9 má tento problém
  • 3 zobrazení
  • Poslední odpověď od 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

Všechny odpovědi (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.