Skip to content

Instantly share code, notes, and snippets.

@llamerr
Created June 24, 2016 17:07
Show Gist options
  • Save llamerr/ebd09a5035e82392784452a023a246ff to your computer and use it in GitHub Desktop.
Save llamerr/ebd09a5035e82392784452a023a246ff to your computer and use it in GitHub Desktop.
for (let i in localStorage) {if (i.match(/testStore/)){ window.export.push(`{'${i}':'${localStorage[i]}'}`) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment