// ==UserScript== // @name FNU_syaqks // @namespace tawnx // @version 0.1 // @description auto exam // @author tawnx // @match https://syaqjy.fjnu.edu.cn/fjnu_ksxt/Home/Examination/startExam.html // @match https://syaqjy.fjnu.edu.cn/fjnu_ksxt/Home/examination/simulate.html // @icon https://www.google.com/s2/favicons?domain=segmentfault.com // @grant GM_setValue // @grant GM_getValue // @grant GM_setClipboard // @grant GM_log // @grant GM_xmlhttpRequest // @grant unsafeWindow // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... console.log('ok') alert('ok') })();