// ==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 https://update.greasyfork.icu/scripts/415712/Mosoteach%E4%BA%91%E7%8F%AD%E8%AF%BE%E8%B5%84%E6%BA%90%E4%B8%80%E9%94%AE%E5%AE%8C%E6%88%90.user.js // @updateURL https://update.greasyfork.icu/scripts/415712/Mosoteach%E4%BA%91%E7%8F%AD%E8%AF%BE%E8%B5%84%E6%BA%90%E4%B8%80%E9%94%AE%E5%AE%8C%E6%88%90.meta.js // ==/UserScript== (function(){ function sleep (time) { return new Promise((resolve) => setTimeout(resolve, time)); } GM_registerMenuCommand('手动运行脚本',function(){ auto(); }); async function auto(){ //调整图片属性 for(a=0;a