Unlock Angry Birds All Levels With JavaScript

Angry birds web version was launched recently and the JavaScript experts have launched a quick hack to unlock all Angry Bird levels.

To unlock all levels in Angry Birds Web use:

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

​ To revert use:

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

​Via: #-Link-Snipped-#

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform