Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Frozen private tab with history

  • 1 resposta
  • 0 têm este problema
  • Última resposta por 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?

Todas as respostas (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).

Útil?

Colocar questão

Deve iniciar a sessão com a sua conta para responder às mensagens. Por favor, comece uma nova pergunta, se ainda não tiver uma conta.