How am I supposed to open urls in a specific instance after this change? I mean, what should I use to replace the following:
firefox -P "$1" -remote "openURL($2, new-tab)"
where $1 is the profile name, and $2 is the url.
I sometimes will need different instances of firefox with different configurations, the command above enables me to use FireGuesture to open the current page in another instance, so I don't need copy & paste urls as I do with Google Chrome.
How am I supposed to open urls in a specific instance after this change? I mean, what should I use to replace the following:
firefox -P "$1" -remote "openURL($2, new-tab)"
where $1 is the profile name, and $2 is the url.
I sometimes will need different instances of firefox with different configurations, the command above enables me to use FireGuesture to open the current page in another instance, so I don't need copy & paste urls as I do with Google Chrome.