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