// ==UserScript== // @name 超星学习通课程资源直链下载 // @namespace https://github.com/ColdThunder11/ChaoXingDownload // @version 0.14 // @description 超星学习通课程资源直链下载,支持ppt(x),doc(x),pdf,mp4,flv,mp3,avi资源的下载。 // @author ColdThunder11 // @match https://*.chaoxing.com/mycourse/studentstudy?chapterId=*&courseId=*&clazzid=*&enc=* // @grant none // @supportURL https://github.com/ColdThunder11/ChaoXingDownload/issues // @downloadURL none // ==/UserScript== (function() { 'use strict'; setInterval(()=>{ var iframes=document.getElementsByTagName("iframe"); for(var i=0;i