Greasy Fork is available in English.
更快、更全、更好用的电信网上大学(知学云zhixueyun)学习工具。
< Commentaires sur 电信网上大学超级学习
发现有的电脑的url不一样,导致function getlessons()的const classId = window.location.href.slice(-36)失败。现象是,点击学习就提示已经学完。出错的时候href为https://kc.zhixueyun.com/#/paas-container?paasurl=website%2F1645614858578771970%2Fdefault%3Fscreen%3Ddesktop%26type%3D4%26isPreview%3D0%26classId%3D00548461-da4d-4469-83ae-6b2a99dbd3a3%26uri%3D6033fad2-73bb-47c5-b347-e26f6323de8e可以改成const classId = decodeURIComponent(window.location.href).match(/classId=([0-9a-fA-F-]{36})/)?.[1];
Connectez-vous pour poster une réponse.
发现有的电脑的url不一样,导致function getlessons()的const classId = window.location.href.slice(-36)失败。现象是,点击学习就提示已经学完。
出错的时候href为https://kc.zhixueyun.com/#/paas-container?paasurl=website%2F1645614858578771970%2Fdefault%3Fscreen%3Ddesktop%26type%3D4%26isPreview%3D0%26classId%3D00548461-da4d-4469-83ae-6b2a99dbd3a3%26uri%3D6033fad2-73bb-47c5-b347-e26f6323de8e
可以改成const classId = decodeURIComponent(window.location.href).match(/classId=([0-9a-fA-F-]{36})/)?.[1];