Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Squash #11

Merged
merged 24 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 19 additions & 4 deletions Update.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
{
"UpdateHistory": {
"0.2.200": {
"UpdateDate": 1696246054517,
"1.0.200": {
"UpdateDate": 1696254577068,
"Prerelease": false,
"UpdateContents": []
"UpdateContents": [
{
"PR": 0,
"Description": ""
}
]
},
"1.0.201": {
"UpdateDate": 1696254705419,
"Prerelease": false,
"UpdateContents": [
{
"PR": 26,
"Description": "重大更新"
}
]
}
}
}
}
5 changes: 3 additions & 2 deletions XMOJ.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name XMOJ
// @version 0.2.200
// @version 1.0.201
// @description XMOJ增强脚本
// @author @PythonSmall-Q
// @namespace https://github/langningchen
Expand All @@ -18,6 +18,7 @@
// @grant GM_setClipboard
// @grant unsafeWindow
// @connect api.seanoj.edu.eu.org
// @connect api.xmoj-bbs.tech
// @connect challenges.cloudflare.com
// @connect cppinsights.io
// @connect 127.0.0.1
Expand All @@ -31,7 +32,7 @@
*/

const CaptchaSiteKey = "0x4AAAAAAALBT58IhyDViNmv";
const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin"];
const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin", "wangmaohua"];

let PurifyHTML = (Input) => {
return DOMPurify.sanitize(Input, {
Expand Down