**Attention:** This game does not have a save feature, but people on [Hacker News](https://news.ycombinator.com/item?id=39205020) have already found a way to save their progress.
**Export the items to a json string:**
console.log(JSON.stringify({discoveries: window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries, elements:window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements}))
**Load the items from a json string:**
a = PUT YOUR JSON HERE;
window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements = a.elements; window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries = a.discoveries;
I enjoy using Skyrim mods, but it frustrates me when I have to reinstall all of them for some reason or another; otherwise, my saved game won’t work. Currently, I’m using only one mod: Unread Books Glow