The problem with HTML5 is how easy it is to change JavaScript variables - Printable Version +- 2DWorlds Forums (http://2dworlds.buildism.net/forum) +-- Forum: Off Topic (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=5) +--- Forum: General Discussion (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=17) +--- Thread: The problem with HTML5 is how easy it is to change JavaScript variables (/showthread.php?tid=4499) |
The problem with HTML5 is how easy it is to change JavaScript variables - toast - 05-09-2011 Go to the chrome web store, find the game "alchemy" (with the picture of the purple vial), and put this in the address bar: Code: javascript:progress=new Array(); for(var i=0; i< names.length-1; i++) progress.push(i+1); addLibraryContent(-1); saveProgress(); void(0); RE: The problem with HTML5 is how easy it is to change JavaScript variables - Micky - 05-09-2011 ..... What!? RE: The problem with HTML5 is how easy it is to change JavaScript variables - toast - 05-09-2011 Oops, I forgot to put "javascript:" in the beginning It's fixed now So go to here and put that code in the address bar and press enter to win RE: The problem with HTML5 is how easy it is to change JavaScript variables - Micky - 05-09-2011 Cool? |