I used Unity3D (hope that doesn't disqualify me) with this code: var url : String; var minutes = 0; function Start () { while (true) { minutes += 1; print("Refreshed. Minutes: " + minutes); var www = new WWW(url); yield www; if (www.data != "<html><body>\nback later") { print (ww...