Y
Hacker News
new
|
ask
|
show
|
jobs
by
megous
2361 days ago
That only applies when you open a tab by clicking on a link. If you do ctrl+t, you'll get new tab at the far right.
2 comments
the_duke
2361 days ago
That is toggled by "browser.tabs.insertAfterContent" ( vs insertRelatedAfterContent).
link
lorenzhs
2361 days ago
You have a typo there, it's browser.tabs.insertAfterCurrent and browser.tabs.insertRelatedAfterCurrent (Current, not Content), just in case someone tries to copy and paste those into about:config
link
nabergh
2360 days ago
This is correct and it also applies when middle clicking a link. That's where it really matters for me.
link