xmoj-script 1.2.49 → 1.2.50
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/Update.json +11 -0
- package/XMOJ.user.js +1 -4
- package/package.json +1 -1
package/Update.json
CHANGED
|
@@ -2329,6 +2329,17 @@
|
|
|
2329
2329
|
}
|
|
2330
2330
|
],
|
|
2331
2331
|
"Notes": "No release notes were provided for this release."
|
|
2332
|
+
},
|
|
2333
|
+
"1.2.50": {
|
|
2334
|
+
"UpdateDate": 1723184583632,
|
|
2335
|
+
"Prerelease": true,
|
|
2336
|
+
"UpdateContents": [
|
|
2337
|
+
{
|
|
2338
|
+
"PR": 674,
|
|
2339
|
+
"Description": "Stop!"
|
|
2340
|
+
}
|
|
2341
|
+
],
|
|
2342
|
+
"Notes": "No release notes were provided for this release."
|
|
2332
2343
|
}
|
|
2333
2344
|
}
|
|
2334
2345
|
}
|
package/XMOJ.user.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// ==UserScript==
|
|
2
2
|
// @name XMOJ
|
|
3
|
-
// @version 1.2.
|
|
3
|
+
// @version 1.2.50
|
|
4
4
|
// @description XMOJ增强脚本
|
|
5
5
|
// @author @XMOJ-Script-dev, @langningchen and the community
|
|
6
6
|
// @namespace https://github/langningchen
|
|
@@ -118,9 +118,6 @@ let RenderMathJax = async () => {
|
|
|
118
118
|
}
|
|
119
119
|
} catch (e) {
|
|
120
120
|
console.error(e);
|
|
121
|
-
if (UtilityEnabled("DebugMode")) {
|
|
122
|
-
SmartAlert("XMOJ-Script internal error!\n\n" + e + "\n\n" + "If you see this message, please report it to the developer.\nDon't forget to include console logs and a way to reproduce the error!\n\nDon't want to see this message? Disable DebugMode.");
|
|
123
|
-
}
|
|
124
121
|
}
|
|
125
122
|
};
|
|
126
123
|
let GetUserInfo = async (Username) => {
|