// ==UserScript== // @name 郑州大学远程教育html5视频倍速播放插件 // @namespace QQ:2535688890 // @version 1.3 // @description 郑州大学远程教育html5视频倍速播放插件,只为提高学习效率,使用时注意浏览器要在【极速模式】状态下才能正常加载插件,兼容ie的模式不能正常加载插件!有问题可以加vx:2535688890进行反馈。 // @require http://libs.baidu.com/jquery/2.0.0/jquery.min.js // @author vx:2535688890 // @match http://cod2018.zzu.edu.cn/codplay/*/*/ // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; if ($('.c').length == 1) { $('.c').append('
倍速播放:

'); $('.Rate').css({ "background-color": "antiquewhite" }); $('.Rate').append(''); $('.Rate').append(''); $('.Rate').append(''); $('.Rate').append(''); $('.Rate').append(''); $('.Rate').append(''); $('.Rate button').css({ "width": "15%", "background-color": "#35de0b", "border-color": "aqua", "font-size": "30px", "border-width": "4px", "margin": "5px" }); } if ($('.video_small').length == 1) { $('.video_small').append('
倍速播放:

'); $('.Rate').css({ "background-color": "antiquewhite" }); $('.Rate').append(''); $('.Rate').append(''); $('.Rate').append(''); $('.Rate').append(''); $('.Rate').append(''); $('.Rate').append(''); $('.Rate button').css({ "width": "46%", "background-color": "#35de0b", "border-color": "aqua", "font-size": "30px", "border-width": "4px", "margin": "5px" }); } })();