Skip to content

Instantly share code, notes, and snippets.

@AlexArchive
Created April 1, 2014 08:08
Show Gist options
  • Select an option

  • Save AlexArchive/9909907 to your computer and use it in GitHub Desktop.

Select an option

Save AlexArchive/9909907 to your computer and use it in GitHub Desktop.
auto unicorn coin miner for stackoverflow (april fools feature)
setInterval(function(){
$.get("http://stackoverflow.com/unicoin/rock?_="+new Date().getTime(),function(data){
$.post("http://stackoverflow.com/unicoin/mine",{"rock":data.rock,fkey:localStorage["se:fkey"].split(",")[0]})
})
},12000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment