// ==UserScript== // @name 超星考试破复制暴力式不更新 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://mooc1.chaoxing.com/exam/test/reVersionTestStartNew* // @match http://mooc1.chaoxing.com/exam/test/reVersionTestStartNew* // @icon https://www.google.com/s2/favicons?domain=chaoxing.com // @grant none // ==/UserScript== function fuckcopy(){ document.body.onselectstart=null document.body.contentEditable="true" } setInterval(fuckcopy,500)