Skip to content

Commit

Permalink
支持“信息与电子学院”
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 committed Jun 14, 2023
1 parent b9b819d commit 7b6b8e7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 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.5
// @version 1.2.6
// @description 修改页面标题
// @supportURL https://github.com/YDX-2147483647/BIT-enhanced/issues
// @author Y.D.X.
Expand Down Expand Up @@ -128,6 +128,14 @@
".lt_tit > h2",
]
},
{ // School of Information and Electronics
host: "sie",
title_selectors: [
".pageArticle > .pageArticleTitle > h3#shareTitle",
"h2.listTitle",
".gp-bread > .gp-container > a:last-child",
]
},
]
/* spell-checker: enable */

Expand Down

0 comments on commit 7b6b8e7

Please sign in to comment.