Skip to content

Instantly share code, notes, and snippets.

@jetsanix
Created August 31, 2011 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jetsanix/1184612 to your computer and use it in GitHub Desktop.
Save jetsanix/1184612 to your computer and use it in GitHub Desktop.
alphatown map on
/* paste and run on chrome */
for(i=100;i<6000;i++){
xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET","http://alphatown.com/api/node/"+i+"/info?sync=true&d=1314820793143&p=&w=191&oz_tm=_alphatown_api_handler______3380______1314820793143",true);
xmlhttp.send();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment