// ==UserScript== // @name Mosoteach云班课资源一键完成 // @version 0.5 // @description 自动完成所有未完成的资源 // @match https://www.mosoteach.cn/web/index.php?c=res* // @namespace https://greasyfork.org/users/702714 // @downloadURL none // ==/UserScript== function sleep (time) { return new Promise((resolve) => setTimeout(resolve, time)); } window.onload=function(){ //调整图片属性 for(a=0;a