Firefox has a profile manager in about:profiles. I created a new profile to troubleshoot compatibility issues, but absolutely everything including addons and about:config entries was moved to the new profile.
I can't understand as this is the description on the page:
This page helps you to manage your profiles. Each profile is a separate world which contains separate history, bookmarks, settings and add-ons.
How to reset everything to the default in the new profile?
62 Answers
I was able to create a new profile using Firefox's alternative profile manager.
Important: Before you can start the Profile Manager, Firefox must be completely closed.
3
- Press Windows Key+R on the keyboard. A Run dialog will open.
- In the Run dialog box, type in:
firefox.exe -P
Note: You can use-P,-por-ProfileManager.- Click
OK. The Firefox Profile Manager (Choose User Profile) window should open.
It might be easier to do it manually.
Go here: %APPDATA%\Mozilla\Firefox\Profiles
Then create a new folder.
Then edit %APPDATA%\Mozilla\Firefox\profiles.ini
And add a new section like:
[Profile1]
Name=my-test-profile
IsRelative=1
Path=Profiles/the-name-of-the-folderYou can also change this to 0 in the file to get it to prompt for the profile you want:
[General]
StartWithLastProfile=1 1