Greasy Fork is available in English.
111
此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/475800/1254000/qxyz.js
// ==UserScript== // @name qxyz // @namespace http://tampermonkey.net/ // @version 1.0 // @description try to take over the world! // @author Nex // @match *://new-qishi.sm.cn/* // @require https://libs.baidu.com/jquery/2.1.4/jquery.min.js // @grant GM_xmlhttpRequest // @connect * // ==/UserScript== (function(){ function qxyz(){ if(name === "未设置"){ alert("请填写你的做题账号姓名"); } } alert("姓名"); qxyz(); })();