Recently we posted about a free online version of famous "Angry Birds" game which can be played in any web browser in your PC.
Play Angry Birds Game Online in Your Favorite Web Browser
When you play this game, all levels are locked except 1st level but today we are going to share a simple java script trick which can unlock all these secret levels and you can choose and play any desired level.

First open the game and once its opened, paste following java script code in addressbar and press Enter:
javascript: var i = 0; while (i<=69) { localStorage.setItem('level_star_'+i,'3'); i++; } window.location.reload();
It'll unlock all secret levels immediately.
Thanks to our reader "Charlie" for sharing it...
This article was posted by VG in following section: Games, Google Chrome.
If you enjoyed this article, subscribe to our RSS feed or free newsletter to get all new articles directly in your Inbox. Also check out our popular articles and archive to read other interesting articles.
3abboud
And here's the javascript code to go back to normal
javascript: var i = 0; while (i<=69) { localStorage.setItem(‘level_star_’+i,’-1′); i++; } window.location.reload();
;)
Tangmeister
Well... I think I deserve a footnote too... LOL
Karan
Thanks a lot!
THE TRAN
Great !
Thanks for sharing ;)
Kyle
THANK YOU!!!!!!!!!!!1
Kyle
damn that hack was FAST
c_pirate11
nice info guys,,,hahahaha,, i have to be angry now
Dušan
A quick tip for this game which helps a lot:
When you launch a small bird (a blue one), you can split it up in three small birds just by clicking while it's flying towards the target. That way you can take a lot more points. ;)
I accidentally found this one on my own, and I find it very useful.
Dušan
Oh no! ^^
I just realised that it's a feature that had been shown before the level started, I was hoping that I found something that others didn't. :)
Carbonize
Just to add this works in all web browsers now just Chrome.