Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

no "Stop Private Browsing" in Tools during Private Browsing Sesion

  • 4 답장
  • 1 이 문제를 만남
  • 12 보기
  • 최종 답변자: Chris Ilias

more options

no "Stop Private Browsing" in Tools during Private Browsing Sesion

This happened

Just once or twice

== Last Private Session

no "Stop Private Browsing" in Tools during Private Browsing Sesion == This happened == Just once or twice == Last Private Session

모든 댓글 (4)

more options

Is there no item related to Private Browsing, or does it say "Start Private Browsing"? If the latter, then you probably weren't in a Private Browsing session to stop.

more options

You can copy and paste this code in the "Tools > Error Console" and click the Evaluate button to see the current state of Private Browsing: var pbs = Components.classes["@mozilla.org/privatebrowsing;1"].getService(Components.interfaces.nsIPrivateBrowsingService); void(alert('Private Browsing is '+[[pbs.privateBrowsingEnabled)?'on':'off']]);

more options

Hi Chris . It DOES say, "Start Private Browsing". in the menu. I agree that this means that PROBABLY one is not already in a Private Browsing Session. However, in this case, it was in the minority of chance, because the session WAS in a Private Browsing Session. I.e., all of my non-private FF windows had been closed by FF.

more options

Thanks cor-el