Skip to content

Instantly share code, notes, and snippets.

@wong2
Created October 19, 2015 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wong2/e1006fce9d1e05a2115d to your computer and use it in GitHub Desktop.
Save wong2/e1006fce9d1e05a2115d to your computer and use it in GitHub Desktop.
自动播放东方时尚驾考视频
// 在 http://dfss.anjia365.com/jpv2/web/personPlan!player.do 页面,console里输入:
setInterval(function() {
if ($('#player').css('display') == 'none') {
getExamById(examArray.slice(-2)[0]);
examCorrectFlag = true;
$('#nextPlayButton').click();
} else {
showNext();
$('.aui_buttons button').click();
}
}, 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment