// ==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 none
// ==/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("
课程序号: