為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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>