Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

private-window command line option doesn't support multiple URLs

  • 3 ответа
  • 0 имеют эту проблему
  • 1 просмотр
  • Последний ответ от zeroknight

more options

If I open a normal firefox window then run "firefox.exe -private-window mozilla.org google.com" it will open mozilla.org in a new private browser window and google.com in the existing standard browsing window. I have tried every combination of -private, -private-window, and -url that I can think of, but to no success.

I am happy to write a fix for this if you can confirm the defect and provide a bug number :)

If I open a normal firefox window then run "firefox.exe -private-window mozilla.org google.com" it will open mozilla.org in a new private browser window and google.com in the existing standard browsing window. I have tried every combination of -private, -private-window, and -url that I can think of, but to no success. I am happy to write a fix for this if you can confirm the defect and provide a bug number :)

Все ответы (3)

more options

See:

You can use multiple firefox.exe -private-window <url> commands to open the URLs in the private window.

Изменено cor-el

more options

Given that the command line supports multiple URLs, why doesn't private-window? Doesn't that seem like somewhat incorrect behavior?

more options

The following works for me if Firefox is not already open:

firefox -private-window "" <url1> <url2>