This used to work:
Code: Select all
firefox -remote 'openURL("www.google.com", new-tab)'
Code: Select all
firefox -remote 'openURL("www.google.com")'
Any hints as to how to do this?
Thanks.
Code: Select all
firefox -remote 'openURL("www.google.com", new-tab)'
Code: Select all
firefox -remote 'openURL("www.google.com")'