Skip to content

Recovering settings and bookmarks

zombieFox edited this page Sep 26, 2021 · 1 revision

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

  1. Open hexagonTab
  2. Open the developer tools
  3. Go to the console (Finding your browser's developer console)
  4. Use the command copy(localStorage.getItem("hexagonTab-backup")) or copy(localStorage.getItem("hexagonTab")) 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-hexagonTab-settings.json.