Friday, May 13, 2011

How to unlock all levels of Angry Birds In Chrome?

Yesterday I imagine that many have lowered their level of productivity after Google announced Angry Birds to web. The novelty today is that we have a small script to unlock all the game levels.

We just have to paste the following code in the address bar of Chrome for unlocking

>javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload();