// ==UserScript== // @name 易班考试 // @namespace http://tampermonkey.net/ // @license Common // @version 1.7.2 // @description 理论上所有选择题考试都可以用,需要加QQ获取token,但是只是为了防止滥用,不会对个人收费,也不会发广告,请看下方的详细说明。 // @author 木木 // @match *.yooc.me/* // @icon https://www.google.com/s2/favicons?sz=64&domain=yooc.me // @grant none // @run-at document-start // @downloadURL none // ==/UserScript== (function () { let originalPlay = HTMLVideoElement.prototype.play; HTMLVideoElement.prototype.play = function() { this.pause(); }; /* const originalPush = Array.prototype.push; // 重写push方法 Array.prototype.push = function (...args) { // 输出传递给push的参数 console.log('push 方法被调用,参数为:', args); // 调用原始的push方法 return originalPush.apply(this, args); };*/ //通过在html中添加