搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

New profile isn't acting as a separate profile

more options

So I created a new profile because I have multiple accounts on one website, and I like to be able to use them all at the same time. I used to use Chrome, but after the new update, it doesn't load at all, so I've recently made the switch to Firefox. I have my default browser and I made a new profile. But when I got to open the new profile in a new browser, it acts just like my default browser. Same bookmarks, same history, same logins. When I log out of a web account on my default browser, it logs me out of the account on the new profile. Am I doing something wrong? Is there a different way to open it? Thank you.

So I created a new profile because I have multiple accounts on one website, and I like to be able to use them all at the same time. I used to use Chrome, but after the new update, it doesn't load at all, so I've recently made the switch to Firefox. I have my default browser and I made a new profile. But when I got to open the new profile in a new browser, it acts just like my default browser. Same bookmarks, same history, same logins. When I log out of a web account on my default browser, it logs me out of the account on the new profile. Am I doing something wrong? Is there a different way to open it? Thank you.

被采纳的解决方案

apatheticity said

I have my default browser and I made a new profile. But when I got to open the new profile in a new browser, it acts just like my default browser. Same bookmarks, same history, same logins.

Not your fault: the "Launch profile in new browser" button does not work if Firefox is currently running in your default profile. It would be more logical for the buttons to be grayed under those circumstances, but I suspect it's something that won't get fixed very soon.

Here are two options:

(1) Create a desktop shortcut direct to your alternate profile.

That's a duplicate of your Firefox shortcut, but then go into its Properties and edit the Target:

"C:\Program Files\Mozilla Firefox\firefox.exe" -P "MyNewProfile" -no-remote

You need -no-remote to create a separate instance.

(2) Use Containers.

This is a new feature that is still maturing, but the idea is that you can open new tabs and new windows in a separate security context with an independent cookie jar. The default categories are generic, but you can create your own to meet your own needs. This add-on helps tremendously:

https://addons.mozilla.org/firefox/addon/multi-account-containers/

Containers are convenient, but a separate profile still has advantages, such as different add-on settings and being able to change the toolbar area theme so it's totally obvious that you're in a different browser.

定位到答案原位置 👍 0

所有回复 (1)

more options

选择的解决方案

apatheticity said

I have my default browser and I made a new profile. But when I got to open the new profile in a new browser, it acts just like my default browser. Same bookmarks, same history, same logins.

Not your fault: the "Launch profile in new browser" button does not work if Firefox is currently running in your default profile. It would be more logical for the buttons to be grayed under those circumstances, but I suspect it's something that won't get fixed very soon.

Here are two options:

(1) Create a desktop shortcut direct to your alternate profile.

That's a duplicate of your Firefox shortcut, but then go into its Properties and edit the Target:

"C:\Program Files\Mozilla Firefox\firefox.exe" -P "MyNewProfile" -no-remote

You need -no-remote to create a separate instance.

(2) Use Containers.

This is a new feature that is still maturing, but the idea is that you can open new tabs and new windows in a separate security context with an independent cookie jar. The default categories are generic, but you can create your own to meet your own needs. This add-on helps tremendously:

https://addons.mozilla.org/firefox/addon/multi-account-containers/

Containers are convenient, but a separate profile still has advantages, such as different add-on settings and being able to change the toolbar area theme so it's totally obvious that you're in a different browser.

由jscher2000 - Support Volunteer于修改