搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

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).

有帮助吗?

我要提问

您需要登录才能回复。如果您还没账号,可以提出新问题