@scu-xiaochuan/scu-captcha-script 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/script.user.js +2 -1
- package/package.json +1 -1
package/dist/script.user.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
// ==UserScript==
|
|
2
2
|
// @name 四川大学本科教务系统验证码识别
|
|
3
3
|
// @namespace https://github.com/2239559319
|
|
4
|
-
// @version 0.
|
|
4
|
+
// @version 0.0.4
|
|
5
5
|
// @description 四川大学本科教务系统验证码识别
|
|
6
6
|
// @author Xiao Chuan
|
|
7
|
+
// @match http://zhjw.scu.edu.cn/login/*
|
|
7
8
|
// @match http://zhjw.scu.edu.cn/login
|
|
8
9
|
// @grant none
|
|
9
10
|
// ==/UserScript==
|