Skip to content

Instantly share code, notes, and snippets.

@hangim
Last active November 9, 2018 04:13
Show Gist options
  • Save hangim/7715866 to your computer and use it in GitHub Desktop.
Save hangim/7715866 to your computer and use it in GitHub Desktop.
尔雅通识课 http://www.erya100.com/ videoPlay.js 观看视频时,鼠标五分钟不移动,自动暂停。 为防止视频暂停所需 examPause.js 为考试时间暂停所需
javascript:window.setInterval((function(){w1=window.frames[0];w1.leftTime=w1.leftTimeT=7210;w1.seconds=-7210;}),1000);
javascript:function func(){thisMovie("flashplayer")["flash_resume"]();setTimeout("func()",1000);};func();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment