How to Unlock All Google Chrome Angry Birds Levels

By | May 14, 2011


How to Unlock All Google Chrome Angry Birds LevelsWorks with all web browsers.

Not interested in going through all Angry Birds levels, one by one? Worry no more; there is a solution for that.

To unlock all levels, type the following code in the address bar

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

Revert

javascript: var i = 1; while (i<=69) { localStorage.setItem(‘level_star_’+i,’-1′); i++; } window.location.reload();

Enjoy.

Via: Technorati


About (Author Profile)


Vygantas is a former web designer whose projects are used by companies such as AMD, NVIDIA and departed Westood Studios. Being passionate about software, Vygantas began his journalism career back in 2007 when he founded FavBrowser.com. Having said that, he is also an adrenaline junkie who enjoys good books, fitness activities and Forex trading.

Comments (2)

Trackback URL | Comments RSS Feed

  1. Joyce Clark says:

     I tried both copy and paste and typing the code into the address bar, and can’t get it to work. Anything I am missing here?????