never stop play!
// ==UserScript==
// @name 测绘师继续教育网站视频播放插件
// @namespace http://rsedu.ch.mnr.gov.cn
// @version 0.1.1
// @description never stop play!
// @author 原作者:Xavierskip,修改:lzwbit
// @match http://rsedu.ch.mnr.gov.cn//index/play*
// @match http://rsedu.ch.mnr.gov.cn//index/onlineCourseUser/play*
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Your code here...
window.onfocus = function(){console.log('on focus')};
window.onblur = function(){console.log('on blur')};
})();