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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>Firefox|Firefox</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Desktop tools]] > [[Firefox]] > [[Using multiple firefox profiles]]
=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.)
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.)
Line 10: Line 9:


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
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Desktop tools]] > [[Firefox]] > [[Using multiple firefox profiles]]

Latest revision as of 13:31, 24 August 2022

Home > CentOS > CentOS 6.x > Desktop tools > Firefox > 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:


Home > CentOS > CentOS 6.x > Desktop tools > Firefox > Using multiple firefox profiles