Hacker News new | ask | show | jobs
by omegant 4739 days ago
How?
1 comments

If you're in chrome, open up dev tools, then hit resources, find the local storage on the left bar and click on the url. You'll see a gamestate key and the value. Copy the value, that's the entire game state. You can then create that same key on whatever other browser with that value.
Pretty sure there is no dev tools on the mobile version of Chrome.