null-dev / firefox-profile-switcher

Create, manage and switch between browser profiles seamlessly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with Firefox forks

everypizza1 opened this issue · comments

This extension does not work on forks of Firefox, such as Floorp.

As mentioned by @null-dev in null-dev/firefox-profile-switcher-connector#8 it works with another browsers if you change the settings.

For Floorp (on Linux) you need to change the file ~/.config/firefoxprofileswitcher/config.json

{
    "browser_profile_dir": "/home/<your username here>/.floorp",
    "browser_binary": "/usr/bin/floorp"
}

Similar for Mercury just set the correct settings for the browser binary path AND the browser profile folder.