cq_auto_script3

private script3

  1. // ==UserScript==
  2. // @name cq_auto_script3
  3. // @namespace skeleton
  4. // @version 1.0.0
  5. // @description private script3
  6. // @author skeleton
  7. // @match *://*.chaoxing.com/mycourse/studentstudy*
  8. // @run-at document-end
  9. // @grant unsafeWindow
  10. // @license MIT
  11. // ==/UserScript==
  12. (function() {
  13. 'use strict';
  14. setTimeout(()=>{
  15. window.document.location.reload()
  16. },60 * 60 * 1000)
  17. })();

QingJ © 2025

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