Hacker News new | ask | show | jobs
by magicalhippo 1657 days ago
> Is there an easy way to run two profiles of firefox simultaneously?

Start one of them with

    firefox.exe -p profile_name -no-remote
I do this to run the beta and the stable version at the same time.

More details here: https://support.mozilla.org/en-US/kb/profile-manager-create-...

1 comments

thank you