您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
东北大学学生防控信息统计系统的自动填写,自动提交
当前为
// ==UserScript== // @name NEU学生防控信息填报助手 // @namespace http://stuinfo.neu.edu.cn/ // @description 东北大学学生防控信息统计系统的自动填写,自动提交 // @version 0.2 // @author Marshall Sun // @match http://stuinfo.neu.edu.cn/cloud-xxbl/* // @grant none // ==/UserScript== (function() { 'use strict'; $("#sfgcyiqz").get(0).selectedIndex = 2; $("#sfqtdqlxs").get(0).selectedIndex = 2; $("#sfjcgbr").get(0).selectedIndex = 2; $("#sfjcglxsry").get(0).selectedIndex = 2; $("#sfjcgysqzbr").get(0).selectedIndex = 2; $("#sfjtcyjjfbqk").get(0).selectedIndex = 2; $("#sfqgfrmz").get(0).selectedIndex = 2; $("#sfygfr").get(0).selectedIndex = 2; $("#sfyghxdbsy").get(0).selectedIndex = 2; $("#sfygxhdbsy").get(0).selectedIndex = 2; document.getElementsByName('hjnznl')[0].value='家里'; document.getElementsByName('qgnl')[0].value='无'; save() window.location.href="http://stuinfo.neu.edu.cn/#/studentPort/serveAdmin" })();