东软慕课刷脚本

try to take over the world!

  1. // ==UserScript==
  2. // @name 东软慕课刷脚本
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author yefeng
  7. // @match *://mooc.neumooc.com/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. // Your code here...
  15. var api=document.getElementsByClassName("fp-engine hlsjs-engine");
  16. function afind(){
  17. // alert("生效");
  18. api[0].play();
  19. }
  20. function bbb(){api[0].play();};
  21. setTimeout(afind,3000);
  22. window.onblur = afind;
  23.  
  24. setInterval(bbb,1000);
  25.  
  26. })();

QingJ © 2025

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