First of all, the game requires you to have Google's Chrome browser. Download and install that, and come back here. (Done? Good.) Now, go to the Chrome Web Store and download Angry Birds. With the game loaded, copy and paste this code into Chrome's address bar:
javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload();Hit the Enter key, and watch as all 70 levels in the game are open for you to fling around in. Now, if you ever want to revert the game to its original state, just use this line of code in the same way:
javascript: var i = 1; while (i<=69) { localStorage.setItem('level_star_'+i,'-1'); i++; } window.location.reload();Now, if you're interested, here's how the whiz figured it out: "In the talk Rovio did at Google IO, they mentioned they were using HTML5's LocalStorage. If you open up Web Inspector in chrome, you'll see they are keeping track of your score and stars with localstorage. Lucky for us, that means we can use setItem() set all 70 levels to 3 and get access to them all." This smarty pants just made plenty of Angry Birds (and Google) fans very, very happy.
Have you used this code yet to unlock all the levels? If not, how far are you in the new version? Sound off in the comments. Add Comment.
Tags: angry birds, angry birds cheats, angry birds cheats and tips, angry birds chrome, angry birds hack, angry+birds+chrome+cheat, angry+birds+chrome+cheats, angry+birds+chrome+unlock, angry+birds+tips, angrybirdschromecheat, angrybirdschromecheats, angrybirdschromeunlock, angrybirdstips, cheats and tips, chrome, dealpage, google, google chrome, google io, Google IO 2011, hack, html 5, html5, html5 hack, rovio, wes bos
0 comments:
Post a Comment