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
Here's an idea: