同时运行多个版本的 firefox
728x15 ad here
出自Guoshuang Wiki
1. 首先需要建立多个 firefox 的配置文件。
开始 - 运行
firefox -profilemanager
说明:两个firefox 不能使用同一个 profile 文件,否则会提示“firefox 已经在运行…”
2. 修改启动的快捷方式
...\firefox.exe -P guoshuang -no-remote
说明:-P 表示使用 guoshuang 这个profile 配置; -no-remote 打开另外一个实例。
windows 命令脚本
set MOZ_NO_REMOTE=1 “C:Program FilesMozilla Firefoxfirefox.exe” -P guoshuang
