You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: XMOJ.user.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// ==UserScript==
2
2
// @name XMOJ
3
-
// @version 1.9.0
3
+
// @version 1.9.1
4
4
// @description XMOJ增强脚本
5
5
// @author@XMOJ-Script-dev, @langningchen and the community
6
6
// @namespace https://github/langningchen
@@ -922,7 +922,7 @@ async function main() {
922
922
hideDropdownItems();
923
923
}
924
924
});
925
-
}elseif(document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > ul > li:nth-child(3) > a > span")!=undefined&&document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > ul > li:nth-child(3) > a > span").innerText!="个人中心"){
925
+
}elseif(document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > ul")!=undefined&&document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > ul > li:nth-child(2)").innerText!="个人中心"){
926
926
letPopupUL=document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > ul");
0 commit comments