1
Recovering settings and bookmarks
zombieFox edited this page 2021-08-21 10:17:23 +01:00
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.
- Open nightTab
- Open the developer tools
- Go to the console (Finding your browser's developer console)
- Use the command
copy(localStorage.getItem("nightTab-backup"))
orcopy(localStorage.getItem("nightTab"))
to copy your data to the clipboard - Paste this data into an empty text file and save as a JSON file, e.g.
my-nightTab-settings.json
.