Skip to content

Commit

Permalink
chore: jxzxehall supports HTTPS now
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 committed Nov 23, 2023
1 parent c0a0d6e commit 56e14b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
// ==UserScript==
// @name BIT-本硕博一体化-考试安排-下载日历
// @namespace http://tampermonkey.net/
// @version 0.3.1
// @version 0.3.2
// @description 生成未完成考试的 iCalendar 文件并下载
// @license GPL-3.0-or-later
// @supportURL https://github.com/YDX-2147483647/BIT-enhanced/issues
// @author Y.D.X.
// @match http://jxzxehallapp.bit.edu.cn/jwapp/sys/studentWdksapApp/*default/index.do
// @match http://jxzxehallapp.bit.edu.cn/jwapp/sys/studentWdksapApp/*default/index.do*
// @match https://jxzxehallapp.bit.edu.cn/jwapp/sys/studentWdksapApp/*default/index.do
// @match https://jxzxehallapp.bit.edu.cn/jwapp/sys/studentWdksapApp/*default/index.do*
// @grant none
// ==/UserScript==

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
// ==UserScript==
// @name BIT-本硕博一体化-考试安排-修复标题
// @namespace http://tampermonkey.net/
// @version 0.1.0
// @version 0.1.1
// @description 将课程号改为课程名称
// @license GPL-3.0-or-later
// @supportURL https://github.com/YDX-2147483647/BIT-enhanced/issues
// @author Y.D.X.
// @match http://jxzxehallapp.bit.edu.cn/jwapp/sys/studentWdksapApp/*default/index.do
// @match http://jxzxehallapp.bit.edu.cn/jwapp/sys/studentWdksapApp/*default/index.do*
// @match https://jxzxehallapp.bit.edu.cn/jwapp/sys/studentWdksapApp/*default/index.do
// @match https://jxzxehallapp.bit.edu.cn/jwapp/sys/studentWdksapApp/*default/index.do*
// @grant none
// ==/UserScript==

Expand Down
3 changes: 2 additions & 1 deletion TamperMonkey/BIT-补足页面标题.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name BIT-补足页面标题
// @namespace http://tampermonkey.net/
// @version 1.2.9
// @version 1.2.10
// @description 修改页面标题
// @license GPL-3.0-or-later
// @supportURL https://github.com/YDX-2147483647/BIT-enhanced/issues
Expand All @@ -13,6 +13,7 @@
// @exclude https://www.bit.edu.cn/xww/*
// @exclude https://webvpn.bit.edu.cn/*
// @exclude http://jxzxehallapp.bit.edu.cn/*
// @exclude https://jxzxehallapp.bit.edu.cn/*
// @grant none
// ==/UserScript==

Expand Down

0 comments on commit 56e14b2

Please sign in to comment.