Thanks for pointing that out, pushing a quick fix for that. Still working on setting up a save for browsers. May just be best to setup an import/export option.
in my game i compress the save file into a blob with LZ and then if it is a manual save display the string to allow pasting it back in to load, or i have an autosave feature that downloads the blob in a text file they can load after.