Two methods:
about:config
Change browser.tabs.loadDivertedInBackground to true
browser.tabs.loadInBackground should already be set to true
user.js
// open diverted links in background tabs
user_pref(”browser.tabs.loadDivertedInBackground”, true);
Related posts
Posted on December 24th, 2007 by Scott Granneman
Categories: tech help, technology
Tags: firefox, help, web_browsers
