Open sbehnken opened 1 year ago
Yep, open the browser dev tools, go to the console tab and do
let v = localStorage.getItem("goodies");
copy(v); // Copies it directly to the clipboard
and then go to the new laptop, and do
localStorage.setItem("goodies", put copied goodies string here)
When switching to a new laptop is there any way to port over the goodies as well? It sucks having to start from scratch.