Gradly

  • About Me
  • Portfolio
  • My Blog
  • Contact Me


  • Play Angry Birds in Your Favorite Browser and Unlock All Levels

    May 16, 2011 // Gradly // blog, Games, google, How To Tags: Angry Birds, blog, Browser, Chrome, Chromium, Games, How To, HTML5, Rovio No Responses


    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:

    • Download the Angry Birds App

    If you want to play Angry Birds in Firefox, Opera, or another browser? access the link directly:

    • Play the Standard Version
    • Play the HD Version

    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();