Skip to content

Recovering settings and bookmarks

zombieFox edited this page Aug 21, 2021 · 1 revision

In the event of a bug or loading issue, user settings and bookmarks saved when using nightTab can be recovered from the browser local storage.

  1. Open nightTab
  2. Open the developer tools
  3. Go to the console (Finding your browser's developer console)
  4. Use the command copy(localStorage.getItem("nightTab-backup")) or copy(localStorage.getItem("nightTab")) to copy your data to the clipboard
  5. Paste this data into an empty text file and save as a JSON file, e.g. my-nightTab-settings.json.