Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Frozen private tab with history

  • 1 răspuns
  • 0 au această problemă
  • Ultimul răspuns de 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?

Toate răspunsurile (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).

Te-a ajutat?

Adresează o întrebare

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.