// ==UserScript== // @name 在成绩查询中直接显示通选课的类别! // @namespace https://wr786.github.io/ // @version 0.1.2 // @description upd patch for new score page // @author wr786 // @match *://pkuhelper.pku.edu.cn/my_score/* // @grant none // @license MIT // @run-at document-start // @downloadURL none // ==/UserScript== function getElementsByClass(Parent,Class){ var Result = []; var Node = Parent.getElementsByTagName("*"); for(var i=0; i