Last time I posted that how you can play the ANGRY BIRDS on your web browser now. All you have to do is to install some extensions on your Google Chrome or other modern browsers. And now there is something new for you all about ANGRY BIRDS Web.


If you want to unlock all levels of ANGRY BIRDS Web then, now you can do that easily. Chances are there that you have already played and completed all levels of ANGRY BIRDS on some other platform and just want to play any specific level of ANGRY BIRDS on your web browser then, you can do that easily using the code given below.


HOW TO : Unlock All ANGRY BIRDS Levels


HOW TO : Unlock All ANGRY BIRDS Levels


To unlock all levels of ANGRY BIRDS Web, copy and paste the code given below in your web browser

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


And if you want lock all levels of ANGRY BIRDS Web again then, use the code given below

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