Difference between revisions of "Firefox Tips And Tricks"

From LentoMan
Jump to navigation Jump to search
(Created page with '= Using multiple profiles = '''Q: Why would I want to use multiple profiles?'''<br> *For better security *For privacy reasons *For portability *...Other reasons? For example you…')
 
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Using multiple profiles =
__FORCETOC__
'''Q: Why would I want to use multiple profiles?'''<br>
 
= On using multiple profiles in Firefox =
Firefox has the ability to use multiple profiles, most people are probably not aware of this but it is a really useful feature.
 
== Why would I want to use multiple profiles with Firefox? ==
*For better security
*For better security
*For privacy reasons
*For privacy reasons
Line 10: Line 14:
Portable in the sense that you can specify where to put your profile, for example you might want to bring a profile along with you on a flash card, or put a profile in an encrypted container.
Portable in the sense that you can specify where to put your profile, for example you might want to bring a profile along with you on a flash card, or put a profile in an encrypted container.


'''Q: Well then, how do I create an additional profile for my user?'''<br>
== How do I create an additional Firefox profiles? ==
Either start firefox with the profile manager, add the following to your shortcut or command line:
First make sure all instances of Firefox is shut down (more on why later).
  firefox.exe -profilemanager
 
Now either start Firefox with the profile manager by add the following to your shortcut or command line:
  ''firefox.exe'' '''-profilemanager'''
 
Or if you prefer creating a profile with the command line, add something like this to your shortcut or command line:
''firefox.exe'' '''-createprofile bankingprofile'''
 
If you want to specify another location for your profile than default:
''firefox.exe'' '''-createprofile "bankingprofile c:\bankingprofile"'''
 
If you added the options to your shortcut, make sure you remove them after running the shortcut once.
 
== How do I start Firefox with another profile? ==
Again, make sure all instances of Firefox is shut down. Now you could either use the profilemanger:
''firefox.exe'' '''-profilemanager'''
 
Or start with the profile name:
''firefox.exe'' '''-profile bankingprofile'''
 
Or add a commandline with the path to your profile:
''firefox.exe'' '''-profile "c:\bankingprofile"'''
 
== Why can I only use one profile at a time? ==
Actually you can use multiple profiles at the same time, by adding the '''-no-remote''' commandline.
 
For more information, see this article:<br>
[http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile]
 
= Useful Firefox plugins =
 
*Permit cookies: [https://addons.mozilla.org/en-US/firefox/addon/44/ https://addons.mozilla.org/en-US/firefox/addon/44/] | Homepage: [http://mfe.gorgias.de/ http://mfe.gorgias.de/]
*Tab Mix Plus: [https://addons.mozilla.org/en-US/firefox/addon/1122/ https://addons.mozilla.org/en-US/firefox/addon/1122/] | Homepage: [http://tmp.garyr.net/ http://tmp.garyr.net/]
*Rikaichan: [https://addons.mozilla.org/en-US/firefox/addon/2471/ https://addons.mozilla.org/en-US/firefox/addon/2471/] | Homepage: [http://www.polarcloud.com/rikaichan/ http://www.polarcloud.com/rikaichan/] (Aid for reading japanese)
*Adblock plus: [https://addons.mozilla.org/en-US/firefox/addon/1865/ https://addons.mozilla.org/en-US/firefox/addon/1865/] | Homepage: [http://adblockplus.org/en/ http://adblockplus.org/en/]
*NoScript: [https://addons.mozilla.org/en-US/firefox/addon/722/ https://addons.mozilla.org/en-US/firefox/addon/722/] | Homepage: [http://noscript.net/ http://noscript.net/]

Latest revision as of 20:33, 16 September 2010


On using multiple profiles in Firefox

Firefox has the ability to use multiple profiles, most people are probably not aware of this but it is a really useful feature.

Why would I want to use multiple profiles with Firefox?

  • For better security
  • For privacy reasons
  • For portability
  • ...Other reasons?

For example you could have one stricter profile for casual web browsing, where you add addons for adblocking, flashblocking etc. In addition, you could have one less strict profile for your banking and shopping, where you would have no addons and where you allow all cookies etc. Portable in the sense that you can specify where to put your profile, for example you might want to bring a profile along with you on a flash card, or put a profile in an encrypted container.

How do I create an additional Firefox profiles?

First make sure all instances of Firefox is shut down (more on why later).

Now either start Firefox with the profile manager by add the following to your shortcut or command line:

firefox.exe -profilemanager

Or if you prefer creating a profile with the command line, add something like this to your shortcut or command line:

firefox.exe -createprofile bankingprofile

If you want to specify another location for your profile than default:

firefox.exe -createprofile "bankingprofile c:\bankingprofile"

If you added the options to your shortcut, make sure you remove them after running the shortcut once.

How do I start Firefox with another profile?

Again, make sure all instances of Firefox is shut down. Now you could either use the profilemanger:

firefox.exe -profilemanager

Or start with the profile name:

firefox.exe -profile bankingprofile

Or add a commandline with the path to your profile:

firefox.exe -profile "c:\bankingprofile"

Why can I only use one profile at a time?

Actually you can use multiple profiles at the same time, by adding the -no-remote commandline.

For more information, see this article:
http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile

Useful Firefox plugins