// ==UserScript== // @name 云班课脚本 // @namespace http://tampermonkey.net/ // @version 0.30 // @description 1.可取消老师不可快进的视频,2.添加电脑下载文件,本来只能在手机上下载文件,3.优化,将下载按钮放至旁边,避免一起打开文件,4.优化文件下载功能 // @author JackyMao // @match https://www.mosoteach.cn/web/index.php?c=res&m=index&clazz_course_id=* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/402719/%E4%BA%91%E7%8F%AD%E8%AF%BE%E8%84%9A%E6%9C%AC.user.js // @updateURL https://update.greasyfork.icu/scripts/402719/%E4%BA%91%E7%8F%AD%E8%AF%BE%E8%84%9A%E6%9C%AC.meta.js // ==/UserScript== (function() { 'use strict' var i=0; var row_video = document.getElementsByClassName("res-row-open-enable res-row preview drag-res-row"); var row_file = document.getElementsByClassName("res-row-open-enable res-row preview-file"); //视频处理 for (i=0;i