Associate
- Joined
- 15 Oct 2011
- Posts
- 454
- Location
- Bristol
My poors eyes are too distracted by those dancing grey spots optical illusion.. Could give you a headache I reckon
My eyes are pretty crap but with the help of a bit of rather crap javascript I got to 4403
Code:var timer = setInterval(function(){ var prev_color = $('#box span').first().css('background-color'); var clicked = false; $('#box span').each(function(i, data){ var this_color = $(this).css('background-color'); if(prev_color != this_color){ $(this).click(); return true; } }); if(clicked == false){ $('#box span').first().click() } }, 1);
27 on a crap monitor - i'll try again at home later.
A mate I sent the link to has just scored 39! On his htc m7.