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>