// ==UserScript== // @name 超星学习通课程资源直链下载 // @namespace https://github.com/ColdThunder11/ChaoXingDownload // @version 0.20 // @description 超星学习通课程资源直链下载,支持ppt(x),doc(x),pdf,mp4,flv,mp3,avi资源的下载,支持整节课资源批量下载。 // @author ColdThunder11 // @match http*://*.chaoxing.com/mycourse/studentstudy?chapterId=*&courseId=*&clazzid=*&enc=* // @match http*://*.edu.cn/mycourse/studentstudy?chapterId=*&courseId=*&clazzid=*&enc=* // @grant none // @supportURL https://github.com/ColdThunder11/ChaoXingDownload/issues // @downloadURL none // ==/UserScript== (function() { 'use strict'; setInterval(()=>{ var haveResource=false; var downloadLinks; var iframes=document.getElementsByTagName("iframe"); for(var i=0;i{ iiframe.remove(); }, 10000); } } iframes[0].parentNode.insertBefore(allDownloadTag,iframes[0]) } },3000); })();