How exactly can I start several Firefox instances, so that I could use several proxies?

I don't want to use Firefox add-ons, and I need to be logged in several places [via HTTPS in Firefox], but it requires several proxies (for example, I don't want to install FoxyProxy).

Extra: How do I do it under Linux?

link|improve this question

62% accept rate
feedback

2 Answers

up vote 2 down vote accepted

The solution might be to use multiple profiles.

See mozillaZine's Command line arguments on how to start Firefox with different profiles.
More info can be found in Managing profiles.

link|improve this answer
feedback

For Windows: firefox -no-remote

For Linux: /usr/bin/firefox -no-remote

Make sure that there is no existing instance of Firefox before running this command.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.