Skip to main content

Play Angry Birds Online + Unlock All Levels

Popular video game Angry Birds, which until now, was available only on the Android and iOS platform has finally become platform independent when the developers released an HTML5 version of the game. The game was released specially for Chrome but you can be played on any modern web browser, including Opera, Firefox and IE. The entire game is also available to play offline.

angry-birds

To play the game just head over to chrome.angrybirds.com and start crushing the green pigs. The game is also available on Chrome Web Store. The version of Angry Birds available on the web also have a special exclusive levels available only in Chrome. Additionally, you will be able to purchase the Mighty Eagle upgrade directly in-game as soon as Chrome’s new payments system goes live.

Unlocking levels

Just an hour after Angry Birds online went live, Web developer Wes Bos was able to find a hack that gave him access to all of the levels in the game, even the special Chrome levels.

Just copy and paste the following code into your browser’s address bar after you have opened Chrome Angry Birds.

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

To switch the game back to all levels locked, use this code in the address bar.

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

Wes explains:

If you open up Web Inspector in chrome, you’ll see they are keeping track of your score and stars with localstorage. Lucky for us, that means we can use setItem() set all 70 levels to 3 and get access to them all.

[via The Next Web]

Comments

Popular posts from this blog

How to Record CPU and Memory Usage Over Time in Windows?

Whenever the computer is lagging or some application is taking too long to respond, we usually fire up task manager and look under the Performance tab or under Processes to check on processor utilization or the amount of free memory available. The task manager is ideal for real-time analysis of CPU and memory utilization. It even displays a short history of CPU utilization in the form of a graph. You get a small time-window, about 30 seconds or so, depending on how large the viewing area is.

How to Schedule Changes to Your Facebook Page Cover Photo

Facebook’s current layout, the so called Timeline, features a prominent, large cover photo that some people are using in a lot of different creative ways. Timeline is also available for Facebook Pages that people can use to promote their website or business or event. Although you can change the cover photo as often as you like, it’s meant to be static – something which you design and leave it for at least a few weeks or months like a redesigned website. However, there are times when you may want to change the cover photo frequently and periodically to match event dates or some special promotion that you are running or plan to run. So, here is how you can do that.

Diagram 101: Different Types of Diagrams and When To Use Them

Diagrams are a great way to visualize information and convey meaning. The problem is that there’s too many different types of diagrams, so it can be hard to know which ones you should use in any given situation. To help you out, we’ve created this diagram that lays out the 7 most common types of diagrams and when they’re best used: