// ==UserScript== // @name Great GPA // @namespace http://zzeyu.com // @description 麻麻再也不用担心我的GPA // @include http://jwbinfosys.zju.edu.cn/* // @version 0.0.1.20150410031952 // @downloadURL none // ==/UserScript== var tab = document.getElementById("DataGrid1"); //找到这个表格 var rows = tab.rows; //取得这个table下的所有行 for(var i=1;i