njuCoursesPart2

补选南京大学的通识课(下)

目前为 2015-03-04 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name njuCoursesPart2
  3. // @namespace http://handsomeone.com
  4. // @description 补选南京大学的通识课(下)
  5. // @include http://*.nju.edu.cn:8080/jiaowu/student/elective/courseList.do?method=submitDiscussRenew&classId=*&campus=*
  6. // @version 2
  7. // @grant none
  8. // ==/UserScript==
  9. domain = window.location.hostname.slice(0, - 11);
  10. campus = document.getElementById('campusList').options[document.getElementById('campusList').selectedIndex].value;
  11. window.location.href = 'http://' + domain + '.nju.edu.cn:8080/jiaowu/student/elective/courseList.do?method=discussRenewCourseList&campus=' + campus;