Difference between revisions of "Using multiple firefox profiles"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>Firefox|Firefox</yambe:breadcrumb> =Using multiple firefox profiles= It is possible to create and use multiple firefox profiles. This could be to support m...")
 
m
Line 10: Line 10:


This will popup for firefox profile chooser.  You can untick "Dont ask at startup" option to ensure that every time firefox is started it prompts for profile to use.
This will popup for firefox profile chooser.  You can untick "Dont ask at startup" option to ensure that every time firefox is started it prompts for profile to use.
==Start another browser in another profile==
While already running a browser in profile 'Eg A', if you want to run another browser in parallel for another profile 'Eg B', then open url:
<pre>
about:profiles
</pre>
in browser tab.  All the profiles would be listed with option of launching browser of the other profile.
Refer:
* https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Multiple_profiles

Revision as of 04:05, 27 January 2019

<yambe:breadcrumb>Firefox|Firefox</yambe:breadcrumb>

Using multiple firefox profiles

It is possible to create and use multiple firefox profiles. This could be to support many users on same system or also if you want different profiles for different reasons (eg one with security plugins for browsing web, one with no plugins for supporting trusted websites that cross-reference too many domains and use too much javascript which interferes with security plugins, etc.)

To create profiles start firefox using:

firefox -profilemanager

This will popup for firefox profile chooser. You can untick "Dont ask at startup" option to ensure that every time firefox is started it prompts for profile to use.


Start another browser in another profile

While already running a browser in profile 'Eg A', if you want to run another browser in parallel for another profile 'Eg B', then open url:

about:profiles

in browser tab. All the profiles would be listed with option of launching browser of the other profile.


Refer: