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 for any help
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
2.1m questions
2.1m answers
60 comments
57.0k users