-
Notifications
You must be signed in to change notification settings - Fork 257
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.
- 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
.