Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

Frozen private tab with history

  • 1 odpowiedź
  • 0 osób ma ten problem
  • Ostatnia odpowiedź od 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?

Wszystkie odpowiedzi (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).

Pomocne?

Zadaj pytanie

Aby odpowiadać na posty, musisz zalogować się na swoje konto. Zadaj pytanie, jeśli nie masz jeszcze konta.