教务系统登录

用于艾利斯皇家医学院教务自动登录

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==UserScript==
// @name         教务系统登录
// @namespace    http:///
// @description  用于艾利斯皇家医学院教务自动登录
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        http://10.0.4.150/jsxsd/
// @grant        none
// @require      https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js
// ==/UserScript==
console.log('start');
$(document).ready(function () {
    $('#userAccount')[0].value='学号';
    $('#userPassword')[0].value='密码';
    $('#btnSubmit').click();
});
console.log('complete');