搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Can't open multiple tabs in private mode from command line - 116.0.3

  • 4 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 zeroknight

more options
I'm really surprised and frustrated that I can't do this on Windows 10. [https://community.spiceworks.com/topic/2492770-start-firefox-private-window-from-command-line-with-2-tab-urls?page=1#entry-10415889 Already posted about it here.] https://community.spiceworks.com/topic/2492770-start-firefox-private-window-from-command-line-with-2-tab-urls?page=1#entry-10415889 Running 116.0.3.

所有回复 (4)

more options

Just to make the context clear:

Run as a first step, this opens a single tab in a new private window:

C:\progra~1\MOZILL~1\firefox.exe -private-window https://www.mozilla.org/

Run as a second step, this opens a second tab in that private window:

C:\progra~1\MOZILL~1\firefox.exe -private-window https://www.example.com/

But they cannot be combined into a single command line with any known syntax and either the second URL is ignored OR it is opened in a non-private window.

Ignored: C:\progra~1\MOZILL~1\firefox.exe -private-window https://www.mozilla.org/ -private-window https://www.example.com/

Non-private: C:\progra~1\MOZILL~1\firefox.exe -private-window https://www.mozilla.org/ https://www.example.com/

I agree that this is the situation, unless someone knows another syntax.

more options

It works for me with -private url1 url2. Checking SessionStore.getBrowserState() shows the "isPrivate":true key,but no PB mode indicator is shown.

This opens only the PB mode window with the specified tabs, but interesting is that opening a new window (Ctrl+N) opens the regular window with its tabs (Ctrl+Shift+P opens a PB mode window).

more options

See also comment 10 and 11 in bug 1048286. Looks like the "private" flag is just completely undocumented at this point and behaves strangely. It tries to create a "temporary permanent private browsing mode", ie behave the same as permanent private browsing mode but minus the pref being flipped. But it doesn't work, because although PrivateBrowsingUtils is updated, lots of other consumers manually check the relevant pref, and it remains at the default value.


  • 1048286 - When launching FF in permanent private browsing mode (with the -private option), only the initial window has the indicator that it's private.
  • 1521372 - -private is effective for one window; not permanent private browsing

(please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
)

由cor-el于修改

more options

Use multiple commands, on Linux they open in the same private window:

firefox.exe -private-window <url> firefox.exe -private-window <url>