Greasy Fork

Greasy Fork is available in English.

山西农业大学信息学院 教务系统 CISAU

在chorme上登陆山西农业大学信息学院

当前为 2018-12-06 提交的版本,查看 最新版本

// ==UserScript==
// @name         山西农业大学信息学院 教务系统 CISAU
// @version      1.1
// @description  在chorme上登陆山西农业大学信息学院
// @author       china朱宇轩
// @match        http://jwxt.cisau.com.cn*
// @grant        none
// @namespace http://greasyfork.icu/users/230858
// ==/UserScript==

(function() {
    'use strict';
    var w = top.topFrame.document.getElementsByTagName("a");
    for(var i = 0;i < 7;i++)
    w[i+1].cIndex = i;
    if (typeof top.bottomFrame.mainFrame.setFlag() == 'function')
      top.bottomFrame.mainFrame.setFlag()
})();