In order to open the FF profile manager so you can open multiple instances of a FF profile, create a batch script with the following.
{at}echo off
set MOZ_NO_REMOTE=1
start "" "C:\Program Files\Mozilla Firefox\firefox.exe" -p
set MOZ_NO_REMOTE=0
This will open a new instance of FF and allow you to select a different profile each time.
BHW won't let me post at symbols, so the {at} is an "at".
In order to open the FF profile manager so you can open multiple instances of a FF profile, create a batch script with the following.
{at}echo off
set MOZ_NO_REMOTE=1
start "" "C:\Program Files\Mozilla Firefox\firefox.exe" -p
set MOZ_NO_REMOTE=0
This will open a new instance of FF and allow you to select a different profile each time.
BHW won't let me post at symbols, so the {at} is an "at".
It's an old thread, but i guess it's still relevant.I found Insomniac browser with exactly this functionality...but unfortunately it's paid
And very high pricing. I would have bought subscription if it was cheaper.
I'm still searching for free alternatives. If I don't find any, I'll just write it in C# I guess.
It's an old thread, but i guess it's still relevant.
You can look into how to run multiple Firefox profiles, so the proxyfication of one instance won't affect the others. This was mentioned above and still works of course.
Or you can try Multiloginapp, with the free version you can run up to 10 browser profiles simultaneously fully separately, cookies, proxies, everything.