Skip to content

Commit

Permalink
fix: 适配研究生院新版网站 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 authored Jan 2, 2025
1 parent 0091903 commit 9581396
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name BIT-补足下载附件时的默认文件名
// @namespace http://tampermonkey.net/
// @version 0.2.13
// @version 0.2.14
// @description 补充附件中 <a> 元素的 download 属性
// @license GPL-3.0-or-later
// @supportURL https://github.com/YDX-2147483647/BIT-enhanced/issues
Expand Down Expand Up @@ -59,7 +59,7 @@
},
{ // Graduate
host: 'grd',
attachments_selector: '.myfujian > ul > li > a'
attachments_selector: '.gp-annex3 > ul > li > a'
},
{ // School of Information and Electronics
host: 'sie',
Expand Down

0 comments on commit 9581396

Please sign in to comment.