qxyz

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();
})();