If you haven’t already heard, Angry Birds has come to the browser. Using Chrome just head to chrome.angrybirds.com and get playing. There are a number of special browser-only levels to play and Rovio are working more levels into the game.

There has also been a small get around that allows you to unlock all levels by pasting a simple line of code into your address bar, as found by WesBos:
javascript: var i = 0; while (i<=69) { localStorage.setItem(’level_star_’+i,’3′); i++; } window.location.reload();
and then to lock them again
javascript: var i = 1; while (i<=69) { localStorage.setItem(’level_star_’+i,’-1′); i++; } window.location.reload();

