Wednesday, June 04, 2008

How To Use Two Google Accounts With Firefox
(Applies to Firefox on all platforms)

It's quite annoying for us to have two Google accounts (or whatever) and keep signing in and out between them. A simple solution is to install different browsers. A simple solution is to use same Firefox with two profiles, but Firefox is too great to leave. You need a bit tweaking with the command line. The commands to use and their description are as:

firefox -ProfileManager Start with ProfileManager

firefox -no-remote Open new instance, not a new window in running instance

firefox -P profile Start with profile

Start a Firefox instance. Next go to command line. Start Firefox as:
firefox -ProfileManager -no-remote

You will get a window as:


Create a new profile here and start Firefox with it. Viola! you get a new instance of the browser. This profile you can use with other accounts.

To start Firefox with a specific profile use the command:
firefox -P -no-remote

Or simply use the command:
firefox -ProfileManager -no-remote
and choose the profile you want to use.

You may also create shortcuts for these commands in Windows as well as Linux for these.

(For Windows replace Firefox with the path of %INSTALL_DIRECTORY_OF_FIREFOX%\firefox.exe )

No comments: