北京继续教育网chinahrt自动播放插件

北京继续教育网后台自动播放插件

目前为 2021-11-28 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name 北京继续教育网chinahrt自动播放插件
  3. // @include http://web.chinahrt.com
  4. // @include https://web.chinahrt.com
  5. // @version 1.0
  6. // @description 北京继续教育网后台自动播放插件
  7. // @author Yang Kang
  8. // @match http://videoadmin.chinahrt.com.cn/videoPlay/play*
  9. // @match http://videoadmin.chinahrt.com/videoPlay/play*
  10. // @match https://videoadmin.chinahrt.com.cn/videoPlay/play*
  11. // @match https://videoadmin.chinahrt.com/videoPlay/play*
  12. // @grant none
  13. // @license MIT
  14. // @namespace http://web.chinahrt.com
  15. // ==/UserScript==
  16.  
  17. (function() {
  18. 'use strict';
  19.  
  20. window.onfocus = function(){console.log('on focus')};
  21. window.onblur = function(){console.log('on blur')};
  22. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址