// ==UserScript== // @name 专业技术人员继续教育网站视频播放插件 // @namespace http://web.chinahrt.com // @version 0.1 // @description never stop play! // @author Xavierskip // @match http://videoadmin.chinahrt.com.cn/videoPlay/play* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/368443/%E4%B8%93%E4%B8%9A%E6%8A%80%E6%9C%AF%E4%BA%BA%E5%91%98%E7%BB%A7%E7%BB%AD%E6%95%99%E8%82%B2%E7%BD%91%E7%AB%99%E8%A7%86%E9%A2%91%E6%92%AD%E6%94%BE%E6%8F%92%E4%BB%B6.user.js // @updateURL https://update.greasyfork.icu/scripts/368443/%E4%B8%93%E4%B8%9A%E6%8A%80%E6%9C%AF%E4%BA%BA%E5%91%98%E7%BB%A7%E7%BB%AD%E6%95%99%E8%82%B2%E7%BD%91%E7%AB%99%E8%A7%86%E9%A2%91%E6%92%AD%E6%94%BE%E6%8F%92%E4%BB%B6.meta.js // ==/UserScript== (function() { 'use strict'; // Your code here... window.onfocus = function(){console.log('on focus')}; window.onblur = function(){console.log('on blur')}; })();