A very simplistic add-on for Firefox to position new tabs to the right of the current tab and activate the tab to the left when closing the current tab.
Easy to use, no need to configure anything.
No permissions required.
Inspired by the old Tab Control add-on by Angly Cat that is not supported by Firefox anymore. This new add-on is built using Web-Extensions API that is supported by the most of the modern browsers, but it might be irrelevant for other browsers or not even work.
browser.tabs.insertRelatedAfterCurrent
and browser.tabs.selectOwnerOnClose
settings have
no effect when the add-on is enabled. If browser.tabs.insertRelatedAfterCurrent
is set to
false
(non-default value), new related tabs may briefly appear at the end before being moved
to the correct location. Also the tab, that would have normally been activated when the current
tab is closed, may be activated briefly before the add-on activates the correct tab. I believe
these effects are results of the Web-Extensions API limitations.Yes, there are:
This add-on is released under the MIT License. See LICENSE.md for details.