Angry Birds Chrome — How to unlock all levels

Just about an hour after the popular mobile game Angry Birds was made available for free through a Google Chrome install, blogger and JavaScript/HTML5 programmer WesBos discovered a code that will allow players to unlock and access all levels, including the special Chrome levels, once modified.

Angry Birds Chrome
How to get access to all levels in Chrome Angry Birds? According to WesBos, all you have to do is copy and paste the following line into your browser’s address bar:

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

To set all levels to locked, just copy and paste the following code into your address bar:

javascript: var i = 1; while (i<=69) { localStorage.setItem('level_star_'+i,'-1'); i++;

You can also play the online Angry Birds version here.