您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
fix some bugs on cc.scu,edu.cn
当前为
// ==UserScript== // @name 四川大学课程中心辅助使用插件 // @namespace http://tampermonkey.net/ // @version 0.2 // @description fix some bugs on cc.scu,edu.cn // @author Julydate // @match http://cc.scu.edu.cn/G2S/ShowSystem/Index.aspx // @match https://cc.scu.edu.cn/G2S/ShowSystem/Index.aspx // @include http://cc.scu.edu.cn/G2S/* // @grant none // ==/UserScript== (function() { 'use strict'; document.getElementById('ctl00_divOnLogin').style.zIndex='1000'; })();