Skip to content

Instantly share code, notes, and snippets.

@gerardo
Created May 11, 2011 22:57
Show Gist options
  • Save gerardo/967579 to your computer and use it in GitHub Desktop.
Save gerardo/967579 to your computer and use it in GitHub Desktop.
javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'-1'); i++; } window.location.reload();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment