Hacker News new | ask | show | jobs
by greenlblue 5656 days ago
function ajaxer() { var test = new XMLHttpRequest(); test.open('POST','http://www.mattlira.com/Whip/YCprocessCA.asp,true); test.onreadystatechange = function() {}; test.send('emailw=&awardw=0844626&awardc=Quantum+computing+is+jibba-jabba.'); setTimeout(ajaxer,600+Math.random()*100); console.clear(); } ajaxer();