
Are you want to get the whole Angry Birds goodness with your favorite browser? Then we have just what you need and there is a quick hack to unlock all of the levels for extreme entertaining.
For Chromium-based browsers. Access the links here:
If you want to play Angry Birds in Firefox, Opera, or another browser? access the link directly:
If you want to unlock/relock all the levels:
Unlock the Levels:
javascript: var i = 0; while (i<=69) { localStorage.setItem(‘level_star_’+i,’3′); i++; } window.location.reload();
Lock the Levels:
javascript: var i = 0; while (i<=69) { localStorage.setItem(‘level_star_’+i,’-1′); i++; } window.location.reload();
