Mozilla 도움말 검색

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

Learn More

Frozen private tab with history

  • 1 답장
  • 0 이 문제를 만남
  • 최종 답변자: cor-el

more options

Hi I had some tabs open in private browsing which have frozen. Each tab has history but won't let me go back or forward. I have tried closing the tabs and pressing undo as this sometimes works but it didn't help. I really don't want to lose the tab history as it is in private browsing so won't be saved in history. Does anyone know a way to restore the tabs?

Hi I had some tabs open in private browsing which have frozen. Each tab has history but won't let me go back or forward. I have tried closing the tabs and pressing undo as this sometimes works but it didn't help. I really don't want to lose the tab history as it is in private browsing so won't be saved in history. Does anyone know a way to restore the tabs?

모든 댓글 (1)

more options

You can save the current session via the Browser Console.

  • prompt('Current Session State',SessionStore.getBrowserState());

You can restore this session via this code:

  • if(ssj=prompt('Restore Session','?')){SessionStore.setBrowserState(ssj)}

More info:

You can enable the command-line in the console via one of the Developer Tools like the Inspector (Ctrl+Shift+I).

도움이 되셨습니까?

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.