// ==UserScript== // @name 云学堂视频不自动暂停 // @version 0.1 // @description 现在只能做到打开一个视频之后,超过五分钟不会自动暂停 // @author 冯立阳 // @match *://*.yunxuetang.cn/* // @connect 857910164 // @namespace com.fly // @downloadURL none // ==/UserScript== // Your code here... setInterval(function() { if (RemoveWarningHtml) { RemoveWarningHtml(); if (console && console.log) { console.log('执行了:RemoveWarningHtml()'); } } }, 2000);