Skip to content

Instantly share code, notes, and snippets.

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