Is it possible to open a new tab in Firefox (in background) using window.open(\"http://www.google.com\") function, and remain the current tab?
window.open(\"http://www.google.com\")
Thanks fo
You can't open tabs in the background using javascript because this is set in the user's preferences in about:config, which you have no control over. The setting is:
about:config
browser.tabs.loadDivertedInBackground=true