// ==UserScript== // @name 学堂 // @namespace https://bbs.tampermonkey.net.cn/ // @version 0.1.0 // @description 解决积分要求 仅自动点击功能 // @author LUOX // @include http://jgxt.zflclass.com//student/video* // ==/UserScript== (function() { 'use strict'; setInterval(function(){document.getElementById("popup_ok").click();},1000); })();