// ==UserScript==
// @name 青海大学计算机系专业课抢课
// @namespace https://github.com/leeli73/
// @version 0.1
// @description 全自动抢课软件
// @author Yilong Li
// @match http://49.209.80.139:8080/student/content/00*
// @require https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js
// @grant GM_setValue
// @grant GM_getValue
// @downloadURL https://update.greasyfork.icu/scripts/387202/%E9%9D%92%E6%B5%B7%E5%A4%A7%E5%AD%A6%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%B3%BB%E4%B8%93%E4%B8%9A%E8%AF%BE%E6%8A%A2%E8%AF%BE.user.js
// @updateURL https://update.greasyfork.icu/scripts/387202/%E9%9D%92%E6%B5%B7%E5%A4%A7%E5%AD%A6%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%B3%BB%E4%B8%93%E4%B8%9A%E8%AF%BE%E6%8A%A2%E8%AF%BE.meta.js
// ==/UserScript==
(function() {
'use strict';
// Your code here...
$('h2').text(function( index, olderContent ){
return olderContent.replace('计算机系教学管理系统','计算机系教学管理系统——抢课插件已加载');
});
var saveValue = GM_getValue('class_Count')
if(saveValue == null)
{
$('h2').append("
课程序号: