qxyz

111

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.cn-greasyfork.org/scripts/475800/1254000/qxyz.js

  1. // ==UserScript==
  2. // @name qxyz
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0
  5. // @description try to take over the world!
  6. // @author Nex
  7. // @match *://new-qishi.sm.cn/*
  8. // @require https://libs.baidu.com/jquery/2.1.4/jquery.min.js
  9. // @grant GM_xmlhttpRequest
  10. // @connect *
  11. // ==/UserScript==
  12.  
  13. (function(){
  14. function qxyz(){
  15. if(name === "未设置"){
  16. alert("请填写你的做题账号姓名");
  17. }
  18. }
  19. alert("姓名");
  20. qxyz();
  21. })();