This add-on is a response to the change in tab opening behaviour in Firefox 3.5. I prefer my tabs to follow these rules:
All in-page links open in the same tab regardless of whether target=_blank etc is specified
All in-page links open relative to (i.e. immediately right of) the current tab
Opening a new tab or middle clicking the home button or a bookmark opens a new tab at the far right
All external links (e.g. you click a link in an email) open in a new tab on the far right
Javascript pop-ups from clicked links still work
This was possible until 3.5, when the browser.link.open_external preference was removed. There have been numerous bug reports (469082, 477746, 481831) have been made but until now there was no fix.
1. Links on page opened in new tabs will open to the right of the current tab.
2. External links, the new tab button and bookmarks will open to the right of all tabs.
You need to create the last two values as they do not exist by default.
History:
1.1 Bug fix for FF 3.6
1.01 Updated to support FF 3.6, no actual code changes. Apparently 3.* is not a valid
version number :(
1.0 Now adds preference items if they do not exist already. Bumpted to V1.0 as
has been tested by over 250 people now and no bugs have so far been reported.