Skip to content

Instantly share code, notes, and snippets.

@czy88840616
Last active August 29, 2015 13:56
Show Gist options
  • Save czy88840616/9340285 to your computer and use it in GitHub Desktop.
Save czy88840616/9340285 to your computer and use it in GitHub Desktop.
抢小米
var h = setInterval(function(){
console.log('start check');
if($('#mi3Btn a')) {
console.log('check it');
clearInterval(h);
$('#mi3Btn a').click();
var tagName = $('#fkNumTxt .hide').tagName;
var n = $$('#fkNumTxt ' + tagName+':not(.hide)');
if(n && n.length) {
$('#fkNum').value = n[0].innerText + n[1].innerText + n[2].innerText+ n[3].innerText;
$('#boxFkBtn').click();
}
}
}, 20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment