Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

How do I open a link from a document or email in a private window?

  • 3 trả lời
  • 10 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi Peter V

more options

In previous versions, when I selected private browsing, and then clicked on a link from a document or email the link opened in the private window. In the new version, even though the private window is open, it goes to the non-private window. How do I open a link in the private window from a email or document, as neither Thunderbird or any of my document editors provide the "Open Link in New Private Window" option in their menus?

In previous versions, when I selected private browsing, and then clicked on a link from a document or email the link opened in the private window. In the new version, even though the private window is open, it goes to the non-private window. How do I open a link in the private window from a email or document, as neither Thunderbird or any of my document editors provide the "Open Link in New Private Window" option in their menus?

Tất cả các câu trả lời (3)

more options

Two thoughts, but currently no time to test them:

(1) Open the external link in a new tab in an existing window.
(2) Set Firefox to start up in "permanent private browsing" mode. That's described in the help article: Private Browsing - Use Firefox without saving history.

For #1:

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the filter box, type or paste link.open and pause while the list is filtered. These should appear. The third one is of primary interest at the moment.

(A) browser.link.open_newwindow

3 = divert new window to a new tab (default) (checked*)
2 = allow link to open a new window (unchecked*)
1 = force new window into same tab

* First checkbox in Options > Tabs

(B) browser.link.open_newwindow.restriction

0 = open_newwindow preference honored for all new windows
2 = open_newwindow preference honored for all new windows except script windows with features (default)
1 = open_newwindow preference ignored completely (same effect as open_newwindow=2)

By default, popups that specify a particular window size or turn off certain window features will appear in a new window. If you set this preference to 0 then all popups are forced to a new tab.

(C) browser.link.open_newwindow.override.external

-1 = open_newwindow applies to external links (default)
3 = open external links in a new tab
2 = open external links in a new window
1 = open external links in active tab

On this third one, try choosing 3 to force externally launched pages into a new tab in an existing window.

more options

You can drag the link to empty space on the tab bar in a Firefox Private Browsing window or paste the link in the location bar.

  • Bug 829180 - Externally opened urls may open in private browsing windows

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

more options

cor-el: This is a usable workaround, although not really convenient to use, as I have to highlight the whole link (and none of the text either side of it), rather than just clicking somewhere in it.