// ==UserScript== // @name 山西农业大学信息学院 教务系统 CISAU // @version 1.1 // @description 在chorme上登陆山西农业大学信息学院 // @author china朱宇轩 // @match http://jwxt.cisau.com.cn* // @grant none // @namespace https://greasyfork.org/users/230858 // @downloadURL none // ==/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() })();