A função de protótipo tem uma função muito simples. Encontre o ID do relógio, calcule o valor e execute a tarefa quando o tempo de compra chegar.
function nwt () {var str = $ ('#DEEXTIRY_TIMER_E3CDCD2A'). text (); var out = str.match (// d+/g); console.log (out); var h = parseint (out [0]), m = parseint (out [1]), s = parseint (out [2]); console.log (h+'#'+m+'#'+s); var calc = h*3600+m*60+s; console.log (calc); if (calc == 0) {} else {console.log ('wait');} var t = setTimeout ('nwt ()', 2000);} nwt ();