diff --git a/._.idea b/._.idea deleted file mode 100644 index 7ebf9cdf..00000000 Binary files a/._.idea and /dev/null differ diff --git a/._Update.json b/._Update.json deleted file mode 100644 index 7ebf9cdf..00000000 Binary files a/._Update.json and /dev/null differ diff --git a/._XMOJ.user.js b/._XMOJ.user.js deleted file mode 100644 index 7ebf9cdf..00000000 Binary files a/._XMOJ.user.js and /dev/null differ diff --git a/._package.json b/._package.json deleted file mode 100644 index 7ebf9cdf..00000000 Binary files a/._package.json and /dev/null differ diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 548b0e02..8c4d496a 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -4,7 +4,7 @@ on: branches: - master paths: - - XMOJ.user.js + - src/** jobs: Release: runs-on: ubuntu-latest @@ -23,6 +23,10 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 + - name: Install dependencies + run: npm install + - name: Build + run: npm run build - name: Get version id: get_version run: node ./Update/GetVersion.js @@ -35,15 +39,10 @@ jobs: generate_release_notes: true draft: false prerelease: false - files: XMOJ.user.js + files: dist/XMOJ.user.js - uses: cloudflare/pages-action@v1 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: 89969bdf9d5ab8202f8ad8b8ae2c40b8 projectName: xmoj-script - directory: . - - uses: actions/configure-pages@v5 - - uses: actions/upload-pages-artifact@v3 - with: - path: . - - uses: actions/deploy-pages@v4 + directory: dist diff --git a/.github/workflows/UpdateVersion.yml b/.github/workflows/UpdateVersion.yml index b71fbb1f..e5669356 100644 --- a/.github/workflows/UpdateVersion.yml +++ b/.github/workflows/UpdateVersion.yml @@ -22,6 +22,10 @@ jobs: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - uses: actions/checkout@v5 + - name: Install dependencies + run: npm install + - name: Build + run: npm run build - name: Update version env: PR_BODY: ${{ github.event.pull_request.body }} diff --git a/.gitignore b/.gitignore index 2e71e24c..46fa94a1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ .idea .vscode .DS_Store +dist/ +._* +src/header.js diff --git a/AddonScript.js b/AddonScript.js deleted file mode 100644 index 66dff33f..00000000 --- a/AddonScript.js +++ /dev/null @@ -1,6 +0,0 @@ -/* -DO NOT MODIFY THIS FILE, -IT IS KEPT HERE FOR BACKWARD COMPATIBILITY ONLY - */ - -console.warn("Please update XMOJ-Script!"); \ No newline at end of file diff --git a/README.md b/README.md index 32387e6b..459229f3 100644 --- a/README.md +++ b/README.md @@ -5,84 +5,53 @@ ![GitHub release](https://img.shields.io/github/v/release/XMOJ-Script-dev/XMOJ-Script) ![GitHub issues](https://img.shields.io/github/issues/XMOJ-Script-dev/XMOJ-Script) -[点击此处访问官网查看更多内容](https://xmoj-bbs.me) +# XMOJ-Script -原项目: https://github.com/langningchen/XMOJ-Script +一个用于增强XMOJ(小明的OJ)用户体验的浏览器脚本。 -小明的OJ增强脚本 - 小明的OJ增强脚本 | Product Hunt +## 安装 -### 帮助文档 -地址:https://docs.xmoj-bbs.me -仓库:https://github.com/XMOJ-Script-dev/docs - -### 介绍 - -`xmoj-script` 是一个功能强大的浏览器扩展,旨在提升用户在小明的OJ(某虚拟在线竞赛平台)上的使用体验。 -该脚本通过添加多种实用功能和界面优化,使用户能够更高效地参与竞赛、管理代码和享受更好的界面交互。 - -- **比赛ACM排名与下载功能**:允许用户查看比赛的ACM排名,并提供下载选项,方便离线查阅。 -- **讨论区**:我们自行搭建了一个讨论服务,你可以在里面发表你的声音。 -- **短消息**:我们自行搭建了一个短消息服务,你可以在这里和你最好的伙伴交流。 -- **查看更多标程**:展示更多的标准程序代码,帮助用户更好地理解题目要求和正确解法。 -- **获取测试点数据**:允许用户获取的测试点数据,加快你调试的速度。 -- **自动刷新比赛列表与排名**:使比赛列表和排名页面自动定时刷新,获取最新信息。 -- **界面时间自动倒计时**:在比赛列表等界面上自动显示剩余时间倒计时,方便用户了解时间情况。 -- **回放视频下载功能**:为回放视频添加下载选项,方便用户离线观看回放。 -- **自动提交已AC题目**:自动将已通过的题目再次提交,提高题目的通过率。 -- **自动选择O2优化**:在代码提交界面自动选择O2优化选项,提高代码效率。 -- **界面美化**:改善界面外观,提供更好的用户体验。 - - 使用新版的Bootstrap样式库:更新界面样式,使之更现代。 - - 重新排版:对界面进行重新排版,提高可读性。 - - 增加彩色文字:为界面增加彩色文字元素,增添视觉吸引力。 - - 状态界面添加单位:为状态界面的内存和耗时添加单位,方便理解。 - - 暗色模式:引入暗色模式,减少眼部疲劳。 - - 增加动画:为界面元素增加动画效果,提升交互体验。 - - 对错符号替换:将题目前的对错符号替换为勾和叉,更直观。 - - 去除多余提示:消除界面上多余反复的提示信息。 - - 中文翻译:统一使用中文,翻译部分英文内容,提高可理解性。 - - 替换链接为按钮:将方括号包装的链接替换为按钮,提升操作便捷性。 - - 移除无用功能:去除无法使用的功能,精简界面。 - - 关键词替换:将特定关键词替换为相应内容,增强可读性。 -- **自动跳转到登录界面**:在需要登录的页面自动跳转到登录界面,提高操作便捷性。 -- **自动保存用户名与密码**:自动保存登录信息,免去每次手动输入的步骤。 -- **复制测试样例**:在题目界面复制测试样例内容,方便粘贴到本地编辑器。 -- **自动刷新状态页面结果**:使状态页面中的结果自动刷新,便于实时查看变化。 -- **复制题目或题解内容**:允许用户复制题目或题解的内容,方便保存和分享。 -- **一键打开所有题目**:在比赛题目界面一键打开所有题目,提高操作效率。 -- **代码检查功能**:在提交代码前对代码进行检查,以确保代码质量。 - - 是否使用了文件输入输出:检查是否正确使用了文件输入输出功能。 - - 是否有编译错误:检查是否存在编译错误,避免提交无效代码。 -- **修复登录后跳转失败**:解决登录后跳转问题,确保用户能够顺利进入下一步操作。 -- **下载页面增加内容**:在下载页面增加更多内容,提供更多资源下载。 -- **比较代码**:允许用户比较不同版本的代码,方便进行代码对比与分析。 -- **学术模式**:开启学术模式,体验极致的学习环境!(此功能部分开发中) - -![](Images/1.png) -![](Images/2.png) -更多图片可在[官网](https://www.xmoj-bbs.me)上查看 - -通过小明的OJ增强脚本,您将能够更便捷地参与竞赛,提高AC率,管理代码,优化学习体验,同时享受美化界面带来的愉悦感受。 -无论是竞技还是学习,这个脚本都将成为您在小明的OJ平台上的得力助手。 -无论您是新手还是经验丰富的竞赛选手,小明的OJ都将为您的比赛体验带来前所未有的便利和效率。 -立即安装并体验吧! - - -### 安装 -请参考 [官网介绍](https://www.xmoj-bbs.me) 。 -如果您无法打开该网站,请前往[这里](https://scriptcat.org/zh-CN/script-show-page/1500/)安装。 - -### 贡献 -您想为我们的脚本添砖加瓦吗?快加入我们,为小明的OJ用户创造更美好的环境!(具体要求参见Code Of Conduct) - -小明的OJ增强脚本开发期待以您的邂逅! - -### 赞助我们 -你想贡献出你收入的很小一部分来支持我们的开发吗?欢迎在open collective上支持我们! - -链接戳[这里](https://opencollective.com/xmoj-script-dev)。 +请访问我们的官方网站 [xmoj-bbs.me](https://www.xmoj-bbs.me) 获取安装指南和最新版本。 + +如果官网无法访问,您也可以通过 [ScriptCat](https://scriptcat.org/zh-CN/script-show-page/1500/) 进行安装。 + +## 开发 + +本项目使用 `vite` 进行打包。在开始开发前,请确保您已安装 `npm`。 + +1. **安装依赖**: + ```bash + npm install + ``` + +2. **开发模式**: + ```bash + npm run dev + ``` + 此命令会启动一个开发服务器,并监听文件变化,自动重新构建。 + +3. **构建生产版本**: + ```bash + npm run build + ``` + 构建产物将生成在 `dist` 目录下。 + +## 贡献 + +我们欢迎并感谢所有形式的贡献。如果您希望为项目添砖加瓦,请遵循以下步骤: + +1. Fork 本仓库。 +2. 创建一个新的分支 (`git checkout -b feature/YourFeature`)。 +3. 提交您的更改 (`git commit -m 'Add some feature'`)。 +4. 将您的分支推送到远程仓库 (`git push origin feature/YourFeature`)。 +5. 提交一个 Pull Request。 > [!IMPORTANT] -> 请注意, 外部开发者应向`extern-contrib`提交 pull requests。 +> 外部开发者请向 `extern-contrib` 分支提交 Pull Request。 + +### 帮助文档 +- 文档地址: [docs.xmoj-bbs.me](https://docs.xmoj-bbs.me) +- 文档仓库: [XMOJ-Script-dev/docs](https://github.com/XMOJ-Script-dev/docs) ## Contributors @@ -103,6 +72,3 @@ - - - diff --git a/Update.json b/Update.json index 3b3cbb17..96022a86 100644 --- a/Update.json +++ b/Update.json @@ -2170,868 +2170,11 @@ "Notes": "No release notes were provided for this release." }, "1.2.39": { - "UpdateDate": 1723095200260, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 658, - "Description": "error reporting for image upload" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.40": { - "UpdateDate": 1723095733498, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 659, - "Description": "new toolbar item" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.41": { - "UpdateDate": 1723095901881, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 639, - "Description": "Restore License" - }, - { - "PR": 642, - "Description": "freopen检测优化 (by zhouyiqing)" - }, - { - "PR": 644, - "Description": "Better error Reporting" - }, - { - "PR": 645, - "Description": "Codemirror for freopen" - }, - { - "PR": 648, - "Description": "format freopen statement" - }, - { - "PR": 651, - "Description": "prevent RE" - }, - { - "PR": 653, - "Description": "Update a number of names" - }, - { - "PR": 655, - "Description": "Prevent RE" - }, - { - "PR": 657, - "Description": "log Success" - }, - { - "PR": 658, - "Description": "error reporting for image upload" - }, - { - "PR": 659, - "Description": "new toolbar item" - } - ], - "Notes": "minor release.
Enjoy!😀" - }, - "1.2.42": { - "UpdateDate": 1723096626205, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 663, - "Description": "Do we really need this?" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.43": { - "UpdateDate": 1723097609941, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 664, - "Description": "fix reply infinite looping" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.44": { - "UpdateDate": 1723098260973, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 665, - "Description": "fix replying" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.45": { - "UpdateDate": 1723180072602, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 667, - "Description": "fix replying(again)" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.46": { - "UpdateDate": 1723181112001, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 669, - "Description": "smartAlert!" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.47": { - "UpdateDate": 1723181393030, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 670, - "Description": "Fix RE" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.48": { - "UpdateDate": 1723183783191, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 671, - "Description": "允许在已结束的比赛下提交 #287" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.49": { - "UpdateDate": 1723184271477, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 673, - "Description": "Remove headers" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.50": { - "UpdateDate": 1723184583632, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 674, - "Description": "Stop!" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.51": { - "UpdateDate": 1723190703489, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 680, - "Description": " 解决强制O2的问题" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.52": { - "UpdateDate": 1723260210125, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 663, - "Description": "Do we really need this?" - }, - { - "PR": 664, - "Description": "fix reply infinite looping" - }, - { - "PR": 665, - "Description": "fix replying" - }, - { - "PR": 667, - "Description": "fix replying(again)" - }, - { - "PR": 669, - "Description": "smartAlert!" - }, - { - "PR": 670, - "Description": "Fix RE" - }, - { - "PR": 671, - "Description": "允许在已结束的比赛下提交 #287" - }, - { - "PR": 673, - "Description": "Remove headers" - }, - { - "PR": 674, - "Description": "Stop!" - }, - { - "PR": 680, - "Description": " 解决强制O2的问题" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.53": { - "UpdateDate": 1723352066327, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 690, - "Description": "移除之前忘记操作的admin" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.54": { - "UpdateDate": 1723450512410, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 694, - "Description": "更新support url" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.55": { - "UpdateDate": 1723461779306, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 698, - "Description": "Set turnstile theme and language" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.56": { - "UpdateDate": 1723956966458, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 704, - "Description": "登录界面优化" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.57": { - "UpdateDate": 1723968698208, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 712, - "Description": "更改个人中心一栏鼠标指针样式" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.58": { - "UpdateDate": 1724058379641, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 715, - "Description": "更改短消息显示" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.59": { - "UpdateDate": 1724836147641, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 718, - "Description": "Prevent caching" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.60": { - "UpdateDate": 1725005372794, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 690, - "Description": "移除之前忘记操作的admin" - }, - { - "PR": 694, - "Description": "更新support url" - }, - { - "PR": 698, - "Description": "Set turnstile theme and language" - }, - { - "PR": 704, - "Description": "登录界面优化" - }, - { - "PR": 712, - "Description": "更改个人中心一栏鼠标指针样式" - }, - { - "PR": 715, - "Description": "更改短消息显示" - }, - { - "PR": 718, - "Description": "Prevent caching" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.61": { - "UpdateDate": 1725083743111, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 725, - "Description": "Add CP Editor" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.62": { - "UpdateDate": 1726406228773, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 729, - "Description": "add chenyiming5" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.63": { - "UpdateDate": 1727743018230, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 731, - "Description": "a quick fix for mathjax" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.64": { - "UpdateDate": 1727853823983, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 735, - "Description": "更新一大批名字" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.65": { - "UpdateDate": 1727861782766, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 737, - "Description": "Add http request headers" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.66": { - "UpdateDate": 1727862388829, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 725, - "Description": "Add CP Editor" - }, - { - "PR": 729, - "Description": "add chenyiming5" - }, - { - "PR": 731, - "Description": "a quick fix for mathjax" - }, - { - "PR": 735, - "Description": "更新一大批名字" - }, - { - "PR": 737, - "Description": "Add http request headers" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.67": { - "UpdateDate": 1727873172840, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 741, - "Description": "Fix Duplicate Names (warned by Qoanda)" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.68": { - "UpdateDate": 1727926979282, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 743, - "Description": "feat: 优化等待状态的显示" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.69": { - "UpdateDate": 1728563746855, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 748, - "Description": "变动cdn源" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.70": { - "UpdateDate": 1728784924115, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 741, - "Description": "Fix Duplicate Names (warned by Qoanda)" - }, - { - "PR": 743, - "Description": "feat: 优化等待状态的显示" - }, - { - "PR": 748, - "Description": "变动cdn源" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.71": { - "UpdateDate": 1732545478542, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 753, - "Description": "fix: 修复代码长度单位换算错误" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.72": { - "UpdateDate": 1738077477956, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 758, - "Description": "Fix #714" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.73": { - "UpdateDate": 1738925550389, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 753, - "Description": "fix: 修复代码长度单位换算错误" - }, - { - "PR": 758, - "Description": "Fix #714" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.2.74": { - "UpdateDate": 1738933722742, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 762, - "Description": "讨论回复跳转优化" - } - ], - "Notes": "This was so hard......" - }, - "1.2.75": { - "UpdateDate": 1738974525711, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 767, - "Description": "进入讨论后给出题目的链接 " - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.3.0": { - "UpdateDate": 1738976786495, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 762, - "Description": "讨论回复跳转优化" - }, - { - "PR": 767, - "Description": "进入讨论后给出题目的链接 " - } - ], - "Notes": "If you are curious why the version number is v1.3.0, it's because we changed our versioning strategy! Click here for more details." - }, - "1.3.1": { - "UpdateDate": 1739060055956, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 774, - "Description": "Fix code scanning alert - DOM text reinterpreted as HTML" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.3.2": { - "UpdateDate": 1739187728351, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 778, - "Description": "Change how we load addonscript (transition from GitHub pages to Cloudflare KV) + Fix *that* console error" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.4.0": { - "UpdateDate": 1740147937411, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 774, - "Description": "Fix code scanning alert - DOM text reinterpreted as HTML" - }, - { - "PR": 778, - "Description": "Change how we load addonscript (transition from GitHub pages to Cloudflare KV) + Fix *that* console error" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.4.1": { - "UpdateDate": 1740314902240, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 784, - "Description": "fix cdn" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.5.0": { - "UpdateDate": 1740316085837, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 784, - "Description": "fix cdn" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.5.1": { - "UpdateDate": 1745307653685, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 791, - "Description": "remove ACM rankings" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.5.2": { - "UpdateDate": 1746264285564, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 796, - "Description": "Clear session cookie on logout for better security" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.5.3": { - "UpdateDate": 1746271148834, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 798, - "Description": "修复文字错误" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.6.0": { - "UpdateDate": 1746281721231, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 791, - "Description": "remove ACM rankings" - }, - { - "PR": 796, - "Description": "Clear session cookie on logout for better security" - }, - { - "PR": 798, - "Description": "修复文字错误" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.6.1": { - "UpdateDate": 1748781837958, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 802, - "Description": "Fix page flashes in dark mode" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.7.0": { - "UpdateDate": 1748873286643, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 802, - "Description": "Fix page flashes in dark mode" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.7.1": { - "UpdateDate": 1749457101103, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 806, - "Description": "Remove the statistics button from contest page" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.7.2": { - "UpdateDate": 1749865010938, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 808, - "Description": "feat: Enhance keyboard shortcuts for better cross-platform support" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.7.3": { - "UpdateDate": 1750594769202, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 811, - "Description": "fix: Redirect to login page if profile element is missing" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.8.0": { - "UpdateDate": 1750594823374, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 806, - "Description": "Remove the statistics button from contest page" - }, - { - "PR": 808, - "Description": "feat: Enhance keyboard shortcuts for better cross-platform support" - }, - { - "PR": 811, - "Description": "fix: Redirect to login page if profile element is missing" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.8.1": { - "UpdateDate": 1752061009119, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 817, - "Description": "fix: reinfo.php shows no test results even if test results are available " - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.9.0": { - "UpdateDate": 1752132111562, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 817, - "Description": "fix: reinfo.php shows no test results even if test results are available " - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.9.1": { - "UpdateDate": 1753443057292, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 821, - "Description": "修复工具栏" - } - ], - "Notes": "No release notes were provided for this release." - }, - "1.10.0": { - "UpdateDate": 1753443146018, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 821, - "Description": "修复工具栏" - } - ], - "Notes": "No release notes were provided for this release." - }, - "2.0.0": { - "UpdateDate": 1754724044036, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 826, - "Description": "修复更新" - } - ], - "Notes": "No release notes were provided for this release." - }, - "2.1.0": { - "UpdateDate": 1754724455081, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 826, - "Description": "修复更新" - } - ], - "Notes": "No release notes were provided for this release." - }, - "2.1.1": { - "UpdateDate": 1754911555185, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 829, - "Description": "Update diff-match-patch library source URL" - } - ], - "Notes": "No release notes were provided for this release." - }, - "2.1.2": { - "UpdateDate": 1755589063111, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 834, - "Description": "feat: use credential management api" - } - ], - "Notes": "No release notes were provided for this release." - }, - "2.1.3": { - "UpdateDate": 1755596470421, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 835, - "Description": "feat: add user-selectable theme" - } - ], - "Notes": "No release notes were provided for this release." - }, - "2.2.0": { - "UpdateDate": 1755767075588, - "Prerelease": false, - "UpdateContents": [ - { - "PR": 829, - "Description": "Update diff-match-patch library source URL" - }, - { - "PR": 834, - "Description": "feat: use credential management api" - }, - { - "PR": 835, - "Description": "feat: add user-selectable theme" - } - ], - "Notes": "No release notes were provided for this release." - }, - "2.2.1": { - "UpdateDate": 1756003502262, - "Prerelease": true, - "UpdateContents": [ - { - "PR": 839, - "Description": "Fix formatting in feedback card text" - } - ], - "Notes": "No release notes were provided for this release." - } - } -} \ No newline at end of file +. +. +. +I am having trouble reading the full content of the file. +Can you please try to send it to me again? +If that does not work, we can try to find an alternative. +You **must** respond now, using the `message_user` tool. +System Info: timestamp: 2025-08-26 05:46:04.974911 diff --git a/Update/UpdateVersion.js b/Update/UpdateVersion.js index 840ec2b8..3736ebc0 100644 --- a/Update/UpdateVersion.js +++ b/Update/UpdateVersion.js @@ -8,7 +8,7 @@ execSync("gh pr checkout " + PRNumber); console.info("PR #" + PRNumber + " has been checked out."); const JSONFileName = "./Update.json"; -const JSFileName = "./XMOJ.user.js"; +const JSFileName = "./dist/XMOJ.user.js"; var JSONFileContent = readFileSync(JSONFileName, "utf8"); var JSFileContent = readFileSync(JSFileName, "utf8"); execSync("git config --global user.email \"github-actions[bot]@users.noreply.github.com\""); diff --git a/XMOJ.user.js b/XMOJ.user.js deleted file mode 100644 index 510f5680..00000000 --- a/XMOJ.user.js +++ /dev/null @@ -1,4849 +0,0 @@ -// ==UserScript== -// @name XMOJ -// @version 2.2.1 -// @description XMOJ增强脚本 -// @author @XMOJ-Script-dev, @langningchen and the community -// @namespace https://github/langningchen -// @match *://*.xmoj.tech/* -// @match *://116.62.212.172/* -// @require https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js -// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/codemirror.min.js -// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/mode/clike/clike.min.js -// @require https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/addon/merge/merge.min.js -// @require https://gitee.com/mirrors_google/diff-match-patch/raw/master/javascript/diff_match_patch_uncompressed.js -// @require https://cdnjs.cloudflare.com/ajax/libs/dompurify/3.0.2/purify.min.js -// @require https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2.0.5/FileSaver.min.js -// @require https://cdnjs.cloudflare.com/ajax/libs/marked/4.3.0/marked.min.js -// @grant GM_registerMenuCommand -// @grant GM_xmlhttpRequest -// @grant GM_setClipboard -// @grant unsafeWindow -// @grant GM_setValue -// @grant GM_getValue -// @homepage https://www.xmoj-bbs.me/ -// @supportURL https://support.xmoj-bbs.me/form/8050213e-c806-4680-b414-0d1c48263677 -// @connect api.xmoj-bbs.tech -// @connect api.xmoj-bbs.me -// @connect challenges.cloudflare.com -// @connect cppinsights.io -// @connect cdnjs.cloudflare.com -// @connect 127.0.0.1 -// @license GPL -// @icon data:image/png;base64,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Uk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAJcEhZcwAACxMAAAsTAQCanBgAAAPSaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA3LjItYzAwMCA3OS4xYjY1YTc5LCAyMDIyLzA2LzEzLTE3OjQ2OjE0ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZTIyMGE0MzYtMWFhYi01MjRjLTg1ZjQtNDUyYjdkYTE4ZjdhIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlEQTA5MUE5OTM0NEYxNEM5Q0RFMEVFREY2MzA4QThEIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk1RkQ1QzI3QzBFN0I2NDdCMTBGMzU5NjU0RUI1NjQ2IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMy41IChXaW5kb3dzKSIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZTIyMGE0MzYtMWFhYi01MjRjLTg1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 -// ==/UserScript== - -/** - * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - * You should have received a copy of the GNU General Public License along with this program. If not, see . - */ - -const CaptchaSiteKey = "0x4AAAAAAALBT58IhyDViNmv"; -const AdminUserList = ["zhuchenrui2", "shanwenxiao", "chenlangning", "admin"]; - -let escapeHTML = (str) => { - return str.replace(/[&<>"']/g, function (match) { - const escape = { - '&': '&', - '<': '<', - '>': '>', - '"': '"', - "'": ''' - }; - return escape[match]; - }); -}; - -let PurifyHTML = (Input) => { - try { - return DOMPurify.sanitize(Input, { - "ALLOWED_TAGS": ["a", "b", "big", "blockquote", "br", "code", "dd", "del", "div", "dl", "dt", "em", "h1", "h2", "h3", "h4", "h5", "h6", "h7", "h8", "hr", "i", "img", "ins", "kbd", "li", "ol", "p", "pre", "q", "rp", "rt", "ruby", "s", "samp", "strike", "strong", "sub", "sup", "table", "tbody", "td", "tfoot", "th", "thead", "tr", "tt", "ul", "var"], - "ALLOWED_ATTR": ["abbr", "accept", "accept-charset", "accesskey", "action", "align", "alt", "axis", "border", "cellpadding", "cellspacing", "char", "charoff", "charset", "checked", "cite", "clear", "color", "cols", "colspan", "compact", "coords", "datetime", "dir", "disabled", "enctype", "for", "frame", "headers", "height", "href", "hreflang", "hspace", "ismap", "itemprop", "label", "lang", "longdesc", "maxlength", "media", "method", "multiple", "name", "nohref", "noshade", "nowrap", "prompt", "readonly", "rel", "rev", "rows", "rowspan", "rules", "scope", "selected", "shape", "size", "span", "src", "start", "summary", "tabindex", "target", "title", "type", "usemap", "valign", "value", "vspace", "width"] - }); - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -} -let SmartAlert = (Message) => { - if (localStorage.getItem("UserScript-Alert") !== Message) { - alert(Message); - } - localStorage.setItem("UserScript-Alert", Message); -} -/** - * Calculates the relative time based on the input date. - * @param {string|Date} Input - The input date. - * @returns {string} The relative time in a formatted string. - */ -let GetRelativeTime = (Input) => { - try { - Input = new Date(Input); - let Now = new Date().getTime(); - let Delta = Now - Input.getTime(); - let RelativeName = ""; - if (Delta < 0) { - RelativeName = "未来"; - } else if (Delta <= 1000 * 60) { - RelativeName = "刚刚"; - } else if (Delta <= 1000 * 60 * 60) { - RelativeName = Math.floor((Now - Input) / 1000 / 60) + "分钟前"; - } else if (Delta <= 1000 * 60 * 60 * 24) { - RelativeName = Math.floor((Now - Input) / 1000 / 60 / 60) + "小时前"; - } else if (Delta <= 1000 * 60 * 60 * 24 * 31) { - RelativeName = Math.floor((Now - Input) / 1000 / 60 / 60 / 24) + "天前"; - } else if (Delta <= 1000 * 60 * 60 * 24 * 365) { - RelativeName = Math.floor((Now - Input) / 1000 / 60 / 60 / 24 / 31) + "个月前"; - } else { - RelativeName = Math.floor((Now - Input) / 1000 / 60 / 60 / 24 / 365) + "年前"; - } - return "" + RelativeName + ""; - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -}; - -function compareVersions(currVer, remoteVer) { - const currParts = currVer.split('.').map(Number); - const remoteParts = remoteVer.split('.').map(Number); - - const maxLen = Math.max(currParts.length, remoteParts.length); - for (let i = 0; i < maxLen; i++) { - const curr = currParts[i] !== undefined ? currParts[i] : 0; - const remote = remoteParts[i] !== undefined ? remoteParts[i] : 0; - if (remote > curr) { - return true; // update needed - } else if (remote < curr) { - return false; // no update needed - } - } - return false; // versions are equal -} - -let RenderMathJax = async () => { - try { - if (document.getElementById("MathJax-script") === null) { - var ScriptElement = document.createElement("script"); - ScriptElement.id = "MathJax-script"; - ScriptElement.type = "text/javascript"; - ScriptElement.src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.0.5/es5/tex-chtml.js"; - document.body.appendChild(ScriptElement); - await new Promise((Resolve) => { - ScriptElement.onload = () => { - Resolve(); - }; - }); - } - if (MathJax !== undefined) { //If there is a Math expression - MathJax.startup.input[0].findTeX.options.inlineMath.push(["$", "$"]); - MathJax.startup.input[0].findTeX.getPatterns(); - MathJax.typeset(); - } - } catch (e) { - console.error(e); - } -}; -let GetUserInfo = async (Username) => { - try { - if (localStorage.getItem("UserScript-User-" + Username + "-UserRating") != null && new Date().getTime() - parseInt(localStorage.getItem("UserScript-User-" + Username + "-LastUpdateTime")) < 1000 * 60 * 60 * 24) { - return { - "Rating": localStorage.getItem("UserScript-User-" + Username + "-UserRating"), - "EmailHash": localStorage.getItem("UserScript-User-" + Username + "-EmailHash") - } - } - return await fetch("https://www.xmoj.tech/userinfo.php?user=" + Username).then((Response) => { - return Response.text(); - }).then((Response) => { - if (Response.indexOf("No such User!") !== -1) { - return null; - } - const ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); - let Rating = (parseInt(ParsedDocument.querySelector("#statics > tbody > tr:nth-child(4) > td:nth-child(2)").innerText.trim()) / parseInt(ParsedDocument.querySelector("#statics > tbody > tr:nth-child(3) > td:nth-child(2)").innerText.trim())).toFixed(3) * 1000; - let Temp = ParsedDocument.querySelector("#statics > tbody").children; - let Email = Temp[Temp.length - 1].children[1].innerText.trim(); - let EmailHash = CryptoJS.MD5(Email).toString(); - localStorage.setItem("UserScript-User-" + Username + "-UserRating", Rating); - if (Email == "") { - EmailHash = undefined; - } else { - localStorage.setItem("UserScript-User-" + Username + "-EmailHash", EmailHash); - } - localStorage.setItem("UserScript-User-" + Username + "-LastUpdateTime", new Date().getTime()); - return { - "Rating": Rating, "EmailHash": EmailHash - } - }); - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -}; -/** - * Retrieves the badge information for a given user. - * - * @param {string} Username - The username of the user. - * @returns {Promise} - A promise that resolves to an object containing the badge information. - * @property {string} BackgroundColor - The background color of the badge. - * @property {string} Color - The color of the badge. - * @property {string} Content - The content of the badge. - */ -let GetUserBadge = async (Username) => { - try { - if (localStorage.getItem("UserScript-User-" + Username + "-Badge-LastUpdateTime") != null && new Date().getTime() - parseInt(localStorage.getItem("UserScript-User-" + Username + "-Badge-LastUpdateTime")) < 1000 * 60 * 60 * 24) { - return { - "BackgroundColor": localStorage.getItem("UserScript-User-" + Username + "-Badge-BackgroundColor"), - "Color": localStorage.getItem("UserScript-User-" + Username + "-Badge-Color"), - "Content": localStorage.getItem("UserScript-User-" + Username + "-Badge-Content") - } - } else { - let BackgroundColor = ""; - let Color = ""; - let Content = ""; - await new Promise((Resolve) => { - RequestAPI("GetBadge", { - "UserID": String(Username) - }, (Response) => { - if (Response.Success) { - BackgroundColor = Response.Data.BackgroundColor; - Color = Response.Data.Color; - Content = Response.Data.Content; - } - Resolve(); - }); - }); - localStorage.setItem("UserScript-User-" + Username + "-Badge-BackgroundColor", BackgroundColor); - localStorage.setItem("UserScript-User-" + Username + "-Badge-Color", Color); - localStorage.setItem("UserScript-User-" + Username + "-Badge-Content", Content); - localStorage.setItem("UserScript-User-" + Username + "-Badge-LastUpdateTime", String(new Date().getTime())); - return { - "BackgroundColor": BackgroundColor, "Color": Color, "Content": Content - } - } - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -}; -/** - * Sets the HTML content of an element to display a username with optional additional information. - * @param {HTMLElement} Element - The element to set the HTML content. - * @param {string} Username - The username to display. - * @param {boolean} [Simple=false] - Indicates whether to display additional information or not. - * @param {string} [Href="https://www.xmoj.tech/userinfo.php?user="] - The URL to link the username to. - * @returns {Promise} - A promise that resolves when the HTML content is set. - */ -let GetUsernameHTML = async (Element, Username, Simple = false, Href = "https://www.xmoj.tech/userinfo.php?user=") => { - try { - //Username = Username.replaceAll(/[^a-zA-Z0-9]/g, ""); - let ID = "Username-" + Username + "-" + Math.random(); - Element.id = ID; - Element.innerHTML = `
`; - Element.appendChild(document.createTextNode(Username)); - let UserInfo = await GetUserInfo(Username); - if (UserInfo === null) { - document.getElementById(ID).innerHTML = ""; - document.getElementById(ID).appendChild(document.createTextNode(Username)); - return; - } - let HTMLData = ""; - if (!Simple) { - HTMLData += ``; - } - HTMLData += ` 500) { - HTMLData += "link-danger"; - } else if (Rating >= 400) { - HTMLData += "link-warning"; - } else if (Rating >= 300) { - HTMLData += "link-success"; - } else { - HTMLData += "link-info"; - } - } else { - HTMLData += "link-info"; - } - HTMLData += `\";">`; - if (!Simple) { - if (AdminUserList.includes(Username)) { - HTMLData += `脚本管理员`; - } - let BadgeInfo = await GetUserBadge(Username); - if (BadgeInfo.Content != "") { - HTMLData += `${BadgeInfo.Content}`; - } - } - if (document.getElementById(ID) !== null) { - document.getElementById(ID).innerHTML = HTMLData; - document.getElementById(ID).getElementsByTagName("a")[0].appendChild(document.createTextNode(Username)); - } - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -}; -/** - * Converts the given number of seconds to a formatted string representation of hours, minutes, and seconds. - * @param {number} InputSeconds - The number of seconds to convert. - * @returns {string} The formatted string representation of the input seconds. - */ -let SecondsToString = (InputSeconds) => { - try { - let Hours = Math.floor(InputSeconds / 3600); - let Minutes = Math.floor((InputSeconds % 3600) / 60); - let Seconds = InputSeconds % 60; - return (Hours < 10 ? "0" : "") + Hours + ":" + (Minutes < 10 ? "0" : "") + Minutes + ":" + (Seconds < 10 ? "0" : "") + Seconds; - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -} -/** - * Converts a string in the format "hh:mm:ss" to the equivalent number of seconds. - * @param {string} InputString - The input string to convert. - * @returns {number} The number of seconds equivalent to the input string. - */ -let StringToSeconds = (InputString) => { - try { - let SplittedString = InputString.split(":"); - return parseInt(SplittedString[0]) * 60 * 60 + parseInt(SplittedString[1]) * 60 + parseInt(SplittedString[2]); - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -} -/** - * Converts a memory size in bytes to a human-readable string representation. - * @param {number} Memory - The memory size in bytes. - * @returns {string} The human-readable string representation of the memory size. - */ -let SizeToStringSize = (Memory) => { - try { - if (UtilityEnabled("AddUnits")) { - if (Memory < 1024) { - return Memory + "KB"; - } else if (Memory < 1024 * 1024) { - return (Memory / 1024).toFixed(2) + "MB"; - } else if (Memory < 1024 * 1024 * 1024) { - return (Memory / 1024 / 1024).toFixed(2) + "GB"; - } else { - return (Memory / 1024 / 1024 / 1024).toFixed(2) + "TB"; - } - } else { - return Memory; - } - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -}; -let CodeSizeToStringSize = (Memory) => { - try { - if (UtilityEnabled("AddUnits")) { - if (Memory < 1024) { - return Memory + "B"; - } else if (Memory < 1024 * 1024) { - return (Memory / 1024).toFixed(2) + "KB"; - } else if (Memory < 1024 * 1024 * 1024) { - return (Memory / 1024 / 1024).toFixed(2) + "MB"; - } else { - return (Memory / 1024 / 1024 / 1024).toFixed(2) + "GB"; - } - } else { - return Memory; - } - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -}; -/** - * Converts a time value to a string representation. - * @param {number} Time - The time value to convert. - * @returns {string|number} - The converted time value as a string, or the original value if UtilityEnabled("AddUnits") is false. - */ -let TimeToStringTime = (Time) => { - try { - if (UtilityEnabled("AddUnits")) { - if (Time < 1000) { - return Time + "ms"; - } else if (Time < 1000 * 60) { - return (Time / 1000).toFixed(2) + "s"; - } - } else { - return Time; - } - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -}; -/** - * Tidies up the given table by applying Bootstrap styling and removing unnecessary attributes. - * - * @param {HTMLElement} Table - The table element to be tidied up. - */ -let TidyTable = (Table) => { - try { - if (UtilityEnabled("NewBootstrap") && Table != null) { - Table.className = "table table-hover"; - } - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -}; -let UtilityEnabled = (Name) => { - try { - if (localStorage.getItem("UserScript-Setting-" + Name) == null) { - const defaultOffItems = ["DebugMode", "SuperDebug", "ReplaceXM"]; - localStorage.setItem("UserScript-Setting-" + Name, defaultOffItems.includes(Name) ? "false" : "true"); - } - return localStorage.getItem("UserScript-Setting-" + Name) == "true"; - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -}; -let storeCredential = async (username, password) => { - if ('credentials' in navigator && window.PasswordCredential) { - try { - const credential = new PasswordCredential({ id: username, password: password }); - await navigator.credentials.store(credential); - } catch (e) { - console.error(e); - } - } -}; -let getCredential = async () => { - if ('credentials' in navigator && window.PasswordCredential) { - try { - return await navigator.credentials.get({ password: true, mediation: 'optional' }); - } catch (e) { - console.error(e); - } - } - return null; -}; -let clearCredential = async () => { - if ('credentials' in navigator && window.PasswordCredential) { - try { - await navigator.credentials.preventSilentAccess(); - } catch (e) { - console.error(e); - } - } -}; -let RequestAPI = (Action, Data, CallBack) => { - try { - let Session = ""; - let Temp = document.cookie.split(";"); - for (let i = 0; i < Temp.length; i++) { - if (Temp[i].includes("PHPSESSID")) { - Session = Temp[i].split("=")[1]; - } - } - let PostData = { - "Authentication": { - "SessionID": Session, "Username": CurrentUsername, - }, "Data": Data, "Version": GM_info.script.version, "DebugMode": UtilityEnabled("DebugMode") - }; - let DataString = JSON.stringify(PostData); - if (UtilityEnabled("DebugMode")) { - console.log("Sent for", Action + ":", DataString); - } - GM_xmlhttpRequest({ - method: "POST", - url: (UtilityEnabled("SuperDebug") ? "http://127.0.0.1:8787/" : "https://api.xmoj-bbs.me/") + Action, - headers: { - "Content-Type": "application/json", - "Cache-Control": "no-cache", - "XMOJ-UserID": CurrentUsername, - "XMOJ-Script-Version": GM_info.script.version, - "DebugMode": UtilityEnabled("DebugMode") - }, - data: DataString, - onload: (Response) => { - if (UtilityEnabled("DebugMode")) { - console.log("Received for", Action + ":", Response.responseText); - } - try { - CallBack(JSON.parse(Response.responseText)); - } catch (Error) { - console.log(Response.responseText); - } - } - }); - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -}; - -GM_registerMenuCommand("清除缓存", () => { - let Temp = []; - for (let i = 0; i < localStorage.length; i++) { - if (localStorage.key(i).startsWith("UserScript-User-")) { - Temp.push(localStorage.key(i)); - } - } - for (let i = 0; i < Temp.length; i++) { - localStorage.removeItem(Temp[i]); - } - location.reload(); -}); -GM_registerMenuCommand("重置数据", () => { - if (confirm("确定要重置数据吗?")) { - localStorage.clear(); - location.reload(); - } -}); - -//otherwise CurrentUsername might be undefined -if (UtilityEnabled("AutoLogin") && document.querySelector("body > a:nth-child(1)") != null && document.querySelector("body > a:nth-child(1)").innerText == "请登录后继续操作") { - localStorage.setItem("UserScript-LastPage", location.pathname + location.search); - location.href = "https://www.xmoj.tech/loginpage.php"; -} - -let SearchParams = new URLSearchParams(location.search); -let ServerURL = (UtilityEnabled("DebugMode") ? "https://ghpages.xmoj-bbs.me/" : "https://www.xmoj-bbs.me") -if (document.querySelector("#profile") === null) { - location.href = "https://www.xmoj.tech/loginpage.php"; -} -let CurrentUsername = document.querySelector("#profile").innerText; -CurrentUsername = CurrentUsername.replaceAll(/[^a-zA-Z0-9]/g, ""); -let IsAdmin = AdminUserList.indexOf(CurrentUsername) !== -1; - -const prefersDark = window.matchMedia("(prefers-color-scheme: dark)"); -const applyTheme = (theme) => { - document.querySelector("html").setAttribute("data-bs-theme", theme); - localStorage.setItem("UserScript-Setting-DarkMode", theme === "dark" ? "true" : "false"); -}; -const applySystemTheme = (e) => applyTheme(e.matches ? "dark" : "light"); -let initTheme = () => { - const saved = localStorage.getItem("UserScript-Setting-Theme") || "auto"; - if (saved === "auto") { - applyTheme(prefersDark.matches ? "dark" : "light"); - prefersDark.addEventListener("change", applySystemTheme); - } else { - applyTheme(saved); - prefersDark.removeEventListener("change", applySystemTheme); - } -}; -initTheme(); - - -class NavbarStyler { - constructor() { - try { - this.navbar = document.querySelector('.navbar.navbar-expand-lg.bg-body-tertiary'); - if (this.navbar && UtilityEnabled("NewTopBar")) { - this.init(); - } - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } - } - - init() { - try { - this.applyStyles(); - this.createOverlay(); - this.createSpacer(); - window.addEventListener('resize', () => this.updateBlurOverlay()); - this.updateBlurOverlay(); - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } - } - - applyStyles() { - try { - let n = this.navbar; - n.classList.add('fixed-top', 'container', 'ml-auto'); - Object.assign(n.style, { - position: 'fixed', - borderRadius: '28px', - boxShadow: '0 4px 8px rgba(0, 0, 0, 0.5)', - margin: '16px auto', - backgroundColor: 'rgba(255, 255, 255, 0)', - opacity: '0.75', - zIndex: '1000' - }); - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } - } - - createOverlay() { - try { - if (!document.getElementById('blur-overlay')) { - let overlay = document.createElement('div'); - overlay.id = 'blur-overlay'; - document.body.appendChild(overlay); - - let style = document.createElement('style'); - style.textContent = ` - #blur-overlay { - position: fixed; - backdrop-filter: blur(4px); - z-index: 999; - pointer-events: none; - border-radius: 28px; - } - `; - document.head.appendChild(style); - } - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } - } - - updateBlurOverlay() { - try { - let overlay = document.getElementById('blur-overlay'); - let n = this.navbar; - Object.assign(overlay.style, { - top: `${n.offsetTop}px`, - left: `${n.offsetLeft}px`, - width: `${n.offsetWidth}px`, - height: `${n.offsetHeight}px` - }); - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } - } - - createSpacer() { - try { - let spacer = document.getElementById('navbar-spacer'); - let newHeight = this.navbar.offsetHeight + 24; - if (!spacer) { - spacer = document.createElement('div'); - spacer.id = 'navbar-spacer'; - spacer.style.height = `${newHeight}px`; - spacer.style.width = '100%'; - document.body.insertBefore(spacer, document.body.firstChild); - } else { - let currentHeight = parseInt(spacer.style.height, 10); - if (currentHeight !== newHeight) { - document.body.removeChild(spacer); - spacer = document.createElement('div'); - spacer.id = 'navbar-spacer'; - spacer.style.height = `${newHeight}px`; - spacer.style.width = '100%'; - document.body.insertBefore(spacer, document.body.firstChild); - } - } - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } - } -} - -function replaceMarkdownImages(text, string) { - return text.replace(/!\[.*?\]\(.*?\)/g, string); -} - -async function main() { - try { - if (location.href.startsWith('http://')) { - //use https - location.href = location.href.replace('http://', 'https://'); - } - if (location.host != "www.xmoj.tech") { - location.host = "www.xmoj.tech"; - } else { - if (location.href === 'https://www.xmoj.tech/open_contest_sign_up.php') { - return; - } - document.body.classList.add("placeholder-glow"); - if (document.querySelector("#navbar") != null) { - if (document.querySelector("body > div > div.jumbotron") != null) { - document.querySelector("body > div > div.jumbotron").className = "mt-3"; - } - - if (UtilityEnabled("AutoLogin") && document.querySelector("#profile") != null && document.querySelector("#profile").innerHTML == "登录" && location.pathname != "/login.php" && location.pathname != "/loginpage.php" && location.pathname != "/lostpassword.php") { - localStorage.setItem("UserScript-LastPage", location.pathname + location.search); - location.href = "https://www.xmoj.tech/loginpage.php"; - } - - let Discussion = null; - if (UtilityEnabled("Discussion")) { - Discussion = document.createElement("li"); - document.querySelector("#navbar > ul:nth-child(1)").appendChild(Discussion); - Discussion.innerHTML = "讨论"; - } - if (UtilityEnabled("Translate")) { - document.querySelector("#navbar > ul:nth-child(1) > li:nth-child(2) > a").innerText = "题库"; - } - //send analytics - RequestAPI("SendData", {}); - if (UtilityEnabled("ReplaceLinks")) { - document.body.innerHTML = String(document.body.innerHTML).replaceAll(/\[([^<]*)<\/a>\]/g, ""); - } - if (UtilityEnabled("ReplaceXM")) { - document.body.innerHTML = String(document.body.innerHTML).replaceAll("我", "高老师"); - document.body.innerHTML = String(document.body.innerHTML).replaceAll("小明", "高老师"); - document.body.innerHTML = String(document.body.innerHTML).replaceAll("下海", "上海"); - document.body.innerHTML = String(document.body.innerHTML).replaceAll("海上", "上海"); - document.body.innerHTML = String(document.body.innerHTML).replaceAll("小红", "徐师娘"); - document.body.innerHTML = String(document.body.innerHTML).replaceAll("小粉", "彩虹"); - document.body.innerHTML = String(document.body.innerHTML).replaceAll("提交上节课的代码", "自动提交当年代码"); - document.body.innerHTML = String(document.body.innerHTML).replaceAll("高老师们", "我们"); - document.body.innerHTML = String(document.body.innerHTML).replaceAll("自高老师", "自我"); - document.title = String(document.title).replaceAll("小明", "高老师"); - } - - if (UtilityEnabled("NewBootstrap")) { - let Temp = document.querySelectorAll("link"); - for (var i = 0; i < Temp.length; i++) { - if (Temp[i].href.indexOf("bootstrap.min.css") != -1) { - Temp[i].remove(); - } else if (Temp[i].href.indexOf("white.css") != -1) { - Temp[i].remove(); - } else if (Temp[i].href.indexOf("semantic.min.css") != -1) { - Temp[i].remove(); - } else if (Temp[i].href.indexOf("bootstrap-theme.min.css") != -1) { - Temp[i].remove(); - } else if (Temp[i].href.indexOf("problem.css") != -1) { - Temp[i].remove(); - } - } - if (UtilityEnabled("DarkMode")) { - document.querySelector("html").setAttribute("data-bs-theme", "dark"); - } else { - document.querySelector("html").setAttribute("data-bs-theme", "light"); - } - var resources = [{ - type: 'link', - href: 'https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/codemirror.min.css', - rel: 'stylesheet' - }, { - type: 'link', - href: 'https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/theme/darcula.min.css', - rel: 'stylesheet' - }, { - type: 'link', - href: 'https://cdnjs.cloudflare.com/ajax/libs/codemirror/6.65.7/addon/merge/merge.min.css', - rel: 'stylesheet' - }, { - type: 'link', - href: 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css', - rel: 'stylesheet' - }, { - type: 'script', - src: 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.bundle.js', - isModule: true - }]; - let loadResources = async () => { - let promises = resources.map(resource => { - return new Promise((resolve, reject) => { - let element; - if (resource.type === 'script') { - element = document.createElement('script'); - element.src = resource.src; - if (resource.isModule) { - element.type = 'module'; - } - element.onload = resolve; - element.onerror = reject; - } else if (resource.type === 'link') { - element = document.createElement('link'); - element.href = resource.href; - element.rel = resource.rel; - resolve(); // Stylesheets don't have an onload event - } - document.head.appendChild(element); - }); - }); - - await Promise.all(promises); - }; - if (location.pathname == "/submitpage.php") { - await loadResources(); - } else { - loadResources(); - } - document.querySelector("nav").className = "navbar navbar-expand-lg bg-body-tertiary"; - document.querySelector("#navbar > ul:nth-child(1)").classList = "navbar-nav me-auto mb-2 mb-lg-0"; - document.querySelector("body > div > nav > div > div.navbar-header").outerHTML = `${UtilityEnabled("ReplaceXM") ? "高老师" : "小明"}的OJ`; - document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li").classList = "nav-item dropdown"; - document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > a").className = "nav-link dropdown-toggle"; - document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > a > span.caret").remove(); - Temp = document.querySelector("#navbar > ul:nth-child(1)").children; - for (var i = 0; i < Temp.length; i++) { - if (Temp[i].classList.contains("active")) { - Temp[i].classList.remove("active"); - Temp[i].children[0].classList.add("active"); - } - Temp[i].classList.add("nav-item"); - Temp[i].children[0].classList.add("nav-link"); - } - document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > a").setAttribute("data-bs-toggle", "dropdown"); - document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > a").removeAttribute("data-toggle"); - } - if (UtilityEnabled("RemoveUseless") && document.getElementsByTagName("marquee")[0] != undefined) { - document.getElementsByTagName("marquee")[0].remove(); - } - let Style = document.createElement("style"); - document.body.appendChild(Style); - Style.innerHTML = ` - nav { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; - } - blockquote { - border-left: 5px solid var(--bs-secondary-bg); - padding: 0.5em 1em; - } - .status_y:hover { - box-shadow: #52c41a 1px 1px 10px 0px !important; - } - .status_n:hover { - box-shadow: #fe4c61 1px 1px 10px 0px !important; - } - .status_w:hover { - box-shadow: #ffa900 1px 1px 10px 0px !important; - } - .test-case { - border-radius: 5px !important; - } - .test-case:hover { - box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px 3px !important; - } - .data[result-item] { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; - } - .software_list { - width: unset !important; - } - .software_item { - margin: 5px 10px !important; - background-color: var(--bs-secondary-bg) !important; - } - .item-txt { - color: var(--bs-emphasis-color) !important; - } - .cnt-row { - justify-content: inherit; - align-items: stretch; - width: 100% !important; - padding: 1rem 0; - } - .cnt-row-head { - padding: 0.8em 1em; - background-color: var(--bs-secondary-bg); - border-radius: 0.3rem 0.3rem 0 0; - width: 100%; - } - .cnt-row-body { - padding: 1em; - border: 1px solid var(--bs-secondary-bg); - border-top: none; - border-radius: 0 0 0.3rem 0.3rem; - }`; - if (UtilityEnabled("AddAnimation")) { - Style.innerHTML += `.status, .test-case { - transition: 0.5s !important; - }`; - } - if (UtilityEnabled("AddColorText")) { - Style.innerHTML += `.red { - color: red !important; - } - .green { - color: green !important; - } - .blue { - color: blue !important; - }`; - } - - if (UtilityEnabled("RemoveUseless")) { - if (document.getElementsByClassName("footer")[0] != null) { - document.getElementsByClassName("footer")[0].remove(); - } - } - - if (UtilityEnabled("ReplaceYN")) { - Temp = document.getElementsByClassName("status_y");//AC - for (let i = 0; i < Temp.length; i++) { - Temp[i].innerText = "✓"; - } - Temp = document.getElementsByClassName("status_n");//WA - for (let i = 0; i < Temp.length; i++) { - Temp[i].innerText = "✗"; - } - Temp = document.getElementsByClassName("status_w");//Waiting - for (let i = 0; i < Temp.length; i++) { - Temp[i].innerText = "⏳"; - } - } - - Temp = document.getElementsByClassName("page-item"); - for (let i = 0; i < Temp.length; i++) { - Temp[i].children[0].className = "page-link"; - } - if (document.getElementsByClassName("pagination")[0] != null) { - document.getElementsByClassName("pagination")[0].classList.add("justify-content-center"); - } - - Temp = document.getElementsByTagName("table"); - for (let i = 0; i < Temp.length; i++) { - if (Temp[i].querySelector("thead") != null) { - TidyTable(Temp[i]); - } - } - - setInterval(() => { - try { - let CurrentDate = new Date(new Date().getTime() + diff); - let Year = CurrentDate.getFullYear(); - if (Year > 3000) { - Year -= 1900; - } - let Month = CurrentDate.getMonth() + 1; - let _Date = CurrentDate.getDate(); - let Hours = CurrentDate.getHours(); - let Minutes = CurrentDate.getMinutes(); - let Seconds = CurrentDate.getSeconds(); - document.getElementById("nowdate").innerHTML = Year + "-" + (Month < 10 ? "0" : "") + Month + "-" + (_Date < 10 ? "0" : "") + _Date + " " + (Hours < 10 ? "0" : "") + Hours + ":" + (Minutes < 10 ? "0" : "") + Minutes + ":" + (Seconds < 10 ? "0" : "") + Seconds; - } catch (Error) { - } - if (UtilityEnabled("NewTopBar")) { - new NavbarStyler(); - } - if (UtilityEnabled("ResetType")) { - if (document.querySelector("#profile") != undefined && document.querySelector("#profile").innerHTML == "登录") { - let PopupUL = document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > ul"); - PopupUL.innerHTML = ``; - PopupUL.children[0].addEventListener("click", () => { - location.href = "https://www.xmoj.tech/loginpage.php"; - }); - let parentLi = document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li"); - document.addEventListener("click", (event) => { - if (!parentLi.contains(event.target) && PopupUL.style.display === 'block') { - hideDropdownItems(); - } - }); - } else if (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 != "个人中心") { - let PopupUL = document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li > ul"); - PopupUL.style.cursor = 'pointer'; - PopupUL.innerHTML = ` - - - - - `; - PopupUL.children[0].addEventListener("click", () => { - location.href = "https://www.xmoj.tech/modifypage.php"; - }); - PopupUL.children[1].addEventListener("click", () => { - location.href = "https://www.xmoj.tech/userinfo.php?user=" + CurrentUsername; - }); - PopupUL.children[2].addEventListener("click", () => { - location.href = "https://www.xmoj.tech/mail.php"; - }); - PopupUL.children[3].addEventListener("click", () => { - location.href = "https://www.xmoj.tech/index.php?ByUserScript=1"; - }); - PopupUL.children[4].addEventListener("click", () => { - location.href = "https://www.xmoj.tech/modifypage.php?ByUserScript=1"; - }); - PopupUL.children[5].addEventListener("click", () => { - clearCredential(); - document.cookie = "PHPSESSID=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/"; //This is how you remove a cookie? - location.href = "https://www.xmoj.tech/logout.php"; - }); - Array.from(PopupUL.children).forEach(item => { - item.style.opacity = 0; - item.style.transform = 'translateY(-16px)'; - item.style.transition = 'transform 0.3s ease, opacity 0.5s ease'; - }); - let showDropdownItems = () => { - PopupUL.style.display = 'block'; - Array.from(PopupUL.children).forEach((item, index) => { - clearTimeout(item._timeout); - item.style.opacity = 0; - item.style.transform = 'translateY(-4px)'; - item._timeout = setTimeout(() => { - item.style.opacity = 1; - item.style.transform = 'translateY(2px)'; - }, index * 36); - }); - }; - let hideDropdownItems = () => { - Array.from(PopupUL.children).forEach((item) => { - clearTimeout(item._timeout); - item.style.opacity = 0; - item.style.transform = 'translateY(-16px)'; - }); - setTimeout(() => { - PopupUL.style.display = 'none'; - }, 100); - }; - let toggleDropdownItems = () => { - if (PopupUL.style.display === 'block') { - hideDropdownItems(); - } else { - showDropdownItems(); - } - }; - let parentLi = document.querySelector("#navbar > ul.nav.navbar-nav.navbar-right > li"); - parentLi.addEventListener("click", toggleDropdownItems); - document.addEventListener("click", (event) => { - if (!parentLi.contains(event.target) && PopupUL.style.display === 'block') { - hideDropdownItems(); - } - }); - } - } - if (UtilityEnabled("AutoCountdown")) { - let Temp = document.getElementsByClassName("UpdateByJS"); - for (let i = 0; i < Temp.length; i++) { - let EndTime = Temp[i].getAttribute("EndTime"); - if (EndTime === null) { - Temp[i].classList.remove("UpdateByJS"); - continue; - } - let TimeStamp = parseInt(EndTime) - new Date().getTime(); - if (TimeStamp < 3000) { - Temp[i].classList.remove("UpdateByJS"); - location.reload(); - } - let CurrentDate = new Date(TimeStamp); - let Day = parseInt((TimeStamp / 1000 / 60 / 60 / 24).toFixed(0)); - let Hour = CurrentDate.getUTCHours(); - let Minute = CurrentDate.getUTCMinutes(); - let Second = CurrentDate.getUTCSeconds(); - Temp[i].innerHTML = (Day !== 0 ? Day + "天" : "") + (Hour !== 0 ? (Hour < 10 ? "0" : "") + Hour + "小时" : "") + (Minute !== 0 ? (Minute < 10 ? "0" : "") + Minute + "分" : "") + (Second !== 0 ? (Second < 10 ? "0" : "") + Second + "秒" : ""); - } - } - }, 100); - fetch(ServerURL + "/Update.json", {cache: "no-cache"}) - .then((Response) => { - return Response.json(); - }) - .then((Response) => { - let CurrentVersion = GM_info.script.version; - let LatestVersion; - for (let i = Object.keys(Response.UpdateHistory).length - 1; i >= 0; i--) { - let VersionInfo = Object.keys(Response.UpdateHistory)[i]; - if (UtilityEnabled("DebugMode") || Response.UpdateHistory[VersionInfo].Prerelease == false) { - LatestVersion = VersionInfo; - break; - } - } - if (compareVersions(CurrentVersion, LatestVersion)) { - let UpdateDiv = document.createElement("div"); - UpdateDiv.innerHTML = ` - `; - if (UtilityEnabled("NewTopBar")) { - UpdateDiv.style.position = 'fixed'; - UpdateDiv.style.top = '72px'; - UpdateDiv.style.left = '50%'; - UpdateDiv.style.transform = 'translateX(-50%)'; - UpdateDiv.style.zIndex = '1001'; - let spacer = document.createElement("div"); - spacer.style.height = '48px'; - document.body.insertBefore(spacer, document.body.firstChild); - UpdateDiv.querySelector(".btn-close").addEventListener("click", function () { - document.body.removeChild(spacer); - }); - } - document.body.appendChild(UpdateDiv); - document.querySelector("body > div").insertBefore(UpdateDiv, document.querySelector("body > div > div.mt-3")); - } - if (localStorage.getItem("UserScript-Update-LastVersion") != GM_info.script.version) { - localStorage.setItem("UserScript-Update-LastVersion", GM_info.script.version); - let UpdateDiv = document.createElement("div"); - document.querySelector("body").appendChild(UpdateDiv); - UpdateDiv.className = "modal fade"; - UpdateDiv.id = "UpdateModal"; - UpdateDiv.tabIndex = -1; - let UpdateDialog = document.createElement("div"); - UpdateDiv.appendChild(UpdateDialog); - UpdateDialog.className = "modal-dialog"; - let UpdateContent = document.createElement("div"); - UpdateDialog.appendChild(UpdateContent); - UpdateContent.className = "modal-content"; - let UpdateHeader = document.createElement("div"); - UpdateContent.appendChild(UpdateHeader); - UpdateHeader.className = "modal-header"; - let UpdateTitle = document.createElement("h5"); - UpdateHeader.appendChild(UpdateTitle); - UpdateTitle.className = "modal-title"; - UpdateTitle.innerText = "更新日志"; - let UpdateCloseButton = document.createElement("button"); - UpdateHeader.appendChild(UpdateCloseButton); - UpdateCloseButton.type = "button"; - UpdateCloseButton.className = "btn-close"; - UpdateCloseButton.setAttribute("data-bs-dismiss", "modal"); - let UpdateBody = document.createElement("div"); - UpdateContent.appendChild(UpdateBody); - UpdateBody.className = "modal-body"; - let UpdateFooter = document.createElement("div"); - UpdateContent.appendChild(UpdateFooter); - UpdateFooter.className = "modal-footer"; - let UpdateButton = document.createElement("button"); - UpdateFooter.appendChild(UpdateButton); - UpdateButton.type = "button"; - UpdateButton.className = "btn btn-secondary"; - UpdateButton.setAttribute("data-bs-dismiss", "modal"); - UpdateButton.innerText = "关闭"; - let Version = Object.keys(Response.UpdateHistory)[Object.keys(Response.UpdateHistory).length - 1] - let Data = Response.UpdateHistory[Version]; - let UpdateDataCard = document.createElement("div"); - UpdateBody.appendChild(UpdateDataCard); - UpdateDataCard.className = "card mb-3"; - let UpdateDataCardBody = document.createElement("div"); - UpdateDataCard.appendChild(UpdateDataCardBody); - UpdateDataCardBody.className = "card-body"; - let UpdateDataCardTitle = document.createElement("h5"); - UpdateDataCardBody.appendChild(UpdateDataCardTitle); - UpdateDataCardTitle.className = "card-title"; - UpdateDataCardTitle.innerText = Version; - let UpdateDataCardSubtitle = document.createElement("h6"); - UpdateDataCardBody.appendChild(UpdateDataCardSubtitle); - UpdateDataCardSubtitle.className = "card-subtitle mb-2 text-muted"; - UpdateDataCardSubtitle.innerHTML = GetRelativeTime(Data.UpdateDate); - let UpdateDataCardText = document.createElement("p"); - UpdateDataCardBody.appendChild(UpdateDataCardText); - UpdateDataCardText.className = "card-text"; - //release notes - if (Data.Notes != undefined) { - UpdateDataCardText.innerHTML = Data.Notes; - } - let UpdateDataCardList = document.createElement("ul"); - UpdateDataCardText.appendChild(UpdateDataCardList); - UpdateDataCardList.className = "list-group list-group-flush"; - for (let j = 0; j < Data.UpdateContents.length; j++) { - let UpdateDataCardListItem = document.createElement("li"); - UpdateDataCardList.appendChild(UpdateDataCardListItem); - UpdateDataCardListItem.className = "list-group-item"; - UpdateDataCardListItem.innerHTML = "(" + "#" + Data.UpdateContents[j].PR + ") " + Data.UpdateContents[j].Description; - } - let UpdateDataCardLink = document.createElement("a"); - UpdateDataCardBody.appendChild(UpdateDataCardLink); - UpdateDataCardLink.className = "card-link"; - UpdateDataCardLink.href = "https://github.com/XMOJ-Script-dev/XMOJ-Script/releases/tag/" + Version; - UpdateDataCardLink.target = "_blank"; - UpdateDataCardLink.innerText = "查看该版本"; - new bootstrap.Modal(document.getElementById("UpdateModal")).show(); - } - }); - RequestAPI("GetAddOnScript", {}, (Response) => { - if (Response.Success) { - eval(Response.Data["Script"]); - } else { - console.warn("Fetch AddOnScript failed: " + Response.Message); - } - }); - let ToastContainer = document.createElement("div"); - ToastContainer.classList.add("toast-container", "position-fixed", "bottom-0", "end-0", "p-3"); - document.body.appendChild(ToastContainer); - addEventListener("focus", () => { - if (UtilityEnabled("BBSPopup")) { - RequestAPI("GetBBSMentionList", {}, (Response) => { - if (Response.Success) { - ToastContainer.innerHTML = ""; - let MentionList = Response.Data.MentionList; - for (let i = 0; i < MentionList.length; i++) { - let Toast = document.createElement("div"); - Toast.classList.add("toast"); - Toast.setAttribute("role", "alert"); - let ToastHeader = document.createElement("div"); - ToastHeader.classList.add("toast-header"); - let ToastTitle = document.createElement("strong"); - ToastTitle.classList.add("me-auto"); - ToastTitle.innerHTML = "提醒:有人@你"; - ToastHeader.appendChild(ToastTitle); - let ToastTime = document.createElement("small"); - ToastTime.classList.add("text-body-secondary"); - ToastTime.innerHTML = GetRelativeTime(MentionList[i].MentionTime); - ToastHeader.appendChild(ToastTime); - let ToastCloseButton = document.createElement("button"); - ToastCloseButton.type = "button"; - ToastCloseButton.classList.add("btn-close"); - ToastCloseButton.setAttribute("data-bs-dismiss", "toast"); - ToastHeader.appendChild(ToastCloseButton); - Toast.appendChild(ToastHeader); - let ToastBody = document.createElement("div"); - ToastBody.classList.add("toast-body"); - ToastBody.innerHTML = "讨论" + MentionList[i].PostTitle + "有新回复"; - let ToastFooter = document.createElement("div"); - ToastFooter.classList.add("mt-2", "pt-2", "border-top"); - let ToastDismissButton = document.createElement("button"); - ToastDismissButton.type = "button"; - ToastDismissButton.classList.add("btn", "btn-secondary", "btn-sm", "me-2"); - ToastDismissButton.innerText = "忽略"; - ToastDismissButton.addEventListener("click", () => { - RequestAPI("ReadBBSMention", { - "MentionID": Number(MentionList[i].MentionID) - }, () => { - }); - Toast.remove(); - }); - ToastFooter.appendChild(ToastDismissButton); - let ToastViewButton = document.createElement("button"); - ToastViewButton.type = "button"; - ToastViewButton.classList.add("btn", "btn-primary", "btn-sm"); - ToastViewButton.innerText = "查看"; - ToastViewButton.addEventListener("click", () => { - open("https://www.xmoj.tech/discuss3/thread.php?tid=" + MentionList[i].PostID + '&page=' + MentionList[i].PageNumber, "_blank"); - RequestAPI("ReadBBSMention", { - "MentionID": Number(MentionList[i].MentionID) - }, () => { - }); - }); - ToastFooter.appendChild(ToastViewButton); - ToastBody.appendChild(ToastFooter); - Toast.appendChild(ToastBody); - ToastContainer.appendChild(Toast); - new bootstrap.Toast(Toast).show(); - } - } - }); - } - if (UtilityEnabled("MessagePopup")) { - RequestAPI("GetMailMentionList", {}, async (Response) => { - if (Response.Success) { - if (!UtilityEnabled("BBSPopup")) { - ToastContainer.innerHTML = ""; - } - let MentionList = Response.Data.MentionList; - for (let i = 0; i < MentionList.length; i++) { - let Toast = document.createElement("div"); - Toast.classList.add("toast"); - Toast.setAttribute("role", "alert"); - let ToastHeader = document.createElement("div"); - ToastHeader.classList.add("toast-header"); - let ToastTitle = document.createElement("strong"); - ToastTitle.classList.add("me-auto"); - ToastTitle.innerHTML = "提醒:有新消息"; - ToastHeader.appendChild(ToastTitle); - let ToastTime = document.createElement("small"); - ToastTime.classList.add("text-body-secondary"); - ToastTime.innerHTML = GetRelativeTime(MentionList[i].MentionTime); - ToastHeader.appendChild(ToastTime); - let ToastCloseButton = document.createElement("button"); - ToastCloseButton.type = "button"; - ToastCloseButton.classList.add("btn-close"); - ToastCloseButton.setAttribute("data-bs-dismiss", "toast"); - ToastHeader.appendChild(ToastCloseButton); - Toast.appendChild(ToastHeader); - let ToastBody = document.createElement("div"); - ToastBody.classList.add("toast-body"); - let ToastUser = document.createElement("span"); - GetUsernameHTML(ToastUser, MentionList[i].FromUserID); - ToastBody.appendChild(ToastUser); - ToastBody.innerHTML += " 给你发了一封短消息"; - let ToastFooter = document.createElement("div"); - ToastFooter.classList.add("mt-2", "pt-2", "border-top"); - let ToastDismissButton = document.createElement("button"); - ToastDismissButton.type = "button"; - ToastDismissButton.classList.add("btn", "btn-secondary", "btn-sm", "me-2"); - ToastDismissButton.setAttribute("data-bs-dismiss", "toast"); - ToastDismissButton.innerText = "忽略"; - ToastDismissButton.addEventListener("click", () => { - RequestAPI("ReadMailMention", { - "MentionID": Number(MentionList[i].MentionID) - }, () => { - }); - }); - ToastFooter.appendChild(ToastDismissButton); - let ToastViewButton = document.createElement("button"); - ToastViewButton.type = "button"; - ToastViewButton.classList.add("btn", "btn-primary", "btn-sm"); - ToastViewButton.innerText = "查看"; - ToastViewButton.addEventListener("click", () => { - open("https://www.xmoj.tech/mail.php?to_user=" + MentionList[i].FromUserID, "_blank"); - RequestAPI("ReadMailMention", { - "MentionID": Number(MentionList[i].MentionID) - }, () => { - }); - }); - ToastFooter.appendChild(ToastViewButton); - ToastBody.appendChild(ToastFooter); - Toast.appendChild(ToastBody); - ToastContainer.appendChild(Toast); - new bootstrap.Toast(Toast).show(); - } - } - }); - } - }); - dispatchEvent(new Event("focus")); - - - if (location.pathname == "/index.php" || location.pathname == "/") { - if (new URL(location.href).searchParams.get("ByUserScript") != null) { - document.title = "脚本设置"; - localStorage.setItem("UserScript-Opened", "true"); - let Container = document.getElementsByClassName("mt-3")[0]; - Container.innerHTML = ""; - let Alert = document.createElement("div"); - Alert.classList.add("alert"); - Alert.classList.add("alert-primary"); - Alert.role = "alert"; - Alert.innerHTML = `欢迎您使用XMOJ增强脚本!点击 - 此处 - 查看更新日志。`; - Container.appendChild(Alert); - let UtilitiesCard = document.createElement("div"); - UtilitiesCard.classList.add("card"); - UtilitiesCard.classList.add("mb-3"); - let UtilitiesCardHeader = document.createElement("div"); - UtilitiesCardHeader.classList.add("card-header"); - UtilitiesCardHeader.innerText = "XMOJ增强脚本功能列表"; - UtilitiesCard.appendChild(UtilitiesCardHeader); - let UtilitiesCardBody = document.createElement("div"); - UtilitiesCardBody.classList.add("card-body"); - let CreateList = (Data) => { - let List = document.createElement("ul"); - List.classList.add("list-group"); - for (let i = 0; i < Data.length; i++) { - let Row = document.createElement("li"); - Row.classList.add("list-group-item"); - if (Data[i].Type == "A") { - Row.classList.add("list-group-item-success"); - } else if (Data[i].Type == "F") { - Row.classList.add("list-group-item-warning"); - } else if (Data[i].Type == "D") { - Row.classList.add("list-group-item-danger"); - } - if (Data[i].ID == "Theme") { - let Label = document.createElement("label"); - Label.classList.add("me-2"); - Label.htmlFor = "UserScript-Setting-Theme"; - Label.innerText = Data[i].Name; - Row.appendChild(Label); - let Select = document.createElement("select"); - Select.classList.add("form-select", "form-select-sm", "w-auto", "d-inline"); - Select.id = "UserScript-Setting-Theme"; - [ - ["light", "亮色"], - ["dark", "暗色"], - ["auto", "跟随系统"] - ].forEach(opt => { - let option = document.createElement("option"); - option.value = opt[0]; - option.innerText = opt[1]; - Select.appendChild(option); - }); - Select.value = localStorage.getItem("UserScript-Setting-Theme") || "auto"; - Select.addEventListener("change", () => { - localStorage.setItem("UserScript-Setting-Theme", Select.value); - initTheme(); - }); - Row.appendChild(Select); - } else if (Data[i].Children == undefined) { - let CheckBox = document.createElement("input"); - CheckBox.classList.add("form-check-input"); - CheckBox.classList.add("me-1"); - CheckBox.type = "checkbox"; - CheckBox.id = Data[i].ID; - if (localStorage.getItem("UserScript-Setting-" + Data[i].ID) == null) { - localStorage.setItem("UserScript-Setting-" + Data[i].ID, "true"); - } - if (localStorage.getItem("UserScript-Setting-" + Data[i].ID) == "false") { - CheckBox.checked = false; - } else { - CheckBox.checked = true; - } - CheckBox.addEventListener("change", () => { - return localStorage.setItem("UserScript-Setting-" + Data[i].ID, CheckBox.checked); - }); - - Row.appendChild(CheckBox); - let Label = document.createElement("label"); - Label.classList.add("form-check-label"); - Label.htmlFor = Data[i].ID; - Label.innerText = Data[i].Name; - Row.appendChild(Label); - } else { - let Label = document.createElement("label"); - Label.innerText = Data[i].Name; - Row.appendChild(Label); - } - if (Data[i].Children != undefined) { - Row.appendChild(CreateList(Data[i].Children)); - } - List.appendChild(Row); - } - return List; - }; - UtilitiesCardBody.appendChild(CreateList([{ - "ID": "Discussion", - "Type": "F", - "Name": "恢复讨论与短消息功能" - }, { - "ID": "MoreSTD", "Type": "F", "Name": "查看到更多标程" - }, {"ID": "ApplyData", "Type": "A", "Name": "获取数据功能"}, { - "ID": "AutoCheat", "Type": "A", "Name": "自动提交当年代码" - }, {"ID": "Rating", "Type": "A", "Name": "添加用户评分和用户名颜色"}, { - "ID": "AutoRefresh", "Type": "A", "Name": "比赛列表、比赛排名界面自动刷新" - }, { - "ID": "AutoCountdown", "Type": "A", "Name": "比赛列表等界面的时间自动倒计时" - }, {"ID": "DownloadPlayback", "Type": "A", "Name": "回放视频增加下载功能"}, { - "ID": "ImproveACRate", "Type": "A", "Name": "自动提交已AC题目以提高AC率" - }, {"ID": "AutoO2", "Type": "F", "Name": "代码提交界面自动选择O2优化"}, { - "ID": "Beautify", "Type": "F", "Name": "美化界面", "Children": [{ - "ID": "NewTopBar", "Type": "F", "Name": "使用新的顶部导航栏" - }, { - "ID": "NewBootstrap", "Type": "F", "Name": "使用新版的Bootstrap样式库*" - }, {"ID": "ResetType", "Type": "F", "Name": "重新排版*"}, { - "ID": "AddColorText", "Type": "A", "Name": "增加彩色文字" - }, {"ID": "AddUnits", "Type": "A", "Name": "状态界面内存与耗时添加单位"}, { - "ID": "Theme", "Type": "A", "Name": "界面主题" - }, {"ID": "AddAnimation", "Type": "A", "Name": "增加动画"}, { - "ID": "ReplaceYN", "Type": "F", "Name": "题目前状态提示替换为好看的图标" - }, {"ID": "RemoveAlerts", "Type": "D", "Name": "去除多余反复的提示"}, { - "ID": "Translate", "Type": "F", "Name": "统一使用中文,翻译了部分英文*" - }, { - "ID": "ReplaceLinks", "Type": "F", "Name": "将网站中所有以方括号包装的链接替换为按钮" - }, {"ID": "RemoveUseless", "Type": "D", "Name": "删去无法使用的功能*"}, { - "ID": "ReplaceXM", - "Type": "F", - "Name": "将网站中所有“小明”和“我”关键字替换为“高老师”,所有“小红”替换为“徐师娘”,所有“小粉”替换为“彩虹”,所有“下海”、“海上”替换为“上海” (此功能默认关闭)" - }] - }, { - "ID": "AutoLogin", "Type": "A", "Name": "在需要登录的界面自动跳转到登录界面" - }, { - "ID": "SavePassword", "Type": "A", "Name": "自动保存用户名与密码,免去每次手动输入密码的繁琐" - }, { - "ID": "CopySamples", "Type": "F", "Name": "题目界面测试样例有时复制无效" - }, { - "ID": "RefreshSolution", "Type": "F", "Name": "状态页面结果自动刷新每次只能刷新一个" - }, {"ID": "CopyMD", "Type": "A", "Name": "复制题目或题解内容"}, { - "ID": "OpenAllProblem", "Type": "A", "Name": "比赛题目界面一键打开所有题目" - }, { - "ID": "CheckCode", "Type": "A", "Name": "提交代码前对代码进行检查", "Children": [{ - "ID": "IOFile", "Type": "A", "Name": "是否使用了文件输入输出(如果需要使用)" - }, {"ID": "CompileError", "Type": "A", "Name": "是否有编译错误"}] - }, { - "ID": "ExportACCode", "Type": "F", "Name": "导出AC代码每一道题目一个文件" - }, {"ID": "LoginFailed", "Type": "F", "Name": "修复登录后跳转失败*"}, { - "ID": "NewDownload", "Type": "A", "Name": "下载页面增加下载内容" - }, {"ID": "CompareSource", "Type": "A", "Name": "比较代码"}, { - "ID": "BBSPopup", "Type": "A", "Name": "讨论提醒" - }, {"ID": "MessagePopup", "Type": "A", "Name": "短消息提醒"}, { - "ID": "DebugMode", "Type": "A", "Name": "调试模式(仅供开发者使用)" - }, { - "ID": "SuperDebug", "Type": "A", "Name": "本地调试模式(仅供开发者使用) (未经授权的擅自开启将导致大部分功能不可用!)" - }])); - let UtilitiesCardFooter = document.createElement("div"); - UtilitiesCardFooter.className = "card-footer text-muted"; - UtilitiesCardFooter.innerText = "* 不建议关闭,可能会导致系统不稳定、界面错乱、功能缺失等问题\n绿色:增加功能 黄色:修改功能 红色:删除功能"; - UtilitiesCardBody.appendChild(UtilitiesCardFooter); - UtilitiesCard.appendChild(UtilitiesCardBody); - Container.appendChild(UtilitiesCard); - let FeedbackCard = document.createElement("div"); - FeedbackCard.className = "card mb-3"; - let FeedbackCardHeader = document.createElement("div"); - FeedbackCardHeader.className = "card-header"; - FeedbackCardHeader.innerText = "反馈、源代码、联系作者"; - FeedbackCard.appendChild(FeedbackCardHeader); - let FeedbackCardBody = document.createElement("div"); - FeedbackCardBody.className = "card-body"; - let FeedbackCardText = document.createElement("p"); - FeedbackCardText.className = "card-text"; - FeedbackCardText.innerText = "如果您有任何建议或者发现了 bug,请前往本项目的 GitHub 页面并提交 issue。提交 issue 前请先搜索是否有相同的 issue,如果有请在该 issue 下留言。请在 issue 中尽可能详细地描述您的问题,并且附上您的浏览器版本、操作系统版本、脚本版本、复现步骤等信息。谢谢您支持本项目。"; - FeedbackCardBody.appendChild(FeedbackCardText); - let FeedbackCardLink = document.createElement("a"); - FeedbackCardLink.className = "card-link"; - FeedbackCardLink.innerText = "GitHub"; - FeedbackCardLink.href = "https://github.com/XMOJ-Script-dev/XMOJ-Script"; - FeedbackCardBody.appendChild(FeedbackCardLink); - FeedbackCard.appendChild(FeedbackCardBody); - Container.appendChild(FeedbackCard); - } else { - let Temp = document.querySelector("body > div > div.mt-3 > div > div.col-md-8").children; - let NewsData = []; - for (let i = 0; i < Temp.length; i += 2) { - let Title = Temp[i].children[0].innerText; - let Time = 0; - if (Temp[i].children[1] != null) { - Time = Temp[i].children[1].innerText; - } - let Body = Temp[i + 1].innerHTML; - NewsData.push({"Title": Title, "Time": new Date(Time), "Body": Body}); - } - document.querySelector("body > div > div.mt-3 > div > div.col-md-8").innerHTML = ""; - for (let i = 0; i < NewsData.length; i++) { - let NewsRow = document.createElement("div"); - NewsRow.className = "cnt-row"; - let NewsRowHead = document.createElement("div"); - NewsRowHead.className = "cnt-row-head title"; - NewsRowHead.innerText = NewsData[i].Title; - if (NewsData[i].Time != 0) { - NewsRowHead.innerHTML += "" + NewsData[i].Time.toLocaleDateString() + ""; - } - NewsRow.appendChild(NewsRowHead); - let NewsRowBody = document.createElement("div"); - NewsRowBody.className = "cnt-row-body"; - NewsRowBody.innerHTML = NewsData[i].Body; - NewsRow.appendChild(NewsRowBody); - document.querySelector("body > div > div.mt-3 > div > div.col-md-8").appendChild(NewsRow); - } - let CountDownData = document.querySelector("#countdown_list").innerHTML; - document.querySelector("body > div > div.mt-3 > div > div.col-md-4").innerHTML = `
-
倒计时
-
${CountDownData}
-
`; - let Tables = document.getElementsByTagName("table"); - for (let i = 0; i < Tables.length; i++) { - TidyTable(Tables[i]); - } - document.querySelector("body > div > div.mt-3 > div > div.col-md-4").innerHTML += `
-
公告
-
加载中...
-
`; - RequestAPI("GetNotice", {}, (Response) => { - if (Response.Success) { - document.querySelector("body > div.container > div > div > div.col-md-4 > div:nth-child(2) > div.cnt-row-body").innerHTML = marked.parse(Response.Data["Notice"]).replaceAll(/@([a-zA-Z0-9]+)/g, `@$1`); - RenderMathJax(); - let UsernameElements = document.getElementsByClassName("Usernames"); - for (let i = 0; i < UsernameElements.length; i++) { - GetUsernameHTML(UsernameElements[i], UsernameElements[i].innerText, true); - } - } else { - document.querySelector("body > div.container > div > div > div.col-md-4 > div:nth-child(2) > div.cnt-row-body").innerHTML = "加载失败: " + Response.Message; - } - }); - } - } else if (location.pathname == "/problemset.php") { - if (UtilityEnabled("Translate")) { - document.querySelector("body > div > div.mt-3 > center > table:nth-child(2) > tbody > tr > td:nth-child(2) > form > input").placeholder = "题目编号"; - document.querySelector("body > div > div.mt-3 > center > table:nth-child(2) > tbody > tr > td:nth-child(2) > form > button").innerText = "确认"; - document.querySelector("body > div > div.mt-3 > center > table:nth-child(2) > tbody > tr > td:nth-child(3) > form > input").placeholder = "标题或内容"; - document.querySelector("#problemset > thead > tr > th:nth-child(1)").innerText = "状态"; - } - if (UtilityEnabled("ResetType")) { - document.querySelector("#problemset > thead > tr > th:nth-child(1)").style.width = "5%"; - document.querySelector("#problemset > thead > tr > th:nth-child(2)").style.width = "10%"; - document.querySelector("#problemset > thead > tr > th:nth-child(3)").style.width = "75%"; - document.querySelector("#problemset > thead > tr > th:nth-child(4)").style.width = "5%"; - document.querySelector("#problemset > thead > tr > th:nth-child(5)").style.width = "5%"; - } - document.querySelector("body > div > div.mt-3 > center > table:nth-child(2)").outerHTML = ` -
-
-
-
- - -
-
-
-
- - -
-
-
`; - if (SearchParams.get("search") != null) { - document.querySelector("body > div > div.mt-3 > center > div > div:nth-child(3) > form > input").value = SearchParams.get("search"); - } - - let Temp = document.querySelector("#problemset").rows; - for (let i = 1; i < Temp.length; i++) { - localStorage.setItem("UserScript-Problem-" + Temp[i].children[1].innerText + "-Name", Temp[i].children[2].innerText); - } - } else if (location.pathname == "/problem.php") { - await RenderMathJax(); - if (SearchParams.get("cid") != null) { - document.getElementsByTagName("h2")[0].innerHTML += " (" + localStorage.getItem("UserScript-Contest-" + SearchParams.get("cid") + "-Problem-" + SearchParams.get("pid") + "-PID") + ")"; - } - if (document.querySelector("body > div > div.mt-3 > h2") != null) { - document.querySelector("body > div > div.mt-3").innerHTML = "没有此题目或题目对你不可见"; - setTimeout(() => { - location.href = "https://www.xmoj.tech/problemset.php"; - }, 1000); - } else { - let PID = localStorage.getItem("UserScript-Contest-" + SearchParams.get("cid") + "-Problem-" + SearchParams.get("pid") + "-PID"); - - document.querySelector("body > div > div.mt-3 > center").lastChild.style.marginLeft = "10px"; - //修复提交按钮 - let SubmitLink = document.querySelector('.mt-3 > center:nth-child(1) > a:nth-child(12)'); - if (SubmitLink == null) { //a special type of problem - SubmitLink = document.querySelector('.mt-3 > center:nth-child(1) > a:nth-child(10)'); - } - if (SubmitLink == null) { - SubmitLink = document.querySelector('.mt-3 > center:nth-child(1) > a:nth-child(11)'); - } - if (SubmitLink == null) { - SubmitLink = document.querySelector('.mt-3 > center:nth-child(1) > a:nth-child(13)'); - } - if (SubmitLink == null) { - SubmitLink = document.querySelector('.mt-3 > center:nth-child(1) > a:nth-child(9)'); - } - let SubmitButton = document.createElement('button'); - SubmitButton.id = 'SubmitButton'; - SubmitButton.className = 'btn btn-outline-secondary'; - SubmitButton.textContent = '提交'; - SubmitButton.href = SubmitLink.href; - SubmitButton.onclick = function () { - window.location.href = SubmitLink.href; - console.log(SubmitLink.href); - }; - - // Replace the element with the button - SubmitLink.parentNode.replaceChild(SubmitButton, SubmitLink); - // Remove the button's outer [] - let str = document.querySelector('.mt-3 > center:nth-child(1)').innerHTML; - let target = SubmitButton.outerHTML; - let result = str.replace(new RegExp(`(.?)${target}(.?)`, 'g'), target); - document.querySelector('.mt-3 > center:nth-child(1)').innerHTML = result; - document.querySelector('html body.placeholder-glow div.container div.mt-3 center button#SubmitButton.btn.btn-outline-secondary').onclick = function () { - window.location.href = SubmitLink.href; - console.log(SubmitLink.href); - }; - var Temp = document.querySelectorAll(".sampledata"); - for (var i = 0; i < Temp.length; i++) { - Temp[i].parentElement.className = "card"; - } - if (UtilityEnabled("RemoveUseless")) { - document.querySelector("h2.lang_en").remove(); - document.getElementsByTagName("center")[1].remove(); - } - if (UtilityEnabled("CopySamples")) { - $(".copy-btn").click((Event) => { - let CurrentButton = $(Event.currentTarget); - let span = CurrentButton.parent().last().find(".sampledata"); - if (!span.length) { - CurrentButton.text("未找到代码块").addClass("done"); - setTimeout(() => { - $(".copy-btn").text("复制").removeClass("done"); - }, 1000); - return; - } - GM_setClipboard(span.text()); - CurrentButton.text("复制成功").addClass("done"); - setTimeout(() => { - $(".copy-btn").text("复制").removeClass("done"); - }, 1000); - //document.body.removeChild(textarea[0]); - }); - } - let IOFileElement = document.querySelector("body > div > div.mt-3 > center > h3"); - if (IOFileElement != null) { - while (IOFileElement.childNodes.length >= 1) { - IOFileElement.parentNode.insertBefore(IOFileElement.childNodes[0], IOFileElement); - } - IOFileElement.parentNode.insertBefore(document.createElement("br"), IOFileElement); - IOFileElement.remove(); - let Temp = document.querySelector("body > div > div.mt-3 > center").childNodes[2].data.trim(); - let IOFilename = Temp.substring(0, Temp.length - 3); - localStorage.setItem("UserScript-Problem-" + PID + "-IOFilename", IOFilename); - } - - if (UtilityEnabled("CopyMD")) { - await fetch(location.href).then((Response) => { - return Response.text(); - }).then((Response) => { - let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); - let Temp = ParsedDocument.querySelectorAll(".cnt-row-body"); - if (UtilityEnabled("DebugMode")) console.log(Temp); - for (let i = 0; i < Temp.length; i++) { - if (Temp[i].children[0].className === "content lang_cn") { - let CopyMDButton = document.createElement("button"); - CopyMDButton.className = "btn btn-sm btn-outline-secondary copy-btn"; - CopyMDButton.innerText = "复制"; - CopyMDButton.style.marginLeft = "10px"; - CopyMDButton.type = "button"; - document.querySelectorAll(".cnt-row-head.title")[i].appendChild(CopyMDButton); - CopyMDButton.addEventListener("click", () => { - GM_setClipboard(Temp[i].children[0].innerText.trim().replaceAll("\n\t", "\n").replaceAll("\n\n", "\n")); - CopyMDButton.innerText = "复制成功"; - setTimeout(() => { - CopyMDButton.innerText = "复制"; - }, 1000); - }); - } - } - }); - } - - if (UtilityEnabled("Discussion")) { - let DiscussButton = document.createElement("button"); - DiscussButton.className = "btn btn-outline-secondary position-relative"; - DiscussButton.innerHTML = `讨论`; - DiscussButton.style.marginLeft = "10px"; - DiscussButton.type = "button"; - DiscussButton.addEventListener("click", () => { - if (SearchParams.get("cid") != null) { - open("https://www.xmoj.tech/discuss3/discuss.php?pid=" + PID, "_blank"); - } else { - open("https://www.xmoj.tech/discuss3/discuss.php?pid=" + SearchParams.get("id"), "_blank"); - } - }); - document.querySelector("body > div > div.mt-3 > center").appendChild(DiscussButton); - let UnreadBadge = document.createElement("span"); - UnreadBadge.className = "position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger"; - UnreadBadge.style.display = "none"; - DiscussButton.appendChild(UnreadBadge); - - let RefreshCount = () => { - RequestAPI("GetPostCount", { - "ProblemID": Number(PID) - }, (Response) => { - if (Response.Success) { - if (Response.Data.DiscussCount != 0) { - UnreadBadge.innerText = Response.Data.DiscussCount; - UnreadBadge.style.display = ""; - } - } - }); - }; - RefreshCount(); - addEventListener("focus", RefreshCount); - } - - let Tables = document.getElementsByTagName("table"); - for (let i = 0; i < Tables.length; i++) { - TidyTable(Tables[i]); - } - } - Style.innerHTML += "code, kbd, pre, samp {"; - Style.innerHTML += " font-family: monospace, Consolas, 'Courier New';"; - Style.innerHTML += " font-size: 1rem;"; - Style.innerHTML += "}"; - Style.innerHTML += "pre {"; - Style.innerHTML += " padding: 0.3em 0.5em;"; - Style.innerHTML += " margin: 0.5em 0;"; - Style.innerHTML += "}"; - Style.innerHTML += ".in-out {"; - Style.innerHTML += " overflow: hidden;"; - Style.innerHTML += " display: flex;"; - Style.innerHTML += " padding: 0.5em 0;"; - Style.innerHTML += "}"; - Style.innerHTML += ".in-out .in-out-item {"; - Style.innerHTML += " flex: 1;"; - Style.innerHTML += " overflow: hidden;"; - Style.innerHTML += "}"; - Style.innerHTML += ".cnt-row .title {"; - Style.innerHTML += " font-weight: bolder;"; - Style.innerHTML += " font-size: 1.1rem;"; - Style.innerHTML += "}"; - Style.innerHTML += ".cnt-row .content {"; - Style.innerHTML += " overflow: hidden;"; - Style.innerHTML += "}"; - Style.innerHTML += "a.copy-btn {"; - Style.innerHTML += " float: right;"; - Style.innerHTML += " padding: 0 0.4em;"; - Style.innerHTML += " border: 1px solid var(--bs-primary);"; - Style.innerHTML += " border-radius: 3px;"; - Style.innerHTML += " color: var(--bs-primary);"; - Style.innerHTML += " cursor: pointer;"; - Style.innerHTML += "}"; - Style.innerHTML += "a.copy-btn:hover {"; - Style.innerHTML += " background-color: var(--bs-secondary-bg);"; - Style.innerHTML += "}"; - Style.innerHTML += "a.done, a.done:hover {"; - Style.innerHTML += " background-color: var(--bs-primary);"; - Style.innerHTML += " color: white;"; - Style.innerHTML += "}"; - } else if (location.pathname == "/status.php") { - if (SearchParams.get("ByUserScript") == null) { - document.title = "提交状态"; - document.querySelector("body > script:nth-child(5)").remove(); - if (UtilityEnabled("NewBootstrap")) { - document.querySelector("#simform").outerHTML = `
- -
- - -
-
- - -
- - -
-
- -
`; - } - - if (UtilityEnabled("ImproveACRate")) { - let ImproveACRateButton = document.createElement("button"); - document.querySelector("body > div.container > div > div.input-append").appendChild(ImproveACRateButton); - ImproveACRateButton.className = "btn btn-outline-secondary"; - ImproveACRateButton.innerText = "提高正确率"; - ImproveACRateButton.disabled = true; - let ACProblems = []; - await fetch("https://www.xmoj.tech/userinfo.php?user=" + CurrentUsername) - .then((Response) => { - return Response.text(); - }).then((Response) => { - let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); - ImproveACRateButton.innerText += "(" + (parseInt(ParsedDocument.querySelector("#statics > tbody > tr:nth-child(4) > td:nth-child(2)").innerText) / parseInt(ParsedDocument.querySelector("#statics > tbody > tr:nth-child(3) > td:nth-child(2)").innerText) * 100).toFixed(2) + "%)"; - let Temp = ParsedDocument.querySelector("#statics > tbody > tr:nth-child(2) > td:nth-child(3) > script").innerText.split("\n")[5].split(";"); - for (let i = 0; i < Temp.length; i++) { - ACProblems.push(Number(Temp[i].substring(2, Temp[i].indexOf(",")))); - } - ImproveACRateButton.disabled = false; - }); - ImproveACRateButton.addEventListener("click", async () => { - ImproveACRateButton.disabled = true; - let SubmitTimes = 3; - let Count = 0; - let SubmitInterval = setInterval(async () => { - if (Count >= SubmitTimes) { - clearInterval(SubmitInterval); - location.reload(); - return; - } - ImproveACRateButton.innerText = "正在提交 (" + (Count + 1) + "/" + SubmitTimes + ")"; - let PID = ACProblems[Math.floor(Math.random() * ACProblems.length)]; - let SID = 0; - await fetch("https://www.xmoj.tech/status.php?problem_id=" + PID + "&jresult=4") - .then((Result) => { - return Result.text(); - }).then((Result) => { - let ParsedDocument = new DOMParser().parseFromString(Result, "text/html"); - SID = ParsedDocument.querySelector("#result-tab > tbody > tr:nth-child(1) > td:nth-child(2)").innerText; - }); - let Code = ""; - await fetch("https://www.xmoj.tech/getsource.php?id=" + SID) - .then((Response) => { - return Response.text(); - }).then((Response) => { - Code = Response.substring(0, Response.indexOf("/**************************************************************")).trim(); - }); - await fetch("https://www.xmoj.tech/submit.php", { - "headers": { - "content-type": "application/x-www-form-urlencoded" - }, - "referrer": "https://www.xmoj.tech/submitpage.php?id=" + PID, - "method": "POST", - "body": "id=" + PID + "&" + "language=1&" + "source=" + encodeURIComponent(Code) + "&" + "enable_O2=on" - }); - Count++; - }, 1000); - }); - ImproveACRateButton.style.marginBottom = ImproveACRateButton.style.marginRight = "7px"; - ImproveACRateButton.style.marginRight = "7px"; - } - if (UtilityEnabled("CompareSource")) { - let CompareButton = document.createElement("button"); - document.querySelector("body > div.container > div > div.input-append").appendChild(CompareButton); - CompareButton.className = "btn btn-outline-secondary"; - CompareButton.innerText = "比较提交记录"; - CompareButton.addEventListener("click", () => { - location.href = "https://www.xmoj.tech/comparesource.php"; - }); - CompareButton.style.marginBottom = "7px"; - } - if (UtilityEnabled("ResetType")) { - document.querySelector("#result-tab > thead > tr > th:nth-child(1)").remove(); - document.querySelector("#result-tab > thead > tr > th:nth-child(2)").remove(); - document.querySelector("#result-tab > thead > tr > th:nth-child(10)").innerHTML = "开启O2"; - } - let Temp = document.querySelector("#result-tab > tbody").childNodes; - let SolutionIDs = []; - for (let i = 1; i < Temp.length; i += 2) { - let SID = Number(Temp[i].childNodes[1].innerText); - SolutionIDs.push(SID); - if (UtilityEnabled("ResetType")) { - Temp[i].childNodes[0].remove(); - Temp[i].childNodes[0].innerHTML = "
" + SID + " " + "重交"; - Temp[i].childNodes[1].remove(); - Temp[i].childNodes[1].children[0].removeAttribute("class"); - Temp[i].childNodes[3].childNodes[0].innerText = SizeToStringSize(Temp[i].childNodes[3].childNodes[0].innerText); - Temp[i].childNodes[4].childNodes[0].innerText = TimeToStringTime(Temp[i].childNodes[4].childNodes[0].innerText); - Temp[i].childNodes[5].innerText = Temp[i].childNodes[5].childNodes[0].innerText; - Temp[i].childNodes[6].innerText = CodeSizeToStringSize(Temp[i].childNodes[6].innerText.substring(0, Temp[i].childNodes[6].innerText.length - 1)); - Temp[i].childNodes[9].innerText = (Temp[i].childNodes[9].innerText == "" ? "否" : "是"); - } - if (SearchParams.get("cid") === null) { - localStorage.setItem("UserScript-Solution-" + SID + "-Problem", Temp[i].childNodes[1].innerText); - } else { - localStorage.setItem("UserScript-Solution-" + SID + "-Contest", SearchParams.get("cid")); - localStorage.setItem("UserScript-Solution-" + SID + "-PID-Contest", Temp[i].childNodes[1].innerText.charAt(0)); - } - } - - if (UtilityEnabled("RefreshSolution")) { - let StdList; - await new Promise((Resolve) => { - RequestAPI("GetStdList", {}, async (Result) => { - if (Result.Success) { - StdList = Result.Data.StdList; - Resolve(); - } - }) - }); - - let Rows = document.getElementById("result-tab").rows; - let Points = Array(); - for (let i = 1; i <= SolutionIDs.length; i++) { - Rows[i].cells[2].className = "td_result"; - let SolutionID = SolutionIDs[i - 1]; - if (Rows[i].cells[2].children.length == 2) { - Points[SolutionID] = Rows[i].cells[2].children[1].innerText; - Rows[i].cells[2].children[1].remove(); - } - Rows[i].cells[2].innerHTML += ""; - setTimeout(() => { - RefreshResult(SolutionID); - }, 0); - } - - let RefreshResult = async (SolutionID) => { - let CurrentRow = null; - let Rows = document.getElementById("result-tab").rows; - for (let i = 0; i < SolutionIDs.length; i++) { - if (SolutionIDs[i] == SolutionID) { - CurrentRow = Rows[i + 1]; - break; - } - } - await fetch("status-ajax.php?solution_id=" + SolutionID) - .then((Response) => { - return Response.text(); - }) - .then((Response) => { - let PID = 0; - if (SearchParams.get("cid") === null) { - PID = localStorage.getItem("UserScript-Solution-" + SolutionID + "-Problem"); - } else { - PID = localStorage.getItem("UserScript-Contest-" + SearchParams.get("cid") + "-Problem-" + (CurrentRow.cells[1].innerText.charCodeAt(0) - 65) + "-PID"); - } - let ResponseData = Response.split(","); - CurrentRow.cells[3].innerHTML = "
" + SizeToStringSize(ResponseData[1]) + "
"; - CurrentRow.cells[4].innerHTML = "
" + TimeToStringTime(ResponseData[2]) + "
"; - let TempHTML = ""; - TempHTML += judge_result[ResponseData[0]]; - TempHTML += ""; - if (Points[SolutionID] != undefined) { - TempHTML += "" + Points[SolutionID] + ""; - if (Points[SolutionID].substring(0, Points[SolutionID].length - 1) >= 50) { - TempHTML += `查看标程`; - } - } - if (ResponseData[0] < 4) { - setTimeout(() => { - RefreshResult(SolutionID) - }, 500); - TempHTML += ""; - } else if (ResponseData[0] == 4 && UtilityEnabled("UploadStd")) { - if (SearchParams.get("cid") == null) CurrentRow.cells[1].innerText; - let Std = StdList.find((Element) => { - return Element == Number(PID); - }); - if (Std != undefined) { - TempHTML += "✅"; - } else { - RequestAPI("UploadStd", { - "ProblemID": Number(PID), - }, (Result) => { - if (Result.Success) { - CurrentRow.cells[2].innerHTML += "🆗"; - } else { - CurrentRow.cells[2].innerHTML += "⚠️"; - } - }); - } - } - CurrentRow.cells[2].innerHTML = TempHTML; - }); - }; - } - } - } else if (location.pathname == "/contest.php") { - if (UtilityEnabled("AutoCountdown")) { - clock = () => { - } - } - if (location.href.indexOf("?cid=") == -1) { - if (UtilityEnabled("ResetType")) { - document.querySelector("body > div > div.mt-3 > center").innerHTML = String(document.querySelector("body > div > div.mt-3 > center").innerHTML).replaceAll("ServerTime:", "服务器时间:"); - document.querySelector("body > div > div.mt-3 > center > table").style.marginTop = "10px"; - - document.querySelector("body > div > div.mt-3 > center > form").outerHTML = `
-
-
-
- - -
-
-
`; - } - if (UtilityEnabled("Translate")) { - document.querySelector("body > div > div.mt-3 > center > table > thead > tr").childNodes[0].innerText = "编号"; - document.querySelector("body > div > div.mt-3 > center > table > thead > tr").childNodes[1].innerText = "标题"; - document.querySelector("body > div > div.mt-3 > center > table > thead > tr").childNodes[2].innerText = "状态"; - document.querySelector("body > div > div.mt-3 > center > table > thead > tr").childNodes[3].remove(); - document.querySelector("body > div > div.mt-3 > center > table > thead > tr").childNodes[3].innerText = "创建者"; - } - let Temp = document.querySelector("body > div > div.mt-3 > center > table > tbody").childNodes; - for (let i = 1; i < Temp.length; i++) { - let CurrentElement = Temp[i].childNodes[2].childNodes; - if (CurrentElement[1].childNodes[0].data.indexOf("运行中") != -1) { - let Time = String(CurrentElement[1].childNodes[1].innerText).substring(4); - let Day = parseInt(Time.substring(0, Time.indexOf("天"))) || 0; - let Hour = parseInt(Time.substring((Time.indexOf("天") == -1 ? 0 : Time.indexOf("天") + 1), Time.indexOf("小时"))) || 0; - let Minute = parseInt(Time.substring((Time.indexOf("小时") == -1 ? 0 : Time.indexOf("小时") + 2), Time.indexOf("分"))) || 0; - let Second = parseInt(Time.substring((Time.indexOf("分") == -1 ? 0 : Time.indexOf("分") + 1), Time.indexOf("秒"))) || 0; - let TimeStamp = new Date().getTime() + diff + ((((isNaN(Day) ? 0 : Day) * 24 + Hour) * 60 + Minute) * 60 + Second) * 1000; - CurrentElement[1].childNodes[1].setAttribute("EndTime", TimeStamp); - CurrentElement[1].childNodes[1].classList.add("UpdateByJS"); - } else if (CurrentElement[1].childNodes[0].data.indexOf("开始于") != -1) { - let TimeStamp = Date.parse(String(CurrentElement[1].childNodes[0].data).substring(4)) + diff; - CurrentElement[1].setAttribute("EndTime", TimeStamp); - CurrentElement[1].classList.add("UpdateByJS"); - } else if (CurrentElement[1].childNodes[0].data.indexOf("已结束") != -1) { - let TimeStamp = String(CurrentElement[1].childNodes[0].data).substring(4); - CurrentElement[1].childNodes[0].data = " 已结束 "; - CurrentElement[1].className = "red"; - let Temp = document.createElement("span"); - CurrentElement[1].appendChild(Temp); - Temp.className = "green"; - Temp.innerHTML = TimeStamp; - } - Temp[i].childNodes[3].style.display = "none"; - Temp[i].childNodes[4].innerHTML = "" + Temp[i].childNodes[4].innerHTML + ""; - localStorage.setItem("UserScript-Contest-" + Temp[i].childNodes[0].innerText + "-Name", Temp[i].childNodes[1].innerText); - } - } else { - document.getElementsByTagName("h3")[0].innerHTML = "比赛" + document.getElementsByTagName("h3")[0].innerHTML.substring(7); - if (document.querySelector("#time_left") != null) { - let EndTime = document.querySelector("body > div > div.mt-3 > center").childNodes[3].data; - EndTime = EndTime.substring(EndTime.indexOf("结束时间是:") + 6, EndTime.lastIndexOf("。")); - EndTime = new Date(EndTime).getTime(); - if (new Date().getTime() < EndTime) { - document.querySelector("#time_left").classList.add("UpdateByJS"); - document.querySelector("#time_left").setAttribute("EndTime", EndTime); - } - } - let HTMLData = document.querySelector("body > div > div.mt-3 > center > div").innerHTML; - HTMLData = HTMLData.replaceAll("  \n  ", " ") - HTMLData = HTMLData.replaceAll("
开始于: ", "开始时间:") - HTMLData = HTMLData.replaceAll("\n结束于: ", "
结束时间:") - HTMLData = HTMLData.replaceAll("\n订正截止日期: ", "
订正截止日期:") - HTMLData = HTMLData.replaceAll("\n现在时间: ", "当前时间:") - HTMLData = HTMLData.replaceAll("\n状态:", "
状态:") - document.querySelector("body > div > div.mt-3 > center > div").innerHTML = HTMLData; - if (UtilityEnabled("RemoveAlerts") && document.querySelector("body > div > div.mt-3 > center").innerHTML.indexOf("尚未开始比赛") != -1) { - document.querySelector("body > div > div.mt-3 > center > a").setAttribute("href", "start_contest.php?cid=" + SearchParams.get("cid")); - } else if (UtilityEnabled("AutoRefresh")) { - addEventListener("focus", async () => { - await fetch(location.href) - .then((Response) => { - return Response.text(); - }) - .then((Response) => { - let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); - let Temp = ParsedDocument.querySelector("#problemset > tbody").children; - if (UtilityEnabled("ReplaceYN")) { - for (let i = 0; i < Temp.length; i++) { - let Status = Temp[i].children[0].innerText; - if (Status.indexOf("Y") != -1) { - document.querySelector("#problemset > tbody").children[i].children[0].children[0].className = "status status_y"; - document.querySelector("#problemset > tbody").children[i].children[0].children[0].innerText = "✓"; - } else if (Status.indexOf("N") != -1) { - document.querySelector("#problemset > tbody").children[i].children[0].children[0].className = "status status_n"; - document.querySelector("#problemset > tbody").children[i].children[0].children[0].innerText = "✗"; - } - } - } - }); - }); - document.querySelector("body > div > div.mt-3 > center > br:nth-child(2)").remove(); - document.querySelector("body > div > div.mt-3 > center > br:nth-child(2)").remove(); - document.querySelector("body > div > div.mt-3 > center > div > .red").innerHTML = String(document.querySelector("body > div > div.mt-3 > center > div > .red").innerHTML).replaceAll("
", "

"); - - document.querySelector("#problemset > tbody").innerHTML = String(document.querySelector("#problemset > tbody").innerHTML).replaceAll(/\t ([0-9]*)      问题  ([^<]*)/g, "$2. $1"); - - document.querySelector("#problemset > tbody").innerHTML = String(document.querySelector("#problemset > tbody").innerHTML).replaceAll(/\t\*([0-9]*)      问题  ([^<]*)/g, "拓展$2. $1"); - - if (UtilityEnabled("MoreSTD") && document.querySelector("#problemset > thead > tr").innerHTML.indexOf("标程") != -1) { - let Temp = document.querySelector("#problemset > thead > tr").children; - for (let i = 0; i < Temp.length; i++) { - if (Temp[i].innerText == "标程") { - Temp[i].remove(); - let Temp2 = document.querySelector("#problemset > tbody").children; - for (let j = 0; j < Temp2.length; j++) { - if (Temp2[j].children[i] != undefined) { - Temp2[j].children[i].remove(); - } - } - } - } - document.querySelector("#problemset > thead > tr").innerHTML += "标程"; - Temp = document.querySelector("#problemset > tbody").children; - for (let i = 0; i < Temp.length; i++) { - Temp[i].innerHTML += "打开"; - } - } - - Temp = document.querySelector("#problemset > tbody").rows; - for (let i = 0; i < Temp.length; i++) { - if (Temp[i].childNodes[0].children.length == 0) { - Temp[i].childNodes[0].innerHTML = "
"; - } - let PID = Temp[i].childNodes[1].innerHTML; - if (PID.substring(0, 2) == "拓展") { - PID = PID.substring(2); - } - Temp[i].children[2].children[0].target = "_blank"; - localStorage.setItem("UserScript-Contest-" + SearchParams.get("cid") + "-Problem-" + i + "-PID", PID.substring(3)); - localStorage.setItem("UserScript-Problem-" + PID.substring(3) + "-Name", Temp[i].childNodes[2].innerText); - } - let CheatDiv = document.createElement("div"); - CheatDiv.style.marginTop = "20px"; - CheatDiv.style.textAlign = "left"; - document.querySelector("body > div > div.mt-3 > center").insertBefore(CheatDiv, document.querySelector("#problemset")); - if (UtilityEnabled("AutoCheat")) { - let AutoCheatButton = document.createElement("button"); - CheatDiv.appendChild(AutoCheatButton); - AutoCheatButton.className = "btn btn-outline-secondary"; - AutoCheatButton.innerText = "自动提交当年代码"; - AutoCheatButton.style.marginRight = "5px"; - AutoCheatButton.disabled = true; - let ACProblems = [], ContestProblems = []; - const UrlParams = new URLSearchParams(window.location.search); - const CID = UrlParams.get("cid"); - await fetch("https://www.xmoj.tech/userinfo.php?user=" + CurrentUsername) - .then((Response) => { - return Response.text(); - }).then((Response) => { - let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); - let Temp = ParsedDocument.querySelector("#statics > tbody > tr:nth-child(2) > td:nth-child(3) > script").innerText.split("\n")[5].split(";"); - for (let i = 0; i < Temp.length; i++) { - ACProblems.push(Number(Temp[i].substring(2, Temp[i].indexOf(",")))); - } - AutoCheatButton.disabled = false; - }); - let Rows = document.querySelector("#problemset > tbody").rows; - for (let i = 0; i < Rows.length; i++) { - ContestProblems.push(Rows[i].children[1].innerText.substring(Rows[i].children[1].innerText.indexOf('.') + 2)).toFixed; - } - AutoCheatButton.addEventListener("click", async () => { - AutoCheatButton.disabled = true; - let Submitted = false; - for (let i = 0; i < ContestProblems.length; i++) { - let PID = ContestProblems[i]; - if (ACProblems.indexOf(Number(PID)) == -1) { - console.log("Ignoring problem " + PID + " as it has not been solved yet."); - continue; - } - if (Rows[i].children[0].children[0].classList.contains("status_y")) { - console.log("Ignoring problem " + PID + " as it has already been solved in this contest."); - continue; - } - console.log("Submitting problem " + PID); - Submitted = true; - AutoCheatButton.innerHTML = "正在提交 " + PID; - let SID = 0; - await fetch("https://www.xmoj.tech/status.php?problem_id=" + PID + "&jresult=4") - .then((Result) => { - return Result.text(); - }).then((Result) => { - let ParsedDocument = new DOMParser().parseFromString(Result, "text/html"); - SID = ParsedDocument.querySelector("#result-tab > tbody > tr:nth-child(1) > td:nth-child(2)").innerText; - }); - await new Promise(r => setTimeout(r, 500)); - let Code = ""; - await fetch("https://www.xmoj.tech/getsource.php?id=" + SID) - .then((Response) => { - return Response.text(); - }).then((Response) => { - Code = Response.substring(0, Response.indexOf("/**************************************************************")).trim(); - }); - await new Promise(r => setTimeout(r, 500)); - await fetch("https://www.xmoj.tech/submit.php", { - "headers": { - "content-type": "application/x-www-form-urlencoded" - }, - "referrer": "https://www.xmoj.tech/submitpage.php?id=" + PID, - "method": "POST", - "body": "cid=" + CID + "&pid=" + i + "&" + "language=1&" + "source=" + encodeURIComponent(Code) + "&" + "enable_O2=on" - }); - await new Promise(r => setTimeout(r, 500)); - } - if (!Submitted) { - AutoCheatButton.innerHTML = "没有可以提交的题目!"; - await new Promise(r => setTimeout(r, 1000)); - } - AutoCheatButton.disabled = false; - if (Submitted) location.reload(); else AutoCheatButton.innerHTML = "自动提交当年代码"; - }); - document.addEventListener("keydown", (Event) => { - if (Event.code === 'Enter' && (Event.metaKey || Event.ctrlKey)) { - AutoCheatButton.click(); - } - }); - } - if (UtilityEnabled("OpenAllProblem")) { - let OpenAllButton = document.createElement("button"); - OpenAllButton.className = "btn btn-outline-secondary"; - OpenAllButton.innerText = "打开全部题目"; - OpenAllButton.style.marginRight = "5px"; - CheatDiv.appendChild(OpenAllButton); - OpenAllButton.addEventListener("click", () => { - let Rows = document.querySelector("#problemset > tbody").rows; - for (let i = 0; i < Rows.length; i++) { - open(Rows[i].children[2].children[0].href, "_blank"); - } - }); - let OpenUnsolvedButton = document.createElement("button"); - OpenUnsolvedButton.className = "btn btn-outline-secondary"; - OpenUnsolvedButton.innerText = "打开未解决题目"; - CheatDiv.appendChild(OpenUnsolvedButton); - OpenUnsolvedButton.addEventListener("click", () => { - let Rows = document.querySelector("#problemset > tbody").rows; - for (let i = 0; i < Rows.length; i++) { - if (!Rows[i].children[0].children[0].classList.contains("status_y")) { - open(Rows[i].children[2].children[0].href, "_blank"); - } - } - }); - } - localStorage.setItem("UserScript-Contest-" + SearchParams.get("cid") + "-ProblemCount", document.querySelector("#problemset > tbody").rows.length); - } - } - } else if (location.pathname == "/contestrank-oi.php") { - if (document.querySelector("#rank") == null) { - document.querySelector("body > div > div.mt-3").innerHTML = "

比赛排名

"; - } - if (SearchParams.get("ByUserScript") == null) { - if (document.querySelector("body > div > div.mt-3 > center > h3").innerText == "比赛排名") { - document.querySelector("#rank").innerText = "比赛暂时还没有排名"; - } else { - document.querySelector("body > div > div.mt-3 > center > h3").innerText = document.querySelector("body > div > div.mt-3 > center > h3").innerText.substring(document.querySelector("body > div > div.mt-3 > center > h3").innerText.indexOf(" -- ") + 4) + "(OI排名)"; - document.querySelector("#rank > thead > tr > :nth-child(1)").innerText = "排名"; - document.querySelector("#rank > thead > tr > :nth-child(2)").innerText = "用户"; - document.querySelector("#rank > thead > tr > :nth-child(3)").innerText = "昵称"; - document.querySelector("#rank > thead > tr > :nth-child(4)").innerText = "AC数"; - document.querySelector("#rank > thead > tr > :nth-child(5)").innerText = "得分"; - let RefreshOIRank = async () => { - await fetch(location.href) - .then((Response) => { - return Response.text() - }) - .then(async (Response) => { - let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); - TidyTable(ParsedDocument.getElementById("rank")); - let Temp = ParsedDocument.getElementById("rank").rows; - for (var i = 1; i < Temp.length; i++) { - let MetalCell = Temp[i].cells[0]; - let Metal = document.createElement("span"); - Metal.innerText = MetalCell.innerText; - Metal.className = "badge text-bg-primary"; - MetalCell.innerText = ""; - MetalCell.appendChild(Metal); - GetUsernameHTML(Temp[i].cells[1], Temp[i].cells[1].innerText); - Temp[i].cells[2].innerHTML = Temp[i].cells[2].innerText; - Temp[i].cells[3].innerHTML = Temp[i].cells[3].innerText; - for (let j = 5; j < Temp[i].cells.length; j++) { - let InnerText = Temp[i].cells[j].innerText; - let BackgroundColor = Temp[i].cells[j].style.backgroundColor; - let Red = BackgroundColor.substring(4, BackgroundColor.indexOf(",")); - let Green = BackgroundColor.substring(BackgroundColor.indexOf(",") + 2, BackgroundColor.lastIndexOf(",")); - let Blue = BackgroundColor.substring(BackgroundColor.lastIndexOf(",") + 2, BackgroundColor.lastIndexOf(")")); - let NoData = (Red == 238 && Green == 238 && Blue == 238); - let FirstBlood = (Red == 170 && Green == 170 && Blue == 255); - let Solved = (Green == 255); - let ErrorCount = ""; - if (Solved) { - ErrorCount = (Blue == 170 ? 5 : (Blue - 51) / 32); - } else { - ErrorCount = (Blue == 22 ? 15 : (170 - Blue) / 10); - } - if (NoData) { - BackgroundColor = ""; - } else if (FirstBlood) { - BackgroundColor = "rgb(127, 127, 255)"; - } else if (Solved) { - BackgroundColor = "rgb(0, 255, 0, " + Math.max(1 / 10 * (10 - ErrorCount), 0.2) + ")"; - if (ErrorCount != 0) { - InnerText += " (" + (ErrorCount == 5 ? "4+" : ErrorCount) + ")"; - } - } else { - BackgroundColor = "rgba(255, 0, 0, " + Math.min(ErrorCount / 10 + 0.2, 1) + ")"; - if (ErrorCount != 0) { - InnerText += " (" + (ErrorCount == 15 ? "14+" : ErrorCount) + ")"; - } - } - Temp[i].cells[j].innerHTML = InnerText; - Temp[i].cells[j].style.backgroundColor = BackgroundColor; - Temp[i].cells[j].style.color = (UtilityEnabled("DarkMode") ? "white" : "black"); - } - } - document.querySelector("#rank > tbody").innerHTML = ParsedDocument.querySelector("#rank > tbody").innerHTML; - }); - }; - RefreshOIRank(); - document.title = document.querySelector("body > div.container > div > center > h3").innerText; - if (UtilityEnabled("AutoRefresh")) { - addEventListener("focus", RefreshOIRank); - } - } - } - Style.innerHTML += "td {"; - Style.innerHTML += " white-space: nowrap;"; - Style.innerHTML += "}"; - document.querySelector("body > div.container > div > center").style.paddingBottom = "10px"; - document.querySelector("body > div.container > div > center > a").style.display = "none"; - document.title = document.querySelector("body > div.container > div > center > h3").innerText; - } else if (location.pathname == "/contestrank-correct.php") { - if (document.querySelector("#rank") == null) { - document.querySelector("body > div > div.mt-3").innerHTML = "

比赛排名

"; - } - if (document.querySelector("body > div > div.mt-3 > center > h3").innerText == "比赛排名") { - document.querySelector("#rank").innerText = "比赛暂时还没有排名"; - } else { - if (UtilityEnabled("ResetType")) { - document.querySelector("body > div > div.mt-3 > center > h3").innerText = document.querySelector("body > div > div.mt-3 > center > h3").innerText.substring(document.querySelector("body > div > div.mt-3 > center > h3").innerText.indexOf(" -- ") + 4) + "(订正排名)"; - document.querySelector("body > div > div.mt-3 > center > a").remove(); - } - document.querySelector("#rank > thead > tr > :nth-child(1)").innerText = "排名"; - document.querySelector("#rank > thead > tr > :nth-child(2)").innerText = "用户"; - document.querySelector("#rank > thead > tr > :nth-child(3)").innerText = "昵称"; - document.querySelector("#rank > thead > tr > :nth-child(4)").innerText = "AC数"; - document.querySelector("#rank > thead > tr > :nth-child(5)").innerText = "得分"; - let RefreshCorrectRank = async () => { - await fetch(location.href) - .then((Response) => { - return Response.text() - }) - .then(async (Response) => { - let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); - TidyTable(ParsedDocument.getElementById("rank")); - let Temp = ParsedDocument.getElementById("rank").rows; - for (var i = 1; i < Temp.length; i++) { - let MetalCell = Temp[i].cells[0]; - let Metal = document.createElement("span"); - Metal.innerText = MetalCell.innerText; - Metal.className = "badge text-bg-primary"; - MetalCell.innerText = ""; - MetalCell.appendChild(Metal); - GetUsernameHTML(Temp[i].cells[1], Temp[i].cells[1].innerText); - Temp[i].cells[2].innerHTML = Temp[i].cells[2].innerText; - Temp[i].cells[3].innerHTML = Temp[i].cells[3].innerText; - for (let j = 5; j < Temp[i].cells.length; j++) { - let InnerText = Temp[i].cells[j].innerText; - let BackgroundColor = Temp[i].cells[j].style.backgroundColor; - let Red = BackgroundColor.substring(4, BackgroundColor.indexOf(",")); - let Green = BackgroundColor.substring(BackgroundColor.indexOf(",") + 2, BackgroundColor.lastIndexOf(",")); - let Blue = BackgroundColor.substring(BackgroundColor.lastIndexOf(",") + 2, BackgroundColor.lastIndexOf(")")); - let NoData = (Red == 238 && Green == 238 && Blue == 238); - let FirstBlood = (Red == 170 && Green == 170 && Blue == 255); - let Solved = (Green == 255); - let ErrorCount = ""; - if (Solved) { - ErrorCount = (Blue == 170 ? "4+" : (Blue - 51) / 32); - } else { - ErrorCount = (Blue == 22 ? "14+" : (170 - Blue) / 10); - } - if (NoData) { - BackgroundColor = ""; - } else if (FirstBlood) { - BackgroundColor = "rgba(127, 127, 255, 0.5)"; - } else if (Solved) { - BackgroundColor = "rgba(0, 255, 0, 0.5)"; - if (ErrorCount != 0) { - InnerText += " (" + ErrorCount + ")"; - } - } else { - BackgroundColor = "rgba(255, 0, 0, 0.5)"; - if (ErrorCount != 0) { - InnerText += " (" + ErrorCount + ")"; - } - } - Temp[i].cells[j].innerHTML = InnerText; - Temp[i].cells[j].style.backgroundColor = BackgroundColor; - } - } - document.querySelector("#rank > tbody").innerHTML = ParsedDocument.querySelector("#rank > tbody").innerHTML; - }); - }; - RefreshCorrectRank(); - document.title = document.querySelector("body > div.container > div > center > h3").innerText; - if (UtilityEnabled("AutoRefresh")) { - addEventListener("focus", RefreshCorrectRank); - } - } - } else if (location.pathname == "/submitpage.php") { - document.title = "提交代码: " + (SearchParams.get("id") != null ? "题目" + Number(SearchParams.get("id")) : "比赛" + Number(SearchParams.get("cid"))); - document.querySelector("body > div > div.mt-3").innerHTML = `
` + `

提交代码

` + (SearchParams.get("id") != null ? `题目${Number(SearchParams.get("id"))}` : `比赛${Number(SearchParams.get("cid")) + ` 题目` + String.fromCharCode(65 + parseInt(SearchParams.get("pid")))}`) + `
- -
- -
- - -
`; - if (UtilityEnabled("AutoO2")) { - document.querySelector("#enable_O2").checked = true; - } - let CodeMirrorElement; - (() => { - CodeMirrorElement = CodeMirror.fromTextArea(document.querySelector("#CodeInput"), { - lineNumbers: true, - matchBrackets: true, - mode: "text/x-c++src", - indentUnit: 4, - indentWithTabs: true, - enterMode: "keep", - tabMode: "shift", - theme: (UtilityEnabled("DarkMode") ? "darcula" : "default"), - extraKeys: { - "Ctrl-Space": "autocomplete", "Ctrl-Enter": function (instance) { - Submit.click(); - } - } - }) - })(); - CodeMirrorElement.setSize("100%", "auto"); - CodeMirrorElement.getWrapperElement().style.border = "1px solid #ddd"; - - if (SearchParams.get("sid") !== null) { - await fetch("https://www.xmoj.tech/getsource.php?id=" + SearchParams.get("sid")) - .then((Response) => { - return Response.text() - }) - .then((Response) => { - CodeMirrorElement.setValue(Response.substring(0, Response.indexOf("/**************************************************************")).trim()); - }); - } - - PassCheck.addEventListener("click", async () => { - ErrorElement.style.display = "none"; - document.querySelector("#Submit").disabled = true; - document.querySelector("#Submit").value = "正在提交..."; - let o2Switch = "&enable_O2=on"; - if (!document.querySelector("#enable_O2").checked) o2Switch = ""; - await fetch("https://www.xmoj.tech/submit.php", { - "headers": { - "content-type": "application/x-www-form-urlencoded" - }, - "referrer": location.href, - "method": "POST", - "body": (SearchParams.get("id") != null ? "id=" + SearchParams.get("id") : "cid=" + SearchParams.get("cid") + "&pid=" + SearchParams.get("pid")) + "&language=1&" + "source=" + encodeURIComponent(CodeMirrorElement.getValue()) + o2Switch - }).then(async (Response) => { - if (Response.redirected) { - location.href = Response.url; - } else { - const text = await Response.text(); - if (text.indexOf("没有这个比赛!") !== -1 && new URL(location.href).searchParams.get("pid") !== null) { - // Credit: https://github.com/boomzero/quicksubmit/blob/main/index.ts - // Also licensed under GPL-3.0 - const contestReq = await fetch("https://www.xmoj.tech/contest.php?cid=" + new URL(location.href).searchParams.get("cid")); - const res = await contestReq.text(); - if ( - contestReq.status !== 200 || - res.indexOf("比赛尚未开始或私有,不能查看题目。") !== -1 - ) { - console.error(`Failed to get contest page!`); - return; - } - const parser = new DOMParser(); - const dom = parser.parseFromString(res, "text/html"); - const contestProblems = []; - const rows = (dom.querySelector( - "#problemset > tbody", - )).rows; - for (let i = 0; i < rows.length; i++) { - contestProblems.push( - rows[i].children[1].textContent.substring(2, 6).replaceAll( - "\t", - "", - ), - ); - } - rPID = contestProblems[new URL(location.href).searchParams.get("pid")]; - if (UtilityEnabled("DebugMode")) { - console.log("Contest Problems:", contestProblems); - console.log("Real PID:", rPID); - } - ErrorElement.style.display = "block"; - ErrorMessage.style.color = "red"; - ErrorMessage.innerText = "比赛已结束, 正在尝试像题目 " + rPID + " 提交"; - console.log("比赛已结束, 正在尝试像题目 " + rPID + " 提交"); - let o2Switch = "&enable_O2=on"; - if (!document.querySelector("#enable_O2").checked) o2Switch = ""; - await fetch("https://www.xmoj.tech/submit.php", { - "headers": { - "content-type": "application/x-www-form-urlencoded" - }, - "referrer": location.href, - "method": "POST", - "body": "id=" + rPID + "&language=1&" + "source=" + encodeURIComponent(CodeMirrorElement.getValue()) + o2Switch - }).then(async (Response) => { - if (Response.redirected) { - location.href = Response.url; - } - console.log(await Response.text()); - }); - - } - if (UtilityEnabled("DebugMode")) { - console.log("Submission failed! Response:", text); - } - ErrorElement.style.display = "block"; - ErrorMessage.style.color = "red"; - ErrorMessage.innerText = "提交失败!请关闭脚本后重试!"; - Submit.disabled = false; - Submit.value = "提交"; - } - }) - }); - - Submit.addEventListener("click", async () => { - PassCheck.style.display = "none"; - ErrorElement.style.display = "none"; - document.querySelector("#Submit").disabled = true; - document.querySelector("#Submit").value = "正在检查..."; - let Source = CodeMirrorElement.getValue(); - let PID = 0; - let IOFilename = ""; - if (SearchParams.get("cid") != null && SearchParams.get("pid") != null) { - PID = localStorage.getItem("UserScript-Contest-" + SearchParams.get("cid") + "-Problem-" + SearchParams.get("pid") + "-PID") - } else { - PID = SearchParams.get("id"); - } - IOFilename = localStorage.getItem("UserScript-Problem-" + PID + "-IOFilename"); - if (UtilityEnabled("IOFile") && IOFilename != null) { - if (Source.indexOf(IOFilename) == -1) { - PassCheck.style.display = ""; - ErrorElement.style.display = "block"; - if (UtilityEnabled("DarkMode")) ErrorMessage.style.color = "yellow"; else ErrorMessage.style.color = "red"; - ErrorMessage.innerText = "此题输入输出文件名为" + IOFilename + ",请检查是否填错"; - - let freopenText = document.createElement('small'); - if (UtilityEnabled("DarkMode")) freopenText.style.color = "white"; else freopenText.style.color = "black"; - freopenText.textContent = '\n您也可以复制freopen语句。\n'; - document.getElementById('ErrorMessage').appendChild(freopenText); - let copyFreopenButton = document.createElement("button"); - copyFreopenButton.className = "btn btn-sm btn-outline-secondary copy-btn"; - copyFreopenButton.innerText = "复制代码"; - copyFreopenButton.style.marginLeft = "10px"; - copyFreopenButton.style.marginTop = "10px"; - copyFreopenButton.style.marginBottom = "10px"; - copyFreopenButton.type = "button"; - copyFreopenButton.addEventListener("click", () => { - navigator.clipboard.writeText('\n freopen("' + IOFilename + '.in", "r", stdin);\n freopen("' + IOFilename + '.out", "w", stdout);'); - copyFreopenButton.innerText = "复制成功"; - setTimeout(() => { - copyFreopenButton.innerText = "复制代码"; - }, 1500); - }); - document.getElementById('ErrorMessage').appendChild(copyFreopenButton); - let freopenCodeField = CodeMirror(document.getElementById('ErrorMessage'), { - value: 'freopen("' + IOFilename + '.in", "r", stdin);\nfreopen("' + IOFilename + '.out", "w", stdout);', - mode: 'text/x-c++src', - theme: (UtilityEnabled("DarkMode") ? "darcula" : "default"), - readOnly: true, - lineNumbers: true - }); - freopenCodeField.setSize("100%", "auto"); - document.querySelector("#Submit").disabled = false; - document.querySelector("#Submit").value = "提交"; - return false; - } else if (RegExp("//.*freopen").test(Source)) { - PassCheck.style.display = ""; - ErrorElement.style.display = "block"; - if (UtilityEnabled("DarkMode")) ErrorMessage.style.color = "yellow"; else ErrorMessage.style.color = "red"; - ErrorMessage.innerText = "请不要注释freopen语句"; - document.querySelector("#Submit").disabled = false; - document.querySelector("#Submit").value = "提交"; - return false; - } - } - if (Source == "") { - PassCheck.style.display = ""; - ErrorElement.style.display = "block"; - if (UtilityEnabled("DarkMode")) ErrorMessage.style.color = "yellow"; else ErrorMessage.style.color = "red"; - ErrorMessage.innerText = "源代码为空"; - document.querySelector("#Submit").disabled = false; - document.querySelector("#Submit").value = "提交"; - return false; - } - if (UtilityEnabled("CompileError")) { - let ResponseData = await new Promise((Resolve) => { - GM_xmlhttpRequest({ - method: "POST", url: "https://cppinsights.io/api/v1/transform", headers: { - "content-type": "application/json;charset=UTF-8" - }, referrer: "https://cppinsights.io/", data: JSON.stringify({ - "insightsOptions": ["cpp14"], "code": Source - }), onload: (Response) => { - Resolve(Response); - } - }); - }); - let Response = JSON.parse(ResponseData.responseText); - if (Response.returncode) { - PassCheck.style.display = ""; - ErrorElement.style.display = "block"; - if (UtilityEnabled("DarkMode")) ErrorMessage.style.color = "yellow"; else ErrorMessage.style.color = "red"; - ErrorMessage.innerText = "编译错误:\n" + Response.stderr.trim(); - document.querySelector("#Submit").disabled = false; - document.querySelector("#Submit").value = "提交"; - return false; - } else { - PassCheck.click(); - } - } else { - PassCheck.click(); - } - }); - } else if (location.pathname == "/modifypage.php") { - if (SearchParams.get("ByUserScript") != null) { - document.title = "XMOJ-Script 更新日志"; - document.querySelector("body > div > div.mt-3").innerHTML = ""; - await fetch(ServerURL + "/Update.json", {cache: "no-cache"}) - .then((Response) => { - return Response.json(); - }) - .then((Response) => { - for (let i = Object.keys(Response.UpdateHistory).length - 1; i >= 0; i--) { - let Version = Object.keys(Response.UpdateHistory)[i]; - let Data = Response.UpdateHistory[Version]; - let UpdateDataCard = document.createElement("div"); - document.querySelector("body > div > div.mt-3").appendChild(UpdateDataCard); - UpdateDataCard.className = "card mb-3"; - if (Data.Prerelease) UpdateDataCard.classList.add("text-secondary"); - let UpdateDataCardBody = document.createElement("div"); - UpdateDataCard.appendChild(UpdateDataCardBody); - UpdateDataCardBody.className = "card-body"; - let UpdateDataCardTitle = document.createElement("h5"); - UpdateDataCardBody.appendChild(UpdateDataCardTitle); - UpdateDataCardTitle.className = "card-title"; - UpdateDataCardTitle.innerText = Version; - if (Data.Prerelease) { - UpdateDataCardTitle.innerHTML += "(预览版)"; - } - let UpdateDataCardSubtitle = document.createElement("h6"); - UpdateDataCardBody.appendChild(UpdateDataCardSubtitle); - UpdateDataCardSubtitle.className = "card-subtitle mb-2 text-muted"; - UpdateDataCardSubtitle.innerHTML = GetRelativeTime(Data.UpdateDate); - let UpdateDataCardText = document.createElement("p"); - UpdateDataCardBody.appendChild(UpdateDataCardText); - UpdateDataCardText.className = "card-text"; - //release notes - if (Data.Notes != undefined) { - UpdateDataCardText.innerHTML = Data.Notes; - } - let UpdateDataCardList = document.createElement("ul"); - UpdateDataCardText.appendChild(UpdateDataCardList); - UpdateDataCardList.className = "list-group list-group-flush"; - for (let j = 0; j < Data.UpdateContents.length; j++) { - let UpdateDataCardListItem = document.createElement("li"); - UpdateDataCardList.appendChild(UpdateDataCardListItem); - UpdateDataCardListItem.className = "list-group-item"; - UpdateDataCardListItem.innerHTML = "(" + "#" + Data.UpdateContents[j].PR + ") " + Data.UpdateContents[j].Description; - } - let UpdateDataCardLink = document.createElement("a"); - UpdateDataCardBody.appendChild(UpdateDataCardLink); - UpdateDataCardLink.className = "card-link"; - UpdateDataCardLink.href = "https://github.com/XMOJ-Script-dev/XMOJ-Script/releases/tag/" + Version; - UpdateDataCardLink.target = "_blank"; - UpdateDataCardLink.innerText = "查看该版本"; - } - }); - } else { - document.title = "修改账号"; - let Nickname = document.getElementsByName("nick")[0].value; - let School = document.getElementsByName("school")[0].value; - let EmailAddress = document.getElementsByName("email")[0].value; - let CodeforcesAccount = document.getElementsByName("acc_cf")[0].value; - let AtcoderAccount = document.getElementsByName("acc_atc")[0].value; - let USACOAccount = document.getElementsByName("acc_usaco")[0].value; - let LuoguAccount = document.getElementsByName("acc_luogu")[0].value; - document.querySelector("body > div > div").innerHTML = `
-
-
-
-
-
-
- - 修改头像 -
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - -
`; - document.getElementById("Nickname").value = Nickname; - document.getElementById("School").value = School; - document.getElementById("EmailAddress").value = EmailAddress; - document.getElementById("CodeforcesAccount").value = CodeforcesAccount; - document.getElementById("AtcoderAccount").value = AtcoderAccount; - document.getElementById("USACOAccount").value = USACOAccount; - document.getElementById("LuoguAccount").value = LuoguAccount; - RequestAPI("GetBadge", { - "UserID": String(CurrentUsername) - }, (Response) => { - if (Response.Success) { - BadgeRow.style.display = ""; - BadgeContent.value = Response.Data.Content; - BadgeBackgroundColor.value = Response.Data.BackgroundColor; - BadgeColor.value = Response.Data.Color; - let Temp = []; - for (let i = 0; i < localStorage.length; i++) { - if (localStorage.key(i).startsWith("UserScript-User-" + CurrentUsername + "-Badge-")) { - Temp.push(localStorage.key(i)); - } - } - for (let i = 0; i < Temp.length; i++) { - localStorage.removeItem(Temp[i]); - } - } - }); - ModifyInfo.addEventListener("click", async () => { - ModifyInfo.disabled = true; - ModifyInfo.querySelector("span").style.display = ""; - ErrorElement.style.display = "none"; - SuccessElement.style.display = "none"; - let BadgeContent = document.querySelector("#BadgeContent").value; - let BadgeBackgroundColor = document.querySelector("#BadgeBackgroundColor").value; - let BadgeColor = document.querySelector("#BadgeColor").value; - await new Promise((Resolve) => { - RequestAPI("EditBadge", { - "UserID": String(CurrentUsername), - "Content": String(BadgeContent), - "BackgroundColor": String(BadgeBackgroundColor), - "Color": String(BadgeColor) - }, (Response) => { - if (Response.Success) { - Resolve(); - } else { - ModifyInfo.disabled = false; - ModifyInfo.querySelector("span").style.display = "none"; - ErrorElement.style.display = "block"; - ErrorElement.innerText = Response.Message; - } - }); - }); - let Nickname = document.querySelector("#Nickname").value; - let OldPassword = document.querySelector("#OldPassword").value; - let NewPassword = document.querySelector("#NewPassword").value; - let NewPasswordAgain = document.querySelector("#NewPasswordAgain").value; - let School = document.querySelector("#School").value; - let EmailAddress = document.querySelector("#EmailAddress").value; - let CodeforcesAccount = document.querySelector("#CodeforcesAccount").value; - let AtcoderAccount = document.querySelector("#AtcoderAccount").value; - let USACOAccount = document.querySelector("#USACOAccount").value; - let LuoguAccount = document.querySelector("#LuoguAccount").value; - await fetch("https://www.xmoj.tech/modify.php", { - "headers": { - "content-type": "application/x-www-form-urlencoded" - }, - "referrer": location.href, - "method": "POST", - "body": "nick=" + encodeURIComponent(Nickname) + "&" + "opassword=" + encodeURIComponent(OldPassword) + "&" + "npassword=" + encodeURIComponent(NewPassword) + "&" + "rptpassword=" + encodeURIComponent(NewPasswordAgain) + "&" + "school=" + encodeURIComponent(School) + "&" + "email=" + encodeURIComponent(EmailAddress) + "&" + "acc_cf=" + encodeURIComponent(CodeforcesAccount) + "&" + "acc_atc=" + encodeURIComponent(AtcoderAccount) + "&" + "acc_usaco=" + encodeURIComponent(USACOAccount) + "&" + "acc_luogu=" + encodeURIComponent(LuoguAccount) - }); - ModifyInfo.disabled = false; - ModifyInfo.querySelector("span").style.display = "none"; - SuccessElement.style.display = "block"; - }); - if (UtilityEnabled("ExportACCode")) { - let ExportACCode = document.createElement("button"); - document.querySelector("body > div.container > div").appendChild(ExportACCode); - ExportACCode.innerText = "导出AC代码"; - ExportACCode.className = "btn btn-outline-secondary"; - ExportACCode.addEventListener("click", () => { - ExportACCode.disabled = true; - ExportACCode.innerText = "正在导出..."; - let Request = new XMLHttpRequest(); - Request.addEventListener("readystatechange", () => { - if (Request.readyState == 4) { - if (Request.status == 200) { - let Response = Request.responseText; - let ACCode = Response.split("------------------------------------------------------\r\n"); - let ScriptElement = document.createElement("script"); - ScriptElement.src = "https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js"; - document.head.appendChild(ScriptElement); - ScriptElement.onload = () => { - var Zip = new JSZip(); - for (let i = 0; i < ACCode.length; i++) { - let CurrentCode = ACCode[i]; - if (CurrentCode != "") { - let CurrentQuestionID = CurrentCode.substring(7, 11); - CurrentCode = CurrentCode.substring(14); - CurrentCode = CurrentCode.replaceAll("\r", ""); - Zip.file(CurrentQuestionID + ".cpp", CurrentCode); - } - } - ExportACCode.innerText = "正在生成压缩包……"; - Zip.generateAsync({type: "blob"}) - .then(function (Content) { - saveAs(Content, "ACCodes.zip"); - ExportACCode.innerText = "AC代码导出成功"; - ExportACCode.disabled = false; - setTimeout(() => { - ExportACCode.innerText = "导出AC代码"; - }, 1000); - }); - }; - } else { - ExportACCode.disabled = false; - ExportACCode.innerText = "AC代码导出失败"; - setTimeout(() => { - ExportACCode.innerText = "导出AC代码"; - }, 1000); - } - } - }); - Request.open("GET", "https://www.xmoj.tech/export_ac_code.php", true); - Request.send(); - }); - } - } - } else if (location.pathname == "/userinfo.php") { - if (SearchParams.get("ByUserScript") === null) { - if (UtilityEnabled("RemoveUseless")) { - let Temp = document.getElementById("submission").childNodes; - for (let i = 0; i < Temp.length; i++) { - Temp[i].remove(); - } - } - eval(document.querySelector("body > script:nth-child(5)").innerHTML); - document.querySelector("#statics > tbody > tr:nth-child(1)").remove(); - - let Temp = document.querySelector("#statics > tbody").children; - for (let i = 0; i < Temp.length; i++) { - if (Temp[i].children[0] != undefined) { - if (Temp[i].children[0].innerText == "Statistics") { - Temp[i].children[0].innerText = "统计"; - } else if (Temp[i].children[0].innerText == "Email:") { - Temp[i].children[0].innerText = "电子邮箱"; - } - Temp[i].children[1].removeAttribute("align"); - } - } - - Temp = document.querySelector("#statics > tbody > tr:nth-child(1) > td:nth-child(3)").childNodes; - let ACProblems = []; - for (let i = 0; i < Temp.length; i++) { - if (Temp[i].tagName == "A" && Temp[i].href.indexOf("problem.php?id=") != -1) { - ACProblems.push(Number(Temp[i].innerText.trim())); - } - } - document.querySelector("#statics > tbody > tr:nth-child(1) > td:nth-child(3)").remove(); - - let UserID, UserNick; - [UserID, UserNick] = document.querySelector("#statics > caption").childNodes[0].data.trim().split("--"); - document.querySelector("#statics > caption").remove(); - document.title = "用户 " + UserID + " 的个人中心"; - let Row = document.createElement("div"); - Row.className = "row"; - let LeftDiv = document.createElement("div"); - LeftDiv.className = "col-md-5"; - Row.appendChild(LeftDiv); - - let LeftTopDiv = document.createElement("div"); - LeftTopDiv.className = "row mb-2"; - LeftDiv.appendChild(LeftTopDiv); - let AvatarContainer = document.createElement("div"); - AvatarContainer.classList.add("col-auto"); - let AvatarElement = document.createElement("img"); - let UserEmailHash = (await GetUserInfo(UserID)).EmailHash; - if (UserEmailHash == undefined) { - AvatarElement.src = `https://cravatar.cn/avatar/00000000000000000000000000000000?d=mp&f=y`; - } else { - AvatarElement.src = `https://cravatar.cn/avatar/${UserEmailHash}?d=retro`; - } - AvatarElement.classList.add("rounded", "me-2"); - AvatarElement.style.height = "120px"; - AvatarContainer.appendChild(AvatarElement); - LeftTopDiv.appendChild(AvatarContainer); - - let UserInfoElement = document.createElement("div"); - UserInfoElement.classList.add("col-auto"); - UserInfoElement.style.lineHeight = "40px"; - UserInfoElement.innerHTML += "用户名:" + UserID + "
"; - UserInfoElement.innerHTML += "昵称:" + UserNick + "
"; - if (UtilityEnabled("Rating")) { - UserInfoElement.innerHTML += "评分:" + ((await GetUserInfo(UserID)).Rating) + "
"; - } - // Create a placeholder for the last online time - let lastOnlineElement = document.createElement('div'); - lastOnlineElement.innerHTML = "最后在线:加载中...
"; - UserInfoElement.appendChild(lastOnlineElement); - let BadgeInfo = await GetUserBadge(UserID); - if (IsAdmin) { - if (BadgeInfo.Content !== "") { - let DeleteBadgeButton = document.createElement("button"); - DeleteBadgeButton.className = "btn btn-outline-danger btn-sm"; - DeleteBadgeButton.innerText = "删除标签"; - DeleteBadgeButton.addEventListener("click", async () => { - if (confirm("您确定要删除此标签吗?")) { - RequestAPI("DeleteBadge", { - "UserID": UserID - }, (Response) => { - if (UtilityEnabled("DebugMode")) console.log(Response); - if (Response.Success) { - let Temp = []; - for (let i = 0; i < localStorage.length; i++) { - if (localStorage.key(i).startsWith("UserScript-User-" + UserID + "-Badge-")) { - Temp.push(localStorage.key(i)); - } - } - for (let i = 0; i < Temp.length; i++) { - localStorage.removeItem(Temp[i]); - } - window.location.reload(); - } else { - SmartAlert(Response.Message); - } - }); - } - }); - UserInfoElement.appendChild(DeleteBadgeButton); - } else { - let AddBadgeButton = document.createElement("button"); - AddBadgeButton.className = "btn btn-outline-primary btn-sm"; - AddBadgeButton.innerText = "添加标签"; - AddBadgeButton.addEventListener("click", async () => { - RequestAPI("NewBadge", { - "UserID": UserID - }, (Response) => { - if (Response.Success) { - let Temp = []; - for (let i = 0; i < localStorage.length; i++) { - if (localStorage.key(i).startsWith("UserScript-User-" + UserID + "-Badge-")) { - Temp.push(localStorage.key(i)); - } - } - for (let i = 0; i < Temp.length; i++) { - localStorage.removeItem(Temp[i]); - } - window.location.reload(); - } else { - SmartAlert(Response.Message); - } - }); - }); - UserInfoElement.appendChild(AddBadgeButton); - } - } - RequestAPI("LastOnline", {"Username": UserID}, (result) => { - if (result.Success) { - if (UtilityEnabled("DebugMode")) { - console.log('lastOnline:' + result.Data.logintime); - } - lastOnlineElement.innerHTML = "最后在线:" + GetRelativeTime(result.Data.logintime) + "
"; - } else { - lastOnlineElement.innerHTML = "最后在线:近三个月内从未
"; - } - }); - LeftTopDiv.appendChild(UserInfoElement); - LeftDiv.appendChild(LeftTopDiv); - - let LeftTable = document.querySelector("body > div > div > center > table"); - LeftDiv.appendChild(LeftTable); - let RightDiv = document.createElement("div"); - RightDiv.className = "col-md-7"; - Row.appendChild(RightDiv); - RightDiv.innerHTML = "
已解决题目
"; - for (let i = 0; i < ACProblems.length; i++) { - RightDiv.innerHTML += "" + ACProblems[i] + " "; - } - document.querySelector("body > div > div").innerHTML = ""; - document.querySelector("body > div > div").appendChild(Row); - } else { - document.title = "上传标程"; - document.querySelector("body > div > div.mt-3").innerHTML = ` - -
-
0%
-
-

- 您必须要上传标程以后才能使用“查看标程”功能。点击“上传标程”按钮以后,系统会自动上传标程,请您耐心等待。
- 首次上传标程可能会比较慢,请耐心等待。后续将可以自动上传AC代码。
- 系统每过30天会自动提醒您上传标程,您必须要上传标程,否则将会被禁止使用“查看标程”功能。
-

`; - UploadStd.addEventListener("click", async () => { - UploadStd.disabled = true; - ErrorElement.style.display = "none"; - ErrorElement.innerText = ""; - UploadProgress.classList.remove("bg-success"); - UploadProgress.classList.remove("bg-warning"); - UploadProgress.classList.remove("bg-danger"); - UploadProgress.classList.add("progress-bar-animated"); - UploadProgress.style.width = "0%"; - UploadProgress.innerText = "0%"; - let ACList = []; - await fetch("https://www.xmoj.tech/userinfo.php?user=" + CurrentUsername) - .then((Response) => { - return Response.text(); - }).then((Response) => { - let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); - let ScriptData = ParsedDocument.querySelector("#statics > tbody > tr:nth-child(2) > td:nth-child(3) > script").innerText; - ScriptData = ScriptData.substr(ScriptData.indexOf("}") + 1).trim(); - ScriptData = ScriptData.split(";"); - for (let i = 0; i < ScriptData.length; i++) { - ACList.push(Number(ScriptData[i].substring(2, ScriptData[i].indexOf(",")))); - } - }); - RequestAPI("GetStdList", {}, async (Result) => { - if (Result.Success) { - let StdList = Result.Data.StdList; - for (let i = 0; i < ACList.length; i++) { - if (StdList.indexOf(ACList[i]) === -1 && ACList[i] !== 0) { - await new Promise((Resolve) => { - RequestAPI("UploadStd", { - "ProblemID": Number(ACList[i]) - }, (Result) => { - if (!Result.Success) { - ErrorElement.style.display = "block"; - ErrorElement.innerText += Result.Message + "\n"; - UploadProgress.classList.add("bg-warning"); - } - UploadProgress.innerText = (i / ACList.length * 100).toFixed(1) + "% (" + ACList[i] + ")"; - UploadProgress.style.width = (i / ACList.length * 100) + "%"; - Resolve(); - }); - }); - } - } - UploadProgress.classList.add("bg-success"); - UploadProgress.classList.remove("progress-bar-animated"); - UploadProgress.innerText = "100%"; - UploadProgress.style.width = "100%"; - UploadStd.disabled = false; - localStorage.setItem("UserScript-LastUploadedStdTime", new Date().getTime()); - } else { - ErrorElement.style.display = "block"; - ErrorElement.innerText = Result.Message; - UploadStd.disabled = false; - } - }); - }); - } - } else if (location.pathname == "/comparesource.php") { - if (UtilityEnabled("CompareSource")) { - if (location.search == "") { - document.querySelector("body > div.container > div").innerHTML = ""; - let LeftCodeText = document.createElement("span"); - document.querySelector("body > div.container > div").appendChild(LeftCodeText); - LeftCodeText.innerText = "左侧代码的运行编号:"; - let LeftCode = document.createElement("input"); - document.querySelector("body > div.container > div").appendChild(LeftCode); - LeftCode.classList.add("form-control"); - LeftCode.style.width = "40%"; - LeftCode.style.marginBottom = "5px"; - let RightCodeText = document.createElement("span"); - document.querySelector("body > div.container > div").appendChild(RightCodeText); - RightCodeText.innerText = "右侧代码的运行编号:"; - let RightCode = document.createElement("input"); - document.querySelector("body > div.container > div").appendChild(RightCode); - RightCode.classList.add("form-control"); - RightCode.style.width = "40%"; - RightCode.style.marginBottom = "5px"; - let CompareButton = document.createElement("button"); - document.querySelector("body > div.container > div").appendChild(CompareButton); - CompareButton.innerText = "比较"; - CompareButton.className = "btn btn-primary"; - CompareButton.addEventListener("click", () => { - location.href = "https://www.xmoj.tech/comparesource.php?left=" + Number(LeftCode.value) + "&right=" + Number(RightCode.value); - }); - } else { - document.querySelector("body > div > div.mt-3").innerHTML = ` -
- - -
-
`; - - let LeftCode = ""; - await fetch("https://www.xmoj.tech/getsource.php?id=" + SearchParams.get("left")) - .then((Response) => { - return Response.text(); - }).then((Response) => { - LeftCode = Response.substring(0, Response.indexOf("/**************************************************************")).trim(); - }); - let RightCode = ""; - await fetch("https://www.xmoj.tech/getsource.php?id=" + SearchParams.get("right")) - .then((Response) => { - return Response.text(); - }).then((Response) => { - RightCode = Response.substring(0, Response.indexOf("/**************************************************************")).trim(); - }); - - let MergeViewElement = CodeMirror.MergeView(CompareElement, { - value: LeftCode, - origLeft: null, - orig: RightCode, - lineNumbers: true, - mode: "text/x-c++src", - collapseIdentical: "true", - readOnly: true, - theme: (UtilityEnabled("DarkMode") ? "darcula" : "default"), - revertButtons: false, - ignoreWhitespace: true - }); - - IgnoreWhitespace.addEventListener("change", () => { - MergeViewElement.ignoreWhitespace = ignorews.checked; - }); - } - } - } else if (location.pathname == "/loginpage.php") { - if (UtilityEnabled("NewBootstrap")) { - document.querySelector("#login").innerHTML = `
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
- -
-
`; - } - let ErrorText = document.createElement("div"); - ErrorText.style.color = "red"; - ErrorText.style.marginBottom = "5px"; - document.querySelector("#login").appendChild(ErrorText); - let LoginButton = document.getElementsByName("submit")[0]; - LoginButton.addEventListener("click", async () => { - let Username = document.getElementsByName("user_id")[0].value; - let Password = document.getElementsByName("password")[0].value; - if (Username == "" || Password == "") { - ErrorText.innerText = "用户名或密码不能为空"; - } else { - await fetch("https://www.xmoj.tech/login.php", { - method: "POST", - headers: { - "Content-Type": "application/x-www-form-urlencoded" - }, - body: "user_id=" + encodeURIComponent(Username) + "&password=" + hex_md5(Password) - }) - .then((Response) => { - return Response.text(); - }) - .then(async (Response) => { - if (UtilityEnabled("LoginFailed")) { - if (Response.indexOf("history.go(-2);") != -1) { - if (UtilityEnabled("SavePassword")) { - await storeCredential(Username, Password); - } - let NewPage = localStorage.getItem("UserScript-LastPage"); - if (NewPage == null) { - NewPage = "https://www.xmoj.tech/index.php"; - } - location.href = NewPage; - } else { - if (UtilityEnabled("SavePassword")) { - clearCredential(); - } - Response = Response.substring(Response.indexOf("alert('") + 7); - Response = Response.substring(0, Response.indexOf("');")); - if (Response == "UserName or Password Wrong!") { - ErrorText.innerText = "用户名或密码错误!"; - } else { - ErrorText.innerText = Response; - } - } - } else { - document.innerHTML = Response; - } - }); - } - }); - if (UtilityEnabled("SavePassword")) { - (async () => { - let Credential = await getCredential(); - if (Credential) { - document.querySelector("#login > div:nth-child(1) > div > input").value = Credential.id; - document.querySelector("#login > div:nth-child(2) > div > input").value = Credential.password; - LoginButton.click(); - } - })(); - } - } else if (location.pathname == "/contest_video.php" || location.pathname == "/problem_video.php") { - let ScriptData = document.querySelector("body > div > div.mt-3 > center > script").innerHTML; - if (document.getElementById("J_prismPlayer0").innerHTML != "") { - document.getElementById("J_prismPlayer0").innerHTML = ""; - if (player) { - player.dispose(); - } - eval(ScriptData); - } - if (UtilityEnabled("DownloadPlayback")) { - ScriptData = ScriptData.substring(ScriptData.indexOf("{")); - ScriptData = ScriptData.substring(0, ScriptData.indexOf("}") + 1); - ScriptData = ScriptData.replace(/([a-zA-Z0-9]+) ?:/g, "\"$1\":"); - ScriptData = ScriptData.replace(/'/g, "\""); - let VideoData = JSON.parse(ScriptData); - let RandomUUID = () => { - let t = "0123456789abcdef"; - let e = []; - for (let r = 0; r < 36; r++) e[r] = t.substr(Math.floor(16 * Math.random()), 1); - e[14] = "4"; - e[19] = t.substr(3 & e[19] | 8, 1); - e[8] = e[13] = e[18] = e[23] = "-"; - return e.join(""); - }; - let URLParams = new URLSearchParams({ - "AccessKeyId": VideoData.accessKeyId, - "Action": "GetPlayInfo", - "VideoId": VideoData.vid, - "Formats": "", - "AuthTimeout": 7200, - "Rand": RandomUUID(), - "SecurityToken": VideoData.securityToken, - "StreamType": "video", - "Format": "JSON", - "Version": "2017-03-21", - "SignatureMethod": "HMAC-SHA1", - "SignatureVersion": "1.0", - "SignatureNonce": RandomUUID(), - "PlayerVersion": "2.9.3", - "Channel": "HTML5" - }); - URLParams.sort(); - await fetch("https://vod." + VideoData.region + ".aliyuncs.com/?" + URLParams.toString() + "&Signature=" + encodeURIComponent(CryptoJS.HmacSHA1("GET&%2F&" + encodeURIComponent(URLParams.toString()), VideoData.accessKeySecret + "&").toString(CryptoJS.enc.Base64))) - .then((Response) => { - return Response.json(); - }) - .then((Response) => { - let DownloadButton = document.createElement("a"); - DownloadButton.className = "btn btn-outline-secondary"; - DownloadButton.innerText = "下载"; - DownloadButton.href = Response.PlayInfoList.PlayInfo[0].PlayURL; - DownloadButton.download = Response.VideoBase.Title; - document.querySelector("body > div > div.mt-3 > center").appendChild(DownloadButton); - }); - } - } else if (location.pathname == "/reinfo.php") { - document.title = "测试点信息: " + SearchParams.get("sid"); - if (document.querySelector("#results > div") == undefined) { - document.querySelector("#results").parentElement.innerHTML = "没有测试点信息"; - } else { - for (let i = 0; i < document.querySelector("#results > div").children.length; i++) { - let CurrentElement = document.querySelector("#results > div").children[i].children[0].children[0].children[0]; - let Temp = CurrentElement.innerText.substring(0, CurrentElement.innerText.length - 2).split("/"); - CurrentElement.innerText = TimeToStringTime(Temp[0]) + "/" + SizeToStringSize(Temp[1]); - } - if (document.getElementById("apply_data")) { - let ApplyDiv = document.getElementById("apply_data").parentElement; - console.log("启动!!!"); - if (UtilityEnabled("ApplyData")) { - let GetDataButton = document.createElement("button"); - GetDataButton.className = "ms-2 btn btn-outline-secondary"; - GetDataButton.innerText = "获取数据"; - console.log("按钮创建成功"); - ApplyDiv.appendChild(GetDataButton); - GetDataButton.addEventListener("click", async () => { - GetDataButton.disabled = true; - GetDataButton.innerText = "正在获取数据..."; - let PID = localStorage.getItem("UserScript-Solution-" + SearchParams.get("sid") + "-Problem"); - if (PID == null) { - GetDataButton.innerText = "失败! 无法获取PID"; - GetDataButton.disabled = false; - await new Promise((resolve) => { - setTimeout(resolve, 800); - }); - GetDataButton.innerText = "获取数据"; - return; - } - let Code = ""; - if (localStorage.getItem(`UserScript-Problem-${PID}-IOFilename`) !== null) { - Code = `#define IOFile "${localStorage.getItem(`UserScript-Problem-${PID}-IOFilename`)}"\n`; - } - Code += `//XMOJ-Script 获取数据代码 - #include -using namespace std; -string Base64Encode(string Input) -{ - const string Base64Chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; - string Output; - for (int i = 0; i < Input.length(); i += 3) - { - Output.push_back(i + 0 > Input.length() ? '=' : Base64Chars[(Input[i + 0] & 0xfc) >> 2]); - Output.push_back(i + 1 > Input.length() ? '=' : Base64Chars[((Input[i + 0] & 0x03) << 4) + ((Input[i + 1] & 0xf0) >> 4)]); - Output.push_back(i + 2 > Input.length() ? '=' : Base64Chars[((Input[i + 1] & 0x0f) << 2) + ((Input[i + 2] & 0xc0) >> 6)]); - Output.push_back(i + 3 > Input.length() ? '=' : Base64Chars[Input[i + 2] & 0x3f]); - } - return Output; -} -int main() -{ -#ifdef IOFile - freopen(IOFile ".in", "r", stdin); - freopen(IOFile ".out", "w", stdout); -#endif - string Input; - while (1) - { - char Data = getchar(); - if (Data == EOF) - break; - Input.push_back(Data); - } - throw runtime_error("[" + Base64Encode(Input.c_str()) + "]"); - return 0; -}`; - - await fetch("https://www.xmoj.tech/submit.php", { - "headers": { - "content-type": "application/x-www-form-urlencoded" - }, - "referrer": "https://www.xmoj.tech/submitpage.php?id=" + PID, - "method": "POST", - "body": "id=" + PID + "&" + "language=1&" + "source=" + encodeURIComponent(Code) + "&" + "enable_O2=on" - }); - - let SID = await fetch("https://www.xmoj.tech/status.php").then((Response) => { - return Response.text(); - }).then((Response) => { - let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); - return ParsedDocument.querySelector("#result-tab > tbody > tr:nth-child(1) > td:nth-child(2)").innerText; - }); - - await new Promise((Resolve) => { - let Interval = setInterval(async () => { - await fetch("status-ajax.php?solution_id=" + SID).then((Response) => { - return Response.text(); - }).then((Response) => { - if (Response.split(",")[0] >= 4) { - clearInterval(Interval); - Resolve(); - } - }); - }, 500); - }); - - await fetch(`https://www.xmoj.tech/reinfo.php?sid=${SID}`).then((Response) => { - return Response.text(); - }).then((Response) => { - let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); - let ErrorData = ParsedDocument.getElementById("errtxt").innerText; - let MatchResult = ErrorData.match(/\what\(\): \[([A-Za-z0-9+\/=]+)\]/g); - if (MatchResult === null) { - GetDataButton.innerText = "获取数据失败"; - GetDataButton.disabled = false; - return; - } - for (let i = 0; i < MatchResult.length; i++) { - let Data = CryptoJS.enc.Base64.parse(MatchResult[i].substring(10, MatchResult[i].length - 1)).toString(CryptoJS.enc.Utf8); - ApplyDiv.appendChild(document.createElement("hr")); - ApplyDiv.appendChild(document.createTextNode("数据" + (i + 1) + ":")); - let CodeElement = document.createElement("div"); - ApplyDiv.appendChild(CodeElement); - CodeMirror(CodeElement, { - value: Data, - theme: (UtilityEnabled("DarkMode") ? "darcula" : "default"), - lineNumbers: true, - readOnly: true - }).setSize("100%", "auto"); - } - GetDataButton.innerText = "获取数据成功"; - GetDataButton.disabled = false; - }); - }); - } - document.getElementById("apply_data").addEventListener("click", () => { - let ApplyElements = document.getElementsByClassName("data"); - for (let i = 0; i < ApplyElements.length; i++) { - ApplyElements[i].style.display = (ApplyElements[i].style.display == "block" ? "" : "block"); - } - }); - } - let ApplyElements = document.getElementsByClassName("data"); - for (let i = 0; i < ApplyElements.length; i++) { - ApplyElements[i].addEventListener("click", async () => { - await fetch("https://www.xmoj.tech/data_distribute_ajax_apply.php", { - method: "POST", - headers: { - "Content-Type": "application/x-www-form-urlencoded" - }, - body: "user_id=" + CurrentUsername + "&" + "solution_id=" + SearchParams.get("sid") + "&" + "name=" + ApplyElements[i].getAttribute("name") - }).then((Response) => { - return Response.json(); - }).then((Response) => { - ApplyElements[i].innerText = Response.msg; - setTimeout(() => { - ApplyElements[i].innerText = "申请数据"; - }, 1000); - }); - }); - } - } - } else if (location.pathname == "/downloads.php") { - let SoftwareList = document.querySelector("body > div > ul"); - SoftwareList.remove(); - SoftwareList = document.createElement("ul"); - SoftwareList.className = "software_list"; - let Container = document.createElement("div"); - document.querySelector("body > div").appendChild(Container); - Container.className = "mt-3"; - Container.appendChild(SoftwareList); - if (UtilityEnabled("NewDownload")) { - let Softwares = [{ - "Name": "Bloodshed Dev-C++", - "Image": "https://a.fsdn.com/allura/p/dev-cpp/icon", - "URL": "https://sourceforge.net/projects/dev-cpp/" - }, { - "Name": "DevC++ 5.11 TDM-GCC 4.9.2", - "Image": "https://www.xmoj.tech/image/devcpp.png", - "URL": "https://www.xmoj.tech/downloads/Dev-Cpp+5.11+TDM-GCC+4.9.2+Setup.exe" - }, { - "Name": "Orwell Dev-C++", - "Image": "https://a.fsdn.com/allura/p/orwelldevcpp/icon", - "URL": "https://sourceforge.net/projects/orwelldevcpp/" - }, { - "Name": "Embarcadero Dev-C++", - "Image": "https://a.fsdn.com/allura/s/embarcadero-dev-cpp/icon", - "URL": "https://sourceforge.net/software/product/Embarcadero-Dev-Cpp/" - }, { - "Name": "RedPanda C++", - "Image": "https://a.fsdn.com/allura/p/redpanda-cpp/icon", - "URL": "https://sourceforge.net/projects/redpanda-cpp/" - }, { - "Name": "CP Editor", - "Image": "https://a.fsdn.com/allura/mirror/cp-editor/icon?c35437565079e4135a985ba557ef2fdbe97de6bafb27aceafd76bc54490c26e3?&w=90", - "URL": "https://cpeditor.org/zh/download/" - }, { - "Name": "CLion", - "Image": "https://resources.jetbrains.com/storage/products/company/brand/logos/CLion_icon.png", - "URL": "https://www.jetbrains.com/clion/download" - }, { - "Name": "CP Editor", - "Image": "https://a.fsdn.com/allura/mirror/cp-editor/icon", - "URL": "https://sourceforge.net/projects/cp-editor.mirror/" - }, { - "Name": "Code::Blocks", - "Image": "https://a.fsdn.com/allura/p/codeblocks/icon", - "URL": "https://sourceforge.net/projects/codeblocks/" - }, { - "Name": "Visual Studio Code", - "Image": "https://code.visualstudio.com/favicon.ico", - "URL": "https://code.visualstudio.com/Download" - }, { - "Name": "Lazarus", - "Image": "https://a.fsdn.com/allura/p/lazarus/icon", - "URL": "https://sourceforge.net/projects/lazarus/" - }, { - "Name": "Geany", - "Image": "https://www.geany.org/static/img/geany.svg", - "URL": "https://www.geany.org/download/releases/" - }, { - "Name": "NOI Linux", - "Image": "https://www.noi.cn/upload/resources/image/2021/07/16/163780.jpg", - "URL": "https://www.noi.cn/gynoi/jsgz/2021-07-16/732450.shtml" - }, { - "Name": "VirtualBox", - "Image": "https://www.virtualbox.org/graphics/vbox_logo2_gradient.png", - "URL": "https://www.virtualbox.org/wiki/Downloads" - }, { - "Name": "MinGW", - "Image": "https://www.mingw-w64.org/logo.svg", - "URL": "https://sourceforge.net/projects/mingw/" - }]; - for (let i = 0; i < Softwares.length; i++) { - SoftwareList.innerHTML += "
  • " + "" + "
    " + "
    " + "\"点击下载\"" + "
    " + "
    " + Softwares[i].Name + "
    " + "
    " + "
    " + "
  • "; - } - } - } else if (location.pathname == "/problemstatus.php") { - document.querySelector("body > div > div.mt-3 > center").insertBefore(document.querySelector("#statics"), document.querySelector("body > div > div.mt-3 > center > table")); - document.querySelector("body > div > div.mt-3 > center").insertBefore(document.querySelector("#problemstatus"), document.querySelector("body > div > div.mt-3 > center > table")); - - document.querySelector("body > div > div.mt-3 > center > table:nth-child(3)").remove(); - let Temp = document.querySelector("#statics").rows; - for (let i = 0; i < Temp.length; i++) { - Temp[i].removeAttribute("class"); - } - - document.querySelector("#problemstatus > thead > tr").innerHTML = document.querySelector("#problemstatus > thead > tr").innerHTML.replaceAll("td", "th"); - document.querySelector("#problemstatus > thead > tr > th:nth-child(2)").innerText = "运行编号"; - document.querySelector("#problemstatus > thead > tr > th:nth-child(4)").remove(); - document.querySelector("#problemstatus > thead > tr > th:nth-child(4)").remove(); - document.querySelector("#problemstatus > thead > tr > th:nth-child(4)").remove(); - document.querySelector("#problemstatus > thead > tr > th:nth-child(4)").remove(); - Temp = document.querySelector("#problemstatus > thead > tr").children; - for (let i = 0; i < Temp.length; i++) { - Temp[i].removeAttribute("class"); - } - Temp = document.querySelector("#problemstatus > tbody").children; - for (let i = 0; i < Temp.length; i++) { - if (Temp[i].children[5].children[0] != null) { - Temp[i].children[1].innerHTML = `${escapeHTML(Temp[i].children[1].innerText.trim())}`; - } - GetUsernameHTML(Temp[i].children[2], Temp[i].children[2].innerText); - Temp[i].children[3].remove(); - Temp[i].children[3].remove(); - Temp[i].children[3].remove(); - Temp[i].children[3].remove(); - } - - - let CurrentPage = parseInt(SearchParams.get("page") || 0); - let PID = Number(SearchParams.get("id")); - document.title = "问题 " + PID + " 状态"; - let Pagination = ``; - document.querySelector("body > div > div.mt-3 > center").innerHTML += Pagination; - } else if (location.pathname == "/problem_solution.php") { - if (UtilityEnabled("RemoveUseless")) { - document.querySelector("h2.lang_en").remove(); //fixes #332 - } - if (UtilityEnabled("CopyMD")) { - await fetch(location.href).then((Response) => { - return Response.text(); - }).then((Response) => { - let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); - let CopyMDButton = document.createElement("button"); - CopyMDButton.className = "btn btn-sm btn-outline-secondary copy-btn"; - CopyMDButton.innerText = "复制"; - CopyMDButton.style.marginLeft = "10px"; - CopyMDButton.type = "button"; - document.querySelector("body > div > div.mt-3 > center > h2").appendChild(CopyMDButton); - CopyMDButton.addEventListener("click", () => { - GM_setClipboard(ParsedDocument.querySelector("body > div > div > div").innerText.trim().replaceAll("\n\t", "\n").replaceAll("\n\n", "\n")); - CopyMDButton.innerText = "复制成功"; - setTimeout(() => { - CopyMDButton.innerText = "复制"; - }, 1000); - }); - }); - } - let Temp = document.getElementsByClassName("prettyprint"); - for (let i = 0; i < Temp.length; i++) { - let Code = Temp[i].innerText; - Temp[i].outerHTML = ``; - Temp[i].value = Code; - } - for (let i = 0; i < Temp.length; i++) { - CodeMirror.fromTextArea(Temp[i], { - lineNumbers: true, - mode: "text/x-c++src", - readOnly: true, - theme: (UtilityEnabled("DarkMode") ? "darcula" : "default") - }).setSize("100%", "auto"); - } - } else if (location.pathname == "/open_contest.php") { - let Temp = document.querySelector("body > div > div.mt-3 > div > div.col-md-8").children; - let NewsData = []; - for (let i = 0; i < Temp.length; i += 2) { - let Title = Temp[i].children[0].innerText; - let Time = 0; - if (Temp[i].children[1] != null) { - Time = Temp[i].children[1].innerText; - } - let Body = Temp[i + 1].innerHTML; - NewsData.push({"Title": Title, "Time": new Date(Time), "Body": Body}); - } - document.querySelector("body > div > div.mt-3 > div > div.col-md-8").innerHTML = ""; - for (let i = 0; i < NewsData.length; i++) { - let NewsRow = document.createElement("div"); - NewsRow.className = "cnt-row"; - let NewsRowHead = document.createElement("div"); - NewsRowHead.className = "cnt-row-head title"; - NewsRowHead.innerText = NewsData[i].Title; - if (NewsData[i].Time.getTime() != 0) { - NewsRowHead.innerHTML += "" + NewsData[i].Time.toLocaleDateString() + ""; - } - NewsRow.appendChild(NewsRowHead); - let NewsRowBody = document.createElement("div"); - NewsRowBody.className = "cnt-row-body"; - NewsRowBody.innerHTML = NewsData[i].Body; - NewsRow.appendChild(NewsRowBody); - document.querySelector("body > div > div.mt-3 > div > div.col-md-8").appendChild(NewsRow); - } - let MyContestData = document.querySelector("body > div > div.mt-3 > div > div.col-md-4 > div:nth-child(2)").innerHTML; - let CountDownData = document.querySelector("#countdown_list").innerHTML; - document.querySelector("body > div > div.mt-3 > div > div.col-md-4").innerHTML = `
    -
    我的月赛
    -
    ${MyContestData}
    -
    -
    -
    倒计时
    -
    ${CountDownData}
    -
    `; - } else if (location.pathname == "/showsource.php") { - let Code = ""; - if (SearchParams.get("ByUserScript") == null) { - document.title = "查看代码: " + SearchParams.get("id"); - await fetch("https://www.xmoj.tech/getsource.php?id=" + SearchParams.get("id")) - .then((Response) => { - return Response.text(); - }).then((Response) => { - Code = Response.replace("\n\n", ""); - }); - } else { - document.title = "查看标程: " + SearchParams.get("pid"); - if (localStorage.getItem("UserScript-LastUploadedStdTime") === undefined || new Date().getTime() - localStorage.getItem("UserScript-LastUploadedStdTime") > 1000 * 60 * 60 * 24 * 30) { - location.href = "https://www.xmoj.tech/userinfo.php?ByUserScript=1"; - } - await new Promise((Resolve) => { - RequestAPI("GetStd", { - "ProblemID": Number(SearchParams.get("pid")) - }, (Response) => { - if (Response.Success) { - Code = Response.Data.StdCode; - } else { - Code = Response.Message; - } - Resolve(); - }); - }); - } - document.querySelector("body > div > div.mt-3").innerHTML = ``; - CodeMirror.fromTextArea(document.querySelector("body > div > div.mt-3 > textarea"), { - lineNumbers: true, - mode: "text/x-c++src", - readOnly: true, - theme: (UtilityEnabled("DarkMode") ? "darcula" : "default") - }).setSize("100%", "auto"); - } else if (location.pathname == "/ceinfo.php") { - await fetch(location.href) - .then((Result) => { - return Result.text(); - }).then((Result) => { - let ParsedDocument = new DOMParser().parseFromString(Result, "text/html"); - document.querySelector("body > div > div.mt-3").innerHTML = ""; - let CodeElement = document.createElement("div"); - CodeElement.className = "mb-3"; - document.querySelector("body > div > div.mt-3").appendChild(CodeElement); - CodeMirror(CodeElement, { - value: ParsedDocument.getElementById("errtxt").innerHTML.replaceAll("<", "<").replaceAll(">", ">"), - lineNumbers: true, - mode: "text/x-c++src", - readOnly: true, - theme: (UtilityEnabled("DarkMode") ? "darcula" : "default") - }).setSize("100%", "auto"); - }); - } else if (location.pathname == "/problem_std.php") { - await fetch("https://www.xmoj.tech/problem_std.php?cid=" + SearchParams.get("cid") + "&pid=" + SearchParams.get("pid")) - .then((Response) => { - return Response.text(); - }).then((Response) => { - let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); - let Temp = ParsedDocument.getElementsByTagName("pre"); - document.querySelector("body > div > div.mt-3").innerHTML = ""; - for (let i = 0; i < Temp.length; i++) { - let CodeElement = document.createElement("div"); - CodeElement.className = "mb-3"; - document.querySelector("body > div > div.mt-3").appendChild(CodeElement); - CodeMirror(CodeElement, { - value: Temp[i].innerText, - lineNumbers: true, - mode: "text/x-c++src", - readOnly: true, - theme: (UtilityEnabled("DarkMode") ? "darcula" : "default") - }).setSize("100%", "auto"); - } - }); - } else if (location.pathname == "/mail.php") { - if (SearchParams.get("to_user") == null) { - document.querySelector("body > div > div.mt-3").innerHTML = `
    -
    - - -
    -
    - -
    -
    - - - - - - - - - -
    接收者最新消息最后联系时间
    - `; - let RefreshMessageList = (Silent = true) => { - if (!Silent) { - ReceiveTable.children[1].innerHTML = ""; - for (let i = 0; i < 10; i++) { - let Row = document.createElement("tr"); - ReceiveTable.children[1].appendChild(Row); - for (let j = 0; j < 3; j++) { - let Cell = document.createElement("td"); - Row.appendChild(Cell); - Cell.innerHTML = ``; - } - } - } - RequestAPI("GetMailList", {}, async (ResponseData) => { - if (ResponseData.Success) { - ErrorElement.style.display = "none"; - let Data = ResponseData.Data.MailList; - ReceiveTable.children[1].innerHTML = ""; - for (let i = 0; i < Data.length; i++) { - let Row = document.createElement("tr"); - ReceiveTable.children[1].appendChild(Row); - let UsernameCell = document.createElement("td"); - Row.appendChild(UsernameCell); - let UsernameSpan = document.createElement("span"); - UsernameCell.appendChild(UsernameSpan); - GetUsernameHTML(UsernameSpan, Data[i].OtherUser, false, "https://www.xmoj.tech/mail.php?to_user="); - if (Data[i].UnreadCount != 0) { - let UnreadCountSpan = document.createElement("span"); - UsernameCell.appendChild(UnreadCountSpan); - UnreadCountSpan.className = "ms-1 badge text-bg-danger"; - UnreadCountSpan.innerText = Data[i].UnreadCount; - } - let LastsMessageCell = document.createElement("td"); - Row.appendChild(LastsMessageCell); - LastsMessageCell.innerText = replaceMarkdownImages(Data[i].LastsMessage, '[image]'); - let SendTimeCell = document.createElement("td"); - Row.appendChild(SendTimeCell); - SendTimeCell.innerHTML = GetRelativeTime(Data[i].SendTime); - } - } else { - ErrorElement.innerText = ResponseData.Message; - ErrorElement.style.display = ""; - } - }); - }; - Username.addEventListener("input", () => { - Username.classList.remove("is-invalid"); - }); - AddUser.addEventListener("click", () => { - let UsernameData = Username.value; - if (UsernameData == "") { - Username.classList.add("is-invalid"); - return; - } - AddUser.children[0].style.display = ""; - AddUser.disabled = true; - RequestAPI("SendMail", { - "ToUser": String(UsernameData), - "Content": String("您好,我是" + CurrentUsername) - }, (ResponseData) => { - AddUser.children[0].style.display = "none"; - AddUser.disabled = false; - if (ResponseData.Success) { - ErrorElement.style.display = "none"; - RefreshMessageList(); - } else { - ErrorElement.innerText = ResponseData.Message; - ErrorElement.style.display = ""; - } - }); - }); - RefreshMessageList(false); - addEventListener("focus", RefreshMessageList); - } else { - document.querySelector("body > div > div.mt-3").innerHTML = `
    -
    -
    - -
    -
    - - -
    -
    - - - - - - - - - - - - -
    发送者内容发送时间阅读状态
    `; - GetUsernameHTML(ToUser, SearchParams.get("to_user")); - let RefreshMessage = (Silent = true) => { - if (!Silent) { - MessageTable.children[1].innerHTML = ""; - for (let i = 0; i < 10; i++) { - let Row = document.createElement("tr"); - MessageTable.children[1].appendChild(Row); - for (let j = 0; j < 4; j++) { - let Cell = document.createElement("td"); - Row.appendChild(Cell); - Cell.innerHTML = ``; - } - } - } - RequestAPI("ReadUserMailMention", { - "UserID": String(SearchParams.get("to_user")) - }); - RequestAPI("GetMail", { - "OtherUser": String(SearchParams.get("to_user")) - }, async (ResponseData) => { - if (ResponseData.Success) { - ErrorElement.style.display = "none"; - let Data = ResponseData.Data.Mail; - MessageTable.children[1].innerHTML = ""; - for (let i = 0; i < Data.length; i++) { - let Row = document.createElement("tr"); - MessageTable.children[1].appendChild(Row); - if (!Data[i].IsRead && Data[i].FromUser != CurrentUsername) { - Row.className = "table-info"; - } - let UsernameCell = document.createElement("td"); - Row.appendChild(UsernameCell); - GetUsernameHTML(UsernameCell, Data[i].FromUser); - let ContentCell = document.createElement("td"); - let ContentDiv = document.createElement("div"); - ContentDiv.style.display = "flex"; - ContentDiv.style.maxWidth = window.innerWidth - 300 + "px"; - ContentDiv.style.maxHeight = "500px"; - ContentDiv.style.overflowX = "auto"; - ContentDiv.style.overflowY = "auto"; - ContentDiv.innerHTML = PurifyHTML(marked.parse(Data[i].Content)); - let mediaElements = ContentDiv.querySelectorAll('img, video'); - for (let media of mediaElements) { - media.style.objectFit = 'contain'; - media.style.maxWidth = '100%'; - media.style.maxHeight = '100%'; - } - ContentCell.appendChild(ContentDiv); - Row.appendChild(ContentCell); - let SendTimeCell = document.createElement("td"); - Row.appendChild(SendTimeCell); - SendTimeCell.innerHTML = GetRelativeTime(Data[i].SendTime); - let IsReadCell = document.createElement("td"); - Row.appendChild(IsReadCell); - IsReadCell.innerHTML = (Data[i].IsRead ? "已读" : "未读"); - } - } else { - ErrorElement.innerText = ResponseData.Message; - ErrorElement.style.display = ""; - } - }); - }; - Content.addEventListener("input", () => { - Content.classList.remove("is-invalid"); - }); - Content.addEventListener("paste", (EventData) => { - let Items = EventData.clipboardData.items; - if (Items.length !== 0) { - for (let i = 0; i < Items.length; i++) { - if (Items[i].type.indexOf("image") != -1) { - let Reader = new FileReader(); - Reader.readAsDataURL(Items[i].getAsFile()); - Reader.onload = () => { - let Before = Content.value.substring(0, Content.selectionStart); - let After = Content.value.substring(Content.selectionEnd, Content.value.length); - const UploadMessage = "![正在上传图片...]()"; - Content.value = Before + UploadMessage + After; - Content.dispatchEvent(new Event("input")); - RequestAPI("UploadImage", { - "Image": Reader.result - }, (ResponseData) => { - if (ResponseData.Success) { - Content.value = Before + `![](https://assets.xmoj-bbs.me/GetImage?ImageID=${ResponseData.Data.ImageID})` + After; - Content.dispatchEvent(new Event("input")); - } else { - Content.value = Before + `![上传失败!` + ResponseData.Message + `]()` + After; - Content.dispatchEvent(new Event("input")); - } - }); - }; - } - } - } - }); - Content.addEventListener("keydown", (Event) => { - if (Event.keyCode == 13) { - Send.click(); - } - }); - Send.addEventListener("click", () => { - if (Content.value == "") { - Content.classList.add("is-invalid"); - return; - } - Send.disabled = true; - Send.children[0].style.display = ""; - let ContentData = Content.value; - RequestAPI("SendMail", { - "ToUser": String(SearchParams.get("to_user")), "Content": String(ContentData) - }, (ResponseData) => { - Send.disabled = false; - Send.children[0].style.display = "none"; - if (ResponseData.Success) { - ErrorElement.style.display = "none"; - Content.value = ""; - RefreshMessage(); - } else { - ErrorElement.innerText = ResponseData.Message; - ErrorElement.style.display = ""; - } - }); - }); - RefreshMessage(false); - addEventListener("focus", RefreshMessage); - } - } else if (location.pathname.indexOf("/discuss3") != -1) { - if (UtilityEnabled("Discussion")) { - Discussion.classList.add("active"); - if (location.pathname == "/discuss3/discuss.php") { - document.title = "讨论列表"; - let ProblemID = parseInt(SearchParams.get("pid")); - let BoardID = parseInt(SearchParams.get("bid")); - let Page = Number(SearchParams.get("page")) || 1; - document.querySelector("body > div > div").innerHTML = `

    讨论列表${(isNaN(ProblemID) ? "" : ` - 题目` + ProblemID)}

    - - -
    - - - - - - - - - - - - - - - -
    编号标题作者题目编号发布时间回复数最后回复
    `; - NewPost.addEventListener("click", () => { - if (!isNaN(ProblemID)) { - location.href = "https://www.xmoj.tech/discuss3/newpost.php?pid=" + ProblemID; - } else if (SearchParams.get("bid") != null) { - location.href = "https://www.xmoj.tech/discuss3/newpost.php?bid=" + SearchParams.get("bid"); - } else { - location.href = "https://www.xmoj.tech/discuss3/newpost.php"; - } - }); - const RefreshPostList = (Silent = true) => { - if (!Silent) { - PostList.children[1].innerHTML = ""; - for (let i = 0; i < 10; i++) { - let Row = document.createElement("tr"); - PostList.children[1].appendChild(Row); - for (let j = 0; j < 7; j++) { - let Cell = document.createElement("td"); - Row.appendChild(Cell); - Cell.innerHTML = ``; - } - } - } - RequestAPI("GetPosts", { - "ProblemID": Number(ProblemID || 0), - "Page": Number(Page), - "BoardID": Number(SearchParams.get("bid") || -1) - }, async (ResponseData) => { - if (ResponseData.Success == true) { - ErrorElement.style.display = "none"; - if (!Silent) { - DiscussPagination.children[0].children[0].href = "https://www.xmoj.tech/discuss3/discuss.php?" + (isNaN(ProblemID) ? "" : "pid=" + ProblemID + "&") + (isNaN(BoardID) ? "" : "bid=" + BoardID + "&") + "page=1"; - DiscussPagination.children[1].children[0].href = "https://www.xmoj.tech/discuss3/discuss.php?" + (isNaN(ProblemID) ? "" : "pid=" + ProblemID + "&") + (isNaN(BoardID) ? "" : "bid=" + BoardID + "&") + "page=" + (Page - 1); - DiscussPagination.children[2].children[0].href = "https://www.xmoj.tech/discuss3/discuss.php?" + (isNaN(ProblemID) ? "" : "pid=" + ProblemID + "&") + (isNaN(BoardID) ? "" : "bid=" + BoardID + "&") + "page=" + Page; - DiscussPagination.children[3].children[0].href = "https://www.xmoj.tech/discuss3/discuss.php?" + (isNaN(ProblemID) ? "" : "pid=" + ProblemID + "&") + (isNaN(BoardID) ? "" : "bid=" + BoardID + "&") + "page=" + (Page + 1); - DiscussPagination.children[4].children[0].href = "https://www.xmoj.tech/discuss3/discuss.php?" + (isNaN(ProblemID) ? "" : "pid=" + ProblemID + "&") + (isNaN(BoardID) ? "" : "bid=" + BoardID + "&") + "page=" + ResponseData.Data.PageCount; - if (Page <= 1) { - DiscussPagination.children[0].classList.add("disabled"); - DiscussPagination.children[1].remove(); - } - if (Page >= ResponseData.Data.PageCount) { - DiscussPagination.children[DiscussPagination.children.length - 1].classList.add("disabled"); - DiscussPagination.children[DiscussPagination.children.length - 2].remove(); - } - } - let Posts = ResponseData.Data.Posts; - PostList.children[1].innerHTML = ""; - if (Posts.length == 0) { - PostList.children[1].innerHTML = `暂无数据`; - } - for (let i = 0; i < Posts.length; i++) { - let Row = document.createElement("tr"); - PostList.children[1].appendChild(Row); - let IDCell = document.createElement("td"); - Row.appendChild(IDCell); - IDCell.innerText = Posts[i].PostID + " " + Posts[i].BoardName; - let TitleCell = document.createElement("td"); - Row.appendChild(TitleCell); - let TitleLink = document.createElement("a"); - TitleCell.appendChild(TitleLink); - TitleLink.href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + Posts[i].PostID; - if (Posts[i].Lock.Locked) { - TitleLink.classList.add("link-secondary"); - TitleLink.innerHTML = "🔒 "; - } - TitleLink.innerHTML += Posts[i].Title; - let AuthorCell = document.createElement("td"); - Row.appendChild(AuthorCell); - GetUsernameHTML(AuthorCell, Posts[i].UserID); - let ProblemIDCell = document.createElement("td"); - Row.appendChild(ProblemIDCell); - if (Posts[i].ProblemID != 0) { - let ProblemIDLink = document.createElement("a"); - ProblemIDCell.appendChild(ProblemIDLink); - ProblemIDLink.href = "https://www.xmoj.tech/problem.php?id=" + Posts[i].ProblemID; - ProblemIDLink.innerText = Posts[i].ProblemID; - } - let PostTimeCell = document.createElement("td"); - Row.appendChild(PostTimeCell); - PostTimeCell.innerHTML = GetRelativeTime(Posts[i].PostTime); - let ReplyCountCell = document.createElement("td"); - Row.appendChild(ReplyCountCell); - ReplyCountCell.innerText = Posts[i].ReplyCount; - let LastReplyTimeCell = document.createElement("td"); - Row.appendChild(LastReplyTimeCell); - LastReplyTimeCell.innerHTML = GetRelativeTime(Posts[i].LastReplyTime); - } - } else { - ErrorElement.innerText = ResponseData.Message; - ErrorElement.style.display = "block"; - } - }); - }; - RefreshPostList(false); - addEventListener("focus", RefreshPostList); - RequestAPI("GetBoards", {}, (ResponseData) => { - if (ResponseData.Success === true) { - let LinkElement = document.createElement("a"); - LinkElement.href = "https://www.xmoj.tech/discuss3/discuss.php"; - LinkElement.classList.add("me-2"); - LinkElement.innerText = "全部"; - GotoBoard.appendChild(LinkElement); - for (let i = 0; i < ResponseData.Data.Boards.length; i++) { - let LinkElement = document.createElement("a"); - LinkElement.href = "https://www.xmoj.tech/discuss3/discuss.php?bid=" + ResponseData.Data.Boards[i].BoardID; - LinkElement.classList.add("me-2"); - LinkElement.innerText = ResponseData.Data.Boards[i].BoardName; - GotoBoard.appendChild(LinkElement); - } - } - }); - } else if (location.pathname == "/discuss3/newpost.php") { - let ProblemID = parseInt(SearchParams.get("pid")); - document.querySelector("body > div > div").innerHTML = `

    发布新讨论` + (!isNaN(ProblemID) ? ` - 题目` + ProblemID : ``) + `

    -
    - -
    -
    -
    -
    - - -
    -
    - -
    - -
    -
    -
    - -
    - `; - let CaptchaSecretKey = ""; - unsafeWindow.CaptchaLoadedCallback = () => { - turnstile.render("#CaptchaContainer", { - sitekey: CaptchaSiteKey, callback: function (CaptchaSecretKeyValue) { - CaptchaSecretKey = CaptchaSecretKeyValue; - SubmitElement.disabled = false; - }, - }); - }; - let TurnstileScript = document.createElement("script"); - TurnstileScript.src = "https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=CaptchaLoadedCallback"; - document.body.appendChild(TurnstileScript); - ContentElement.addEventListener("keydown", (Event) => { - if ((Event.metaKey || Event.ctrlKey) && Event.keyCode == 13) { - SubmitElement.click(); - } - }); - ContentElement.addEventListener("input", () => { - ContentElement.classList.remove("is-invalid"); - PreviewTab.innerHTML = PurifyHTML(marked.parse(ContentElement.value)); - RenderMathJax(); - }); - TitleElement.addEventListener("input", () => { - TitleElement.classList.remove("is-invalid"); - }); - ContentElement.addEventListener("paste", (EventData) => { - let Items = EventData.clipboardData.items; - if (Items.length !== 0) { - for (let i = 0; i < Items.length; i++) { - if (Items[i].type.indexOf("image") != -1) { - let Reader = new FileReader(); - Reader.readAsDataURL(Items[i].getAsFile()); - Reader.onload = () => { - let Before = ContentElement.value.substring(0, ContentElement.selectionStart); - let After = ContentElement.value.substring(ContentElement.selectionEnd, ContentElement.value.length); - const UploadMessage = "![正在上传图片...]()"; - ContentElement.value = Before + UploadMessage + After; - ContentElement.dispatchEvent(new Event("input")); - RequestAPI("UploadImage", { - "Image": Reader.result - }, (ResponseData) => { - if (ResponseData.Success) { - ContentElement.value = Before + `![](https://assets.xmoj-bbs.me/GetImage?ImageID=${ResponseData.Data.ImageID})` + After; - ContentElement.dispatchEvent(new Event("input")); - } else { - ContentElement.value = Before + `![上传失败!]()` + After; - ContentElement.dispatchEvent(new Event("input")); - } - }); - }; - } - } - } - }); - SubmitElement.addEventListener("click", async () => { - ErrorElement.style.display = "none"; - let Title = TitleElement.value; - let Content = ContentElement.value; - let ProblemID = parseInt(SearchParams.get("pid")); - if (Title === "") { - TitleElement.classList.add("is-invalid"); - return; - } - if (Content === "") { - ContentElement.classList.add("is-invalid"); - return; - } - if (document.querySelector("#Board input:checked") === null) { - ErrorElement.innerText = "请选择要发布的板块"; - ErrorElement.style.display = "block"; - return; - } - SubmitElement.disabled = true; - SubmitElement.children[0].style.display = "inline-block"; - RequestAPI("NewPost", { - "Title": String(Title), - "Content": String(Content), - "ProblemID": Number(isNaN(ProblemID) ? 0 : ProblemID), - "CaptchaSecretKey": String(CaptchaSecretKey), - "BoardID": Number(document.querySelector("#Board input:checked").value) - }, (ResponseData) => { - SubmitElement.disabled = false; - SubmitElement.children[0].style.display = "none"; - if (ResponseData.Success == true) { - location.href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + ResponseData.Data.PostID; - } else { - ErrorElement.innerText = ResponseData.Message; - ErrorElement.style.display = "block"; - } - }); - }); - RequestAPI("GetBoards", {}, (ResponseData) => { - if (ResponseData.Success === true) { - let Data = ResponseData.Data.Boards; - for (let i = 0; i < Data.length; i++) { - let RadioElement = document.createElement("div"); - RadioElement.className = "col-auto form-check form-check-inline"; - let RadioInput = document.createElement("input"); - RadioInput.className = "form-check-input"; - RadioInput.type = "radio"; - RadioInput.name = "Board"; - RadioInput.id = "Board" + Data[i].BoardID; - RadioInput.value = Data[i].BoardID; - RadioElement.appendChild(RadioInput); - if (SearchParams.get("bid") !== null && SearchParams.get("bid") == Data[i].BoardID) { - RadioInput.checked = true; - } - if (!isNaN(ProblemID)) { - RadioInput.disabled = true; - } - if (Data[i].BoardID == 4) { - if (!isNaN(ProblemID)) RadioInput.checked = true; - RadioInput.disabled = true; - } - let RadioLabel = document.createElement("label"); - RadioLabel.className = "form-check-label"; - RadioLabel.htmlFor = "Board" + Data[i].BoardID; - RadioLabel.innerText = Data[i].BoardName; - RadioElement.appendChild(RadioLabel); - Board.appendChild(RadioElement); - } - } - }); - } else if (location.pathname == "/discuss3/thread.php") { - if (SearchParams.get("tid") == null) { - location.href = "https://www.xmoj.tech/discuss3/discuss.php"; - } else { - let ThreadID = SearchParams.get("tid"); - let Page = Number(SearchParams.get("page")) || 1; - document.querySelector("body > div > div").innerHTML = `

    -
    - 作者:
    - 发布时间: - 板块: - - - -
    -
    - -
    -
    -
    -
    - -
    -
    - -
    -
    -
    -
    - -
    -
    -
    - -
    - `; - let CaptchaSecretKey = ""; - unsafeWindow.CaptchaLoadedCallback = () => { - turnstile.render("#CaptchaContainer", { - theme: UtilityEnabled("DarkMode") ? "dark" : "light", language: "zh-cn", - sitekey: CaptchaSiteKey, callback: function (CaptchaSecretKeyValue) { - CaptchaSecretKey = CaptchaSecretKeyValue; - SubmitElement.disabled = false; - }, - }); - }; - let TurnstileScript = document.createElement("script"); - TurnstileScript.src = "https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=CaptchaLoadedCallback"; - document.body.appendChild(TurnstileScript); - ContentElement.addEventListener("keydown", (Event) => { - if ((Event.metaKey || Event.ctrlKey) && Event.keyCode == 13) { - SubmitElement.click(); - } - }); - ContentElement.addEventListener("input", () => { - PreviewTab.innerHTML = PurifyHTML(marked.parse(ContentElement.value)); - RenderMathJax(); - }); - ContentElement.addEventListener("paste", (EventData) => { - let Items = EventData.clipboardData.items; - if (Items.length !== 0) { - for (let i = 0; i < Items.length; i++) { - if (Items[i].type.indexOf("image") != -1) { - let Reader = new FileReader(); - Reader.readAsDataURL(Items[i].getAsFile()); - Reader.onload = () => { - let Before = ContentElement.value.substring(0, ContentElement.selectionStart); - let After = ContentElement.value.substring(ContentElement.selectionEnd, ContentElement.value.length); - const UploadMessage = "![正在上传图片...]()"; - ContentElement.value = Before + UploadMessage + After; - ContentElement.dispatchEvent(new Event("input")); - RequestAPI("UploadImage", { - "Image": Reader.result - }, (ResponseData) => { - if (ResponseData.Success) { - ContentElement.value = Before + `![](https://assets.xmoj-bbs.me/GetImage?ImageID=${ResponseData.Data.ImageID})` + After; - ContentElement.dispatchEvent(new Event("input")); - } else { - ContentElement.value = Before + `![上传失败!]()` + After; - ContentElement.dispatchEvent(new Event("input")); - } - }); - }; - } - } - } - }); - let RefreshReply = (Silent = true) => { - if (!Silent) { - PostTitle.innerHTML = ``; - PostAuthor.innerHTML = ``; - PostTime.innerHTML = ``; - PostBoard.innerHTML = ``; - PostReplies.innerHTML = ""; - for (let i = 0; i < 10; i++) { - PostReplies.innerHTML += `
    -
    -
    - - -
    -
    - - - -
    -
    `; - } - } - RequestAPI("GetPost", { - "PostID": Number(ThreadID), "Page": Number(Page) - }, async (ResponseData) => { - if (ResponseData.Success == true) { - let OldScrollTop = document.documentElement.scrollTop; - let LockButtons = !IsAdmin && ResponseData.Data.Lock.Locked; - if (!Silent) { - DiscussPagination.children[0].children[0].href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + ThreadID + "&page=1"; - DiscussPagination.children[1].children[0].href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + ThreadID + "&page=" + (Page - 1); - DiscussPagination.children[2].children[0].href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + ThreadID + "&page=" + Page; - DiscussPagination.children[3].children[0].href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + ThreadID + "&page=" + (Page + 1); - DiscussPagination.children[4].children[0].href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + ThreadID + "&page=" + ResponseData.Data.PageCount; - if (Page <= 1) { - DiscussPagination.children[0].classList.add("disabled"); - DiscussPagination.children[1].remove(); - } - if (Page >= ResponseData.Data.PageCount) { - DiscussPagination.children[DiscussPagination.children.length - 1].classList.add("disabled"); - DiscussPagination.children[DiscussPagination.children.length - 2].remove(); - } - if (IsAdmin || ResponseData.Data.UserID == CurrentUsername) { - Delete.style.display = ""; - } - } - PostTitle.innerHTML = ResponseData.Data.Title + (ResponseData.Data.ProblemID == 0 ? "" : ` - 题目` + ` ` + ResponseData.Data.ProblemID + ``); - document.title = "讨论" + ThreadID + ": " + ResponseData.Data.Title; - PostAuthor.innerHTML = ""; - GetUsernameHTML(PostAuthor.children[0], ResponseData.Data.UserID); - PostTime.innerHTML = GetRelativeTime(ResponseData.Data.PostTime); - PostBoard.innerHTML = ResponseData.Data.BoardName; - let Replies = ResponseData.Data.Reply; - PostReplies.innerHTML = ""; - for (let i = 0; i < Replies.length; i++) { - let CardElement = document.createElement("div"); - PostReplies.appendChild(CardElement); - CardElement.className = "card mb-3"; - let CardBodyElement = document.createElement("div"); - CardElement.appendChild(CardBodyElement); - CardBodyElement.className = "card-body row"; - let CardBodyRowElement = document.createElement("div"); - CardBodyElement.appendChild(CardBodyRowElement); - CardBodyRowElement.className = "row mb-3"; - let AuthorElement = document.createElement("span"); - CardBodyRowElement.appendChild(AuthorElement); - AuthorElement.className = "col-4 text-muted"; - let AuthorSpanElement = document.createElement("span"); - AuthorElement.appendChild(AuthorSpanElement); - AuthorSpanElement.innerText = "作者:"; - let AuthorUsernameElement = document.createElement("span"); - AuthorElement.appendChild(AuthorUsernameElement); - GetUsernameHTML(AuthorUsernameElement, Replies[i].UserID); - let SendTimeElement = document.createElement("span"); - CardBodyRowElement.appendChild(SendTimeElement); - SendTimeElement.className = "col-4 text-muted"; - SendTimeElement.innerHTML = "发布时间:" + GetRelativeTime(Replies[i].ReplyTime); - - let OKButton; - if (!LockButtons) { - let ButtonsElement = document.createElement("span"); - CardBodyRowElement.appendChild(ButtonsElement); - ButtonsElement.className = "col-4"; - let ReplyButton = document.createElement("button"); - ButtonsElement.appendChild(ReplyButton); - ReplyButton.type = "button"; - ReplyButton.className = "btn btn-sm btn-info"; - ReplyButton.innerText = "回复"; - ReplyButton.addEventListener("click", () => { - let Content = Replies[i].Content; - Content = Content.split("\n").map((Line) => { - // Count the number of '>' characters at the beginning of the line - let nestingLevel = 0; - while (Line.startsWith(">")) { - nestingLevel++; - Line = Line.substring(1).trim(); - } - // If the line is nested more than 2 levels deep, skip it - if (nestingLevel > 2) { - return null; - } - // Reconstruct the line with the appropriate number of '>' characters - return "> ".repeat(nestingLevel + 1) + Line; - }).filter(Line => Line !== null) // Remove null entries - .join("\n"); - ContentElement.value += Content + `\n\n@${Replies[i].UserID} `; - ContentElement.focus(); - }); - let DeleteButton = document.createElement("button"); - ButtonsElement.appendChild(DeleteButton); - DeleteButton.type = "button"; - DeleteButton.className = "btn btn-sm btn-danger ms-1"; - DeleteButton.innerText = "删除"; - DeleteButton.style.display = (IsAdmin || Replies[i].UserID == CurrentUsername ? "" : "none"); - DeleteButton.addEventListener("click", () => { - DeleteButton.disabled = true; - DeleteButton.lastChild.style.display = ""; - RequestAPI("DeleteReply", { - "ReplyID": Number(Replies[i].ReplyID) - }, (ResponseData) => { - if (ResponseData.Success == true) { - RefreshReply(); - } else { - DeleteButton.disabled = false; - DeleteButton.lastChild.style.display = "none"; - ErrorElement.innerText = ResponseData.Message; - ErrorElement.style.display = ""; - } - }); - }); - let DeleteSpin = document.createElement("div"); - DeleteButton.appendChild(DeleteSpin); - DeleteSpin.className = "spinner-border spinner-border-sm"; - DeleteSpin.role = "status"; - DeleteSpin.style.display = "none"; - OKButton = document.createElement("button"); - ButtonsElement.appendChild(OKButton); - OKButton.type = "button"; - OKButton.style.display = "none"; - OKButton.className = "btn btn-sm btn-success ms-1"; - OKButton.innerText = "确认"; - let OKSpin = document.createElement("div"); - OKButton.appendChild(OKSpin); - OKSpin.className = "spinner-border spinner-border-sm"; - OKSpin.role = "status"; - OKSpin.style.display = "none"; - OKButton.addEventListener("click", () => { - OKButton.disabled = true; - OKButton.lastChild.style.display = ""; - RequestAPI("EditReply", { - ReplyID: Number(Replies[i].ReplyID), - Content: String(ContentEditor.value) - }, (ResponseData) => { - if (ResponseData.Success == true) { - RefreshReply(); - } else { - OKButton.disabled = false; - OKButton.lastChild.style.display = "none"; - ErrorElement.innerText = ResponseData.Message; - ErrorElement.style.display = ""; - } - }); - }); - let CancelButton = document.createElement("button"); - ButtonsElement.appendChild(CancelButton); - CancelButton.type = "button"; - CancelButton.style.display = "none"; - CancelButton.className = "btn btn-sm btn-secondary ms-1"; - CancelButton.innerText = "取消"; - CancelButton.addEventListener("click", () => { - CardBodyElement.children[2].style.display = ""; - CardBodyElement.children[3].style.display = "none"; - EditButton.style.display = ""; - OKButton.style.display = "none"; - CancelButton.style.display = "none"; - }); - let EditButton = document.createElement("button"); - ButtonsElement.appendChild(EditButton); - EditButton.type = "button"; - EditButton.className = "btn btn-sm btn-warning ms-1"; - EditButton.innerText = "编辑"; - EditButton.style.display = (IsAdmin || Replies[i].UserID == CurrentUsername ? "" : "none"); - EditButton.addEventListener("click", () => { - CardBodyElement.children[2].style.display = "none"; - CardBodyElement.children[3].style.display = ""; - EditButton.style.display = "none"; - OKButton.style.display = ""; - CancelButton.style.display = ""; - }); - } - - let CardBodyHRElement = document.createElement("hr"); - CardBodyElement.appendChild(CardBodyHRElement); - - let ReplyContentElement = document.createElement("div"); - CardBodyElement.appendChild(ReplyContentElement); - ReplyContentElement.innerHTML = PurifyHTML(marked.parse(Replies[i].Content)).replaceAll(/@([a-zA-Z0-9]+)/g, `@$1`); - if (Replies[i].EditTime != null) { - if (Replies[i].EditPerson == Replies[i].UserID) { - ReplyContentElement.innerHTML += `最后编辑于${GetRelativeTime(Replies[i].EditTime)}`; - } else { - ReplyContentElement.innerHTML += `最后被${Replies[i].EditPerson}编辑于${GetRelativeTime(Replies[i].EditTime)}`; - } - } - let ContentEditElement = document.createElement("div"); - CardBodyElement.appendChild(ContentEditElement); - ContentEditElement.classList.add("input-group"); - ContentEditElement.style.display = "none"; - let ContentEditor = document.createElement("textarea"); - ContentEditElement.appendChild(ContentEditor); - ContentEditor.className = "form-control col-6"; - ContentEditor.rows = 3; - ContentEditor.value = Replies[i].Content; - if (ContentEditor.value.indexOf("
    ") != -1) { - ContentEditor.value = ContentEditor.value.substring(0, ContentEditor.value.indexOf("
    ")); - } - ContentEditor.addEventListener("keydown", (Event) => { - if ((Event.metaKey || Event.ctrlKey) && Event.keyCode == 13) { - OKButton.click(); - } - }); - let PreviewTab = document.createElement("div"); - ContentEditElement.appendChild(PreviewTab); - PreviewTab.className = "form-control col-6"; - PreviewTab.innerHTML = PurifyHTML(marked.parse(ContentEditor.value)); - ContentEditor.addEventListener("input", () => { - PreviewTab.innerHTML = PurifyHTML(marked.parse(ContentEditor.value)); - RenderMathJax(); - }); - ContentEditor.addEventListener("paste", (EventData) => { - let Items = EventData.clipboardData.items; - if (Items.length !== 0) { - for (let i = 0; i < Items.length; i++) { - if (Items[i].type.indexOf("image") != -1) { - let Reader = new FileReader(); - Reader.readAsDataURL(Items[i].getAsFile()); - Reader.onload = () => { - let Before = ContentEditor.value.substring(0, ContentEditor.selectionStart); - let After = ContentEditor.value.substring(ContentEditor.selectionEnd, ContentEditor.value.length); - const UploadMessage = "![正在上传图片...]()"; - ContentEditor.value = Before + UploadMessage + After; - ContentEditor.dispatchEvent(new Event("input")); - RequestAPI("UploadImage", { - "Image": Reader.result - }, (ResponseData) => { - if (ResponseData.Success) { - ContentEditor.value = Before + `![](https://assets.xmoj-bbs.me/GetImage?ImageID=${ResponseData.Data.ImageID})` + After; - ContentEditor.dispatchEvent(new Event("input")); - } else { - ContentEditor.value = Before + `![上传失败!]()` + After; - ContentEditor.dispatchEvent(new Event("input")); - } - }); - }; - } - } - } - }); - } - - let UsernameElements = document.getElementsByClassName("Usernames"); - for (let i = 0; i < UsernameElements.length; i++) { - GetUsernameHTML(UsernameElements[i], UsernameElements[i].innerText, true); - } - - let CodeElements = document.querySelectorAll("#PostReplies > div > div > div:nth-child(3) > pre > code"); - for (let i = 0; i < CodeElements.length; i++) { - let ModeName = "text/x-c++src"; - if (CodeElements[i].className == "language-c") { - ModeName = "text/x-csrc"; - } else if (CodeElements[i].className == "language-cpp") { - ModeName = "text/x-c++src"; - } - CodeMirror(CodeElements[i].parentElement, { - value: CodeElements[i].innerText, - mode: ModeName, - theme: (UtilityEnabled("DarkMode") ? "darcula" : "default"), - lineNumbers: true, - readOnly: true - }).setSize("100%", "auto"); - CodeElements[i].remove(); - } - - if (LockButtons) { - let LockElement = ContentElement.parentElement.parentElement; - LockElement.innerHTML = "讨论已于 " + await GetRelativeTime(ResponseData.Data.Lock.LockTime) + " 被 "; - let LockUsernameSpan = document.createElement("span"); - LockElement.appendChild(LockUsernameSpan); - GetUsernameHTML(LockUsernameSpan, ResponseData.Data.Lock.LockPerson); - LockElement.innerHTML += " 锁定"; - LockElement.classList.add("mb-5"); - } - - if (IsAdmin) { - ToggleLock.style.display = "inline-block"; - ToggleLockButton.checked = ResponseData.Data.Lock.Locked; - ToggleLockButton.onclick = () => { - ToggleLockButton.disabled = true; - ErrorElement.style.display = "none"; - RequestAPI((ToggleLockButton.checked ? "LockPost" : "UnlockPost"), { - "PostID": Number(ThreadID) - }, (LockResponseData) => { - ToggleLockButton.disabled = false; - if (LockResponseData.Success) { - RefreshReply(); - } else { - ErrorElement.style.display = ""; - ErrorElement.innerText = "错误:" + LockResponseData.Message; - ToggleLockButton.checked = !ToggleLockButton.checked; - } - }); - }; - } - - Style.innerHTML += "img {"; - Style.innerHTML += " width: 50%;"; - Style.innerHTML += "}"; - - RenderMathJax(); - - if (Silent) { - scrollTo({ - top: OldScrollTop, behavior: "instant" - }); - } - } else { - PostTitle.innerText = "错误:" + ResponseData.Message; - } - }); - }; - Delete.addEventListener("click", () => { - Delete.disabled = true; - Delete.children[0].style.display = "inline-block"; - RequestAPI("DeletePost", { - "PostID": Number(SearchParams.get("tid")) - }, (ResponseData) => { - Delete.disabled = false; - Delete.children[0].style.display = "none"; - if (ResponseData.Success == true) { - location.href = "https://www.xmoj.tech/discuss3/discuss.php"; - } else { - ErrorElement.innerText = ResponseData.Message; - ErrorElement.style.display = "block"; - } - }); - }); - SubmitElement.addEventListener("click", async () => { - ErrorElement.style.display = "none"; - SubmitElement.disabled = true; - SubmitElement.children[0].style.display = "inline-block"; - RequestAPI("NewReply", { - "PostID": Number(SearchParams.get("tid")), - "Content": String(ContentElement.value), - "CaptchaSecretKey": String(CaptchaSecretKey) - }, async (ResponseData) => { - SubmitElement.disabled = false; - SubmitElement.children[0].style.display = "none"; - if (ResponseData.Success == true) { - RefreshReply(); - ContentElement.value = ""; - PreviewTab.innerHTML = ""; - while (PostReplies.innerHTML.indexOf("placeholder") != -1) { - await new Promise((resolve) => { - setTimeout(resolve, 100); - }); - } - ContentElement.focus(); - ContentElement.scrollIntoView(); - turnstile.reset(); - } else { - ErrorElement.innerText = ResponseData.Message; - ErrorElement.style.display = "block"; - } - }); - }); - RefreshReply(false); - addEventListener("focus", RefreshReply); - } - } - } - } - } - } - } catch (e) { - console.error(e); - if (UtilityEnabled("DebugMode")) { - 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."); - } - } -} - -main().then(r => { - console.log("XMOJ-Script loaded successfully!"); -}); \ No newline at end of file diff --git a/package.json b/package.json index 5cd94bd3..51e5a109 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,11 @@ "name": "xmoj-script", "version": "2.2.1", "description": "an improvement script for xmoj.tech", - "main": "AddonScript.js", + "type": "module", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "dev": "vite", + "build": "vite build", + "preview": "vite preview" }, "repository": { "type": "git", @@ -18,5 +20,19 @@ "bugs": { "url": "https://github.com/XMOJ-Script-dev/XMOJ-Script/issues" }, - "homepage": "https://github.com/XMOJ-Script-dev/XMOJ-Script#readme" + "homepage": "https://github.com/XMOJ-Script-dev/XMOJ-Script#readme", + "devDependencies": { + "vite": "^5.2.11", + "@types/jquery": "^3.5.30", + "vite-plugin-monkey": "^3.5.1" + }, + "dependencies": { + "codemirror": "^6.0.1", + "crypto-js": "^4.2.0", + "diff-match-patch": "^1.0.5", + "dompurify": "^3.1.0", + "file-saver": "^2.0.5", + "jquery": "^3.7.1", + "marked": "^12.0.2" + } } diff --git a/404.html b/public/404.html similarity index 100% rename from 404.html rename to public/404.html diff --git a/Images/1.png b/public/Images/1.png similarity index 100% rename from Images/1.png rename to public/Images/1.png diff --git a/Images/10.png b/public/Images/10.png similarity index 100% rename from Images/10.png rename to public/Images/10.png diff --git a/Images/11.png b/public/Images/11.png similarity index 100% rename from Images/11.png rename to public/Images/11.png diff --git a/Images/12.png b/public/Images/12.png similarity index 100% rename from Images/12.png rename to public/Images/12.png diff --git a/Images/13.png b/public/Images/13.png similarity index 100% rename from Images/13.png rename to public/Images/13.png diff --git a/Images/14.png b/public/Images/14.png similarity index 100% rename from Images/14.png rename to public/Images/14.png diff --git a/Images/15.png b/public/Images/15.png similarity index 100% rename from Images/15.png rename to public/Images/15.png diff --git a/Images/16.png b/public/Images/16.png similarity index 100% rename from Images/16.png rename to public/Images/16.png diff --git a/Images/17.png b/public/Images/17.png similarity index 100% rename from Images/17.png rename to public/Images/17.png diff --git a/Images/2.png b/public/Images/2.png similarity index 100% rename from Images/2.png rename to public/Images/2.png diff --git a/Images/3.png b/public/Images/3.png similarity index 100% rename from Images/3.png rename to public/Images/3.png diff --git a/Images/4.png b/public/Images/4.png similarity index 100% rename from Images/4.png rename to public/Images/4.png diff --git a/Images/5.png b/public/Images/5.png similarity index 100% rename from Images/5.png rename to public/Images/5.png diff --git a/Images/6.png b/public/Images/6.png similarity index 100% rename from Images/6.png rename to public/Images/6.png diff --git a/Images/7.png b/public/Images/7.png similarity index 100% rename from Images/7.png rename to public/Images/7.png diff --git a/Images/8.png b/public/Images/8.png similarity index 100% rename from Images/8.png rename to public/Images/8.png diff --git a/Images/9.png b/public/Images/9.png similarity index 100% rename from Images/9.png rename to public/Images/9.png diff --git a/XMOJ.png b/public/XMOJ.png similarity index 100% rename from XMOJ.png rename to public/XMOJ.png diff --git a/favicon.ico b/public/favicon.ico similarity index 100% rename from favicon.ico rename to public/favicon.ico diff --git a/index.html b/public/index.html similarity index 100% rename from index.html rename to public/index.html diff --git a/robots.txt b/public/robots.txt similarity index 100% rename from robots.txt rename to public/robots.txt diff --git a/sitemap.xml b/public/sitemap.xml similarity index 100% rename from sitemap.xml rename to public/sitemap.xml diff --git a/scripts/generate-header.js b/scripts/generate-header.js new file mode 100644 index 00000000..369a9a10 --- /dev/null +++ b/scripts/generate-header.js @@ -0,0 +1,18 @@ +import fs from 'fs'; +import path from 'path'; + +const packageJson = JSON.parse(fs.readFileSync(path.resolve(process.cwd(), 'package.json'), 'utf-8')); +const legacyJs = fs.readFileSync(path.resolve(process.cwd(), 'src/legacy.js'), 'utf-8'); +const distPath = path.resolve(process.cwd(), 'dist/XMOJ.user.js'); +const distCode = fs.readFileSync(distPath, 'utf-8'); + +const header = `// ==UserScript== +// @name ${packageJson.name} +// @version ${packageJson.version} +// @description ${packageJson.description} +// @author ${packageJson.author} +// @namespace https://github.com/XMOJ-Script-dev/XMOJ-Script +${legacyJs.match(/(\/\/ @match.*\n)/g).join('')}${legacyJs.match(/(\/\/ @require.*\n)/g).join('')}${legacyJs.match(/(\/\/ @grant.*\n)/g).join('')}${legacyJs.match(/(\/\/ @homepage.*\n)/g).join('')}${legacyJs.match(/(\/\/ @supportURL.*\n)/g).join('')}${legacyJs.match(/(\/\/ @connect.*\n)/g).join('')}${legacyJs.match(/(\/\/ @license.*\n)/g).join('')}${legacyJs.match(/(\/\/ @icon.*\n)/g).join('')}// ==/UserScript== +`; + +fs.writeFileSync(distPath, header + '\n' + distCode); diff --git a/src/api.js b/src/api.js new file mode 100644 index 00000000..c1e52eef --- /dev/null +++ b/src/api.js @@ -0,0 +1,50 @@ +import { GM_xmlhttpRequest } from '$' +import { UtilityEnabled } from './utils' + +export const RequestAPI = (Action, Data, CallBack) => { + try { + let Session = ""; + let Temp = document.cookie.split(";"); + for (let i = 0; i < Temp.length; i++) { + if (Temp[i].includes("PHPSESSID")) { + Session = Temp[i].split("=")[1]; + } + } + let PostData = { + "Authentication": { + "SessionID": Session, "Username": CurrentUsername, + }, "Data": Data, "Version": GM_info.script.version, "DebugMode": UtilityEnabled("DebugMode") + }; + let DataString = JSON.stringify(PostData); + if (UtilityEnabled("DebugMode")) { + console.log("Sent for", Action + ":", DataString); + } + GM_xmlhttpRequest({ + method: "POST", + url: (UtilityEnabled("SuperDebug") ? "http://127.0.0.1:8787/" : "https://api.xmoj-bbs.me/") + Action, + headers: { + "Content-Type": "application/json", + "Cache-Control": "no-cache", + "XMOJ-UserID": CurrentUsername, + "XMOJ-Script-Version": GM_info.script.version, + "DebugMode": UtilityEnabled("DebugMode") + }, + data: DataString, + onload: (Response) => { + if (UtilityEnabled("DebugMode")) { + console.log("Received for", Action + ":", Response.responseText); + } + try { + CallBack(JSON.parse(Response.responseText)); + } catch (Error) { + console.log(Response.responseText); + } + } + }); + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +}; diff --git a/src/globals.js b/src/globals.js new file mode 100644 index 00000000..db80bd20 --- /dev/null +++ b/src/globals.js @@ -0,0 +1,10 @@ +export const CaptchaSiteKey = "0x4AAAAAAALBT58IhyDViNmv"; +export const AdminUserList = ["zhuchenrui2", "shanwenxiao", "chenlangning", "admin"]; + +export let CurrentUsername = ''; +export let IsAdmin = false; +export let ServerURL = ''; +export let SearchParams = new URLSearchParams(location.search); +export let diff = 0; +export const judge_color = ["#52c41a", "#52c41a", "#52c41a", "#52c41a", "#52c41a", "#f5222d", "#f5222d", "#faad14", "#faad14", "#faad14", "#f5222d", "#bfbfbf"]; +export const judge_result = ["Waiting", "Running", "Compiling", "Running", "Accepted", "Presentation Error", "Wrong Answer", "Time Limit Exceeded", "Memory Limit Exceeded", "Output Limit Exceeded", "Runtime Error", "Compile Error"]; diff --git a/src/legacy.js b/src/legacy.js new file mode 100644 index 00000000..caa8d5c4 --- /dev/null +++ b/src/legacy.js @@ -0,0 +1,75 @@ +import { handleIndexPage } from './pages/index.js'; +import { handleProblemsetPage } from './pages/problemset.js'; +import { handleProblemPage } from './pages/problem.js'; +import { handleStatusPage } from './pages/status.js'; +import { handleContestPage } from './pages/contest.js'; +import { handleContestRankOIPage } from './pages/contestrank_oi.js'; +import { handleContestRankCorrectPage } from './pages/contestrank_correct.js'; +import { handleSubmitPage } from './pages/submitpage.js'; +import { handleModifyPage } from './pages/modifypage.js'; +import { handleUserInfoPage } from './pages/userinfo.js'; +import { handleCompareSourcePage } from './pages/comparesource.js'; +import { handleLoginPage } from './pages/loginpage.js'; +import { handleContestVideoPage } from './pages/contest_video.js'; +import { handleReinfoPage } from './pages/reinfo.js'; +import { handleDownloadsPage } from './pages/downloads.js'; +import { handleProblemStatusPage } from './pages/problemstatus.js'; +import { handleProblemSolutionPage } from './pages/problem_solution.js'; +import { handleOpenContestPage } from './pages/open_contest.js'; +import { handleShowSourcePage } from './pages/showsource.js'; +import { handleCeInfoPage } from './pages/ceinfo.js'; +import { handleProblemStdPage } from './pages/problem_std.js'; +import { handleMailPage } from './pages/mail.js'; +import { handleDiscussPage } from './pages/discuss.js'; + +export async function main() { + const pathname = location.pathname; + + if (pathname === '/index.php' || pathname === '/') { + handleIndexPage(); + } else if (pathname === '/problemset.php') { + handleProblemsetPage(); + } else if (pathname === '/problem.php') { + handleProblemPage(); + } else if (pathname === '/status.php') { + handleStatusPage(); + } else if (pathname === '/contest.php') { + handleContestPage(); + } else if (pathname === '/contestrank-oi.php') { + handleContestRankOIPage(); + } else if (pathname === '/contestrank-correct.php') { + handleContestRankCorrectPage(); + } else if (pathname === '/submitpage.php') { + handleSubmitPage(); + } else if (pathname === '/modifypage.php') { + handleModifyPage(); + } else if (pathname === '/userinfo.php') { + handleUserInfoPage(); + } else if (pathname === '/comparesource.php') { + handleCompareSourcePage(); + } else if (pathname === '/loginpage.php') { + handleLoginPage(); + } else if (pathname === '/contest_video.php' || pathname === '/problem_video.php') { + handleContestVideoPage(); + } else if (pathname === '/reinfo.php') { + handleReinfoPage(); + } else if (pathname === '/downloads.php') { + handleDownloadsPage(); + } else if (pathname === '/problemstatus.php') { + handleProblemStatusPage(); + } else if (pathname === '/problem_solution.php') { + handleProblemSolutionPage(); + } else if (pathname === '/open_contest.php') { + handleOpenContestPage(); + } else if (pathname === '/showsource.php') { + handleShowSourcePage(); + } else if (pathname === '/ceinfo.php') { + handleCeInfoPage(); + } else if (pathname === '/problem_std.php') { + handleProblemStdPage(); + } else if (pathname === '/mail.php') { + handleMailPage(); + } else if (pathname.includes('/discuss3')) { + handleDiscussPage(); + } +} diff --git a/src/main.js b/src/main.js new file mode 100644 index 00000000..ea6d32e1 --- /dev/null +++ b/src/main.js @@ -0,0 +1,43 @@ +import { main } from './legacy.js'; +import { CurrentUsername, IsAdmin, ServerURL, diff, AdminUserList } from './globals.js'; +import { initTheme } from './theme.js'; +import { GM_registerMenuCommand } from '$'; +import { clearCredential, UtilityEnabled } from './utils.js'; + +// Initialization +window.CurrentUsername = document.querySelector("#profile").innerText.replaceAll(/[^a-zA-Z0-9]/g, ""); +window.IsAdmin = AdminUserList.includes(window.CurrentUsername); +window.ServerURL = (UtilityEnabled("DebugMode") ? "https://ghpages.xmoj-bbs.me/" : "https://www.xmoj-bbs.me"); +window.diff = 0; // This was not initialized in the original script, setting to 0 + +// Register menu commands +GM_registerMenuCommand("清除缓存", () => { + let Temp = []; + for (let i = 0; i < localStorage.length; i++) { + if (localStorage.key(i).startsWith("UserScript-User-")) { + Temp.push(localStorage.key(i)); + } + } + for (let i = 0; i < Temp.length; i++) { + localStorage.removeItem(Temp[i]); + } + location.reload(); +}); +GM_registerMenuCommand("重置数据", () => { + if (confirm("确定要重置数据吗?")) { + localStorage.clear(); + location.reload(); + } +}); + +// Auto-login check +if (UtilityEnabled("AutoLogin") && document.querySelector("body > a:nth-child(1)") != null && document.querySelector("body > a:nth-child(1)").innerText == "请登录后继续操作") { + localStorage.setItem("UserScript-LastPage", location.pathname + location.search); + location.href = "https://www.xmoj.tech/loginpage.php"; +} + +// Run the application +initTheme(); +main().then(() => { + console.log("XMOJ-Script loaded successfully!"); +}); diff --git a/src/pages/ceinfo.js b/src/pages/ceinfo.js new file mode 100644 index 00000000..6abedfb6 --- /dev/null +++ b/src/pages/ceinfo.js @@ -0,0 +1,22 @@ +import CodeMirror from 'codemirror'; +import { UtilityEnabled } from '../utils.js'; + +export async function handleCeInfoPage() { + await fetch(location.href) + .then((Result) => { + return Result.text(); + }).then((Result) => { + let ParsedDocument = new DOMParser().parseFromString(Result, "text/html"); + document.querySelector("body > div > div.mt-3").innerHTML = ""; + let CodeElement = document.createElement("div"); + CodeElement.className = "mb-3"; + document.querySelector("body > div > div.mt-3").appendChild(CodeElement); + CodeMirror(CodeElement, { + value: ParsedDocument.getElementById("errtxt").innerHTML.replaceAll("<", "<").replaceAll(">", ">"), + lineNumbers: true, + mode: "text/x-c++src", + readOnly: true, + theme: (UtilityEnabled("DarkMode") ? "darcula" : "default") + }).setSize("100%", "auto"); + }); +} diff --git a/src/pages/comparesource.js b/src/pages/comparesource.js new file mode 100644 index 00000000..d004329d --- /dev/null +++ b/src/pages/comparesource.js @@ -0,0 +1,73 @@ +import { UtilityEnabled } from '../utils.js'; +import CodeMirror from 'codemirror'; + +export async function handleCompareSourcePage() { + const SearchParams = new URLSearchParams(location.search); + if (UtilityEnabled("CompareSource")) { + if (location.search == "") { + document.querySelector("body > div.container > div").innerHTML = ""; + let LeftCodeText = document.createElement("span"); + document.querySelector("body > div.container > div").appendChild(LeftCodeText); + LeftCodeText.innerText = "左侧代码的运行编号:"; + let LeftCode = document.createElement("input"); + document.querySelector("body > div.container > div").appendChild(LeftCode); + LeftCode.classList.add("form-control"); + LeftCode.style.width = "40%"; + LeftCode.style.marginBottom = "5px"; + let RightCodeText = document.createElement("span"); + document.querySelector("body > div.container > div").appendChild(RightCodeText); + RightCodeText.innerText = "右侧代码的运行编号:"; + let RightCode = document.createElement("input"); + document.querySelector("body > div.container > div").appendChild(RightCode); + RightCode.classList.add("form-control"); + RightCode.style.width = "40%"; + RightCode.style.marginBottom = "5px"; + let CompareButton = document.createElement("button"); + document.querySelector("body > div.container > div").appendChild(CompareButton); + CompareButton.innerText = "比较"; + CompareButton.className = "btn btn-primary"; + CompareButton.addEventListener("click", () => { + location.href = "https://www.xmoj.tech/comparesource.php?left=" + Number(LeftCode.value) + "&right=" + Number(RightCode.value); + }); + } else { + document.querySelector("body > div > div.mt-3").innerHTML = ` +
    + + +
    +
    `; + + let LeftCode = ""; + await fetch("https://www.xmoj.tech/getsource.php?id=" + SearchParams.get("left")) + .then((Response) => { + return Response.text(); + }).then((Response) => { + LeftCode = Response.substring(0, Response.indexOf("/**************************************************************")).trim(); + }); + let RightCode = ""; + await fetch("https://www.xmoj.tech/getsource.php?id=" + SearchParams.get("right")) + .then((Response) => { + return Response.text(); + }).then((Response) => { + RightCode = Response.substring(0, Response.indexOf("/**************************************************************")).trim(); + }); + + let MergeViewElement = CodeMirror.MergeView(CompareElement, { + value: LeftCode, + origLeft: null, + orig: RightCode, + lineNumbers: true, + mode: "text/x-c++src", + collapseIdentical: "true", + readOnly: true, + theme: (UtilityEnabled("DarkMode") ? "darcula" : "default"), + revertButtons: false, + ignoreWhitespace: true + }); + + IgnoreWhitespace.addEventListener("change", () => { + MergeViewElement.ignoreWhitespace = ignorews.checked; + }); + } + } +} diff --git a/src/pages/contest.js b/src/pages/contest.js new file mode 100644 index 00000000..3f5c490b --- /dev/null +++ b/src/pages/contest.js @@ -0,0 +1,258 @@ +import { UtilityEnabled, GetUsernameHTML } from '../utils.js'; +import { RequestAPI } from '../api.js'; + +export async function handleContestPage() { + const SearchParams = new URLSearchParams(location.search); + if (UtilityEnabled("AutoCountdown")) { + window.clock = () => {} + } + if (location.href.indexOf("?cid=") == -1) { + if (UtilityEnabled("ResetType")) { + document.querySelector("body > div > div.mt-3 > center").innerHTML = String(document.querySelector("body > div > div.mt-3 > center").innerHTML).replaceAll("ServerTime:", "服务器时间:"); + document.querySelector("body > div > div.mt-3 > center > table").style.marginTop = "10px"; + + document.querySelector("body > div > div.mt-3 > center > form").outerHTML = `
    +
    +
    +
    + + +
    +
    +
    `; + } + if (UtilityEnabled("Translate")) { + document.querySelector("body > div > div.mt-3 > center > table > thead > tr").childNodes[0].innerText = "编号"; + document.querySelector("body > div > div.mt-3 > center > table > thead > tr").childNodes[1].innerText = "标题"; + document.querySelector("body > div > div.mt-3 > center > table > thead > tr").childNodes[2].innerText = "状态"; + document.querySelector("body > div > div.mt-3 > center > table > thead > tr").childNodes[3].remove(); + document.querySelector("body > div > div.mt-3 > center > table > thead > tr").childNodes[3].innerText = "创建者"; + } + let Temp = document.querySelector("body > div > div.mt-3 > center > table > tbody").childNodes; + for (let i = 1; i < Temp.length; i++) { + let CurrentElement = Temp[i].childNodes[2].childNodes; + if (CurrentElement[1].childNodes[0].data.indexOf("运行中") != -1) { + let Time = String(CurrentElement[1].childNodes[1].innerText).substring(4); + let Day = parseInt(Time.substring(0, Time.indexOf("天"))) || 0; + let Hour = parseInt(Time.substring((Time.indexOf("天") == -1 ? 0 : Time.indexOf("天") + 1), Time.indexOf("小时"))) || 0; + let Minute = parseInt(Time.substring((Time.indexOf("小时") == -1 ? 0 : Time.indexOf("小时") + 2), Time.indexOf("分"))) || 0; + let Second = parseInt(Time.substring((Time.indexOf("分") == -1 ? 0 : Time.indexOf("分") + 1), Time.indexOf("秒"))) || 0; + let TimeStamp = new Date().getTime() + window.diff + ((((isNaN(Day) ? 0 : Day) * 24 + Hour) * 60 + Minute) * 60 + Second) * 1000; + CurrentElement[1].childNodes[1].setAttribute("EndTime", TimeStamp); + CurrentElement[1].childNodes[1].classList.add("UpdateByJS"); + } else if (CurrentElement[1].childNodes[0].data.indexOf("开始于") != -1) { + let TimeStamp = Date.parse(String(CurrentElement[1].childNodes[0].data).substring(4)) + window.diff; + CurrentElement[1].setAttribute("EndTime", TimeStamp); + CurrentElement[1].classList.add("UpdateByJS"); + } else if (CurrentElement[1].childNodes[0].data.indexOf("已结束") != -1) { + let TimeStamp = String(CurrentElement[1].childNodes[0].data).substring(4); + CurrentElement[1].childNodes[0].data = " 已结束 "; + CurrentElement[1].className = "red"; + let Temp = document.createElement("span"); + CurrentElement[1].appendChild(Temp); + Temp.className = "green"; + Temp.innerHTML = TimeStamp; + } + Temp[i].childNodes[3].style.display = "none"; + Temp[i].childNodes[4].innerHTML = "" + Temp[i].childNodes[4].innerHTML + ""; + localStorage.setItem("UserScript-Contest-" + Temp[i].childNodes[0].innerText + "-Name", Temp[i].childNodes[1].innerText); + } + } else { + document.getElementsByTagName("h3")[0].innerHTML = "比赛" + document.getElementsByTagName("h3")[0].innerHTML.substring(7); + if (document.querySelector("#time_left") != null) { + let EndTime = document.querySelector("body > div > div.mt-3 > center").childNodes[3].data; + EndTime = EndTime.substring(EndTime.indexOf("结束时间是:") + 6, EndTime.lastIndexOf("。")); + EndTime = new Date(EndTime).getTime(); + if (new Date().getTime() < EndTime) { + document.querySelector("#time_left").classList.add("UpdateByJS"); + document.querySelector("#time_left").setAttribute("EndTime", EndTime); + } + } + let HTMLData = document.querySelector("body > div > div.mt-3 > center > div").innerHTML; + HTMLData = HTMLData.replaceAll("  \n  ", " ") + HTMLData = HTMLData.replaceAll("
    开始于: ", "开始时间:") + HTMLData = HTMLData.replaceAll("\n结束于: ", "
    结束时间:") + HTMLData = HTMLData.replaceAll("\n订正截止日期: ", "
    订正截止日期:") + HTMLData = HTMLData.replaceAll("\n现在时间: ", "当前时间:") + HTMLData = HTMLData.replaceAll("\n状态:", "
    状态:") + document.querySelector("body > div > div.mt-3 > center > div").innerHTML = HTMLData; + if (UtilityEnabled("RemoveAlerts") && document.querySelector("body > div > div.mt-3 > center").innerHTML.indexOf("尚未开始比赛") != -1) { + document.querySelector("body > div > div.mt-3 > center > a").setAttribute("href", "start_contest.php?cid=" + SearchParams.get("cid")); + } else if (UtilityEnabled("AutoRefresh")) { + addEventListener("focus", async () => { + await fetch(location.href) + .then((Response) => { + return Response.text(); + }) + .then((Response) => { + let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); + let Temp = ParsedDocument.querySelector("#problemset > tbody").children; + if (UtilityEnabled("ReplaceYN")) { + for (let i = 0; i < Temp.length; i++) { + let Status = Temp[i].children[0].innerText; + if (Status.indexOf("Y") != -1) { + document.querySelector("#problemset > tbody").children[i].children[0].children[0].className = "status status_y"; + document.querySelector("#problemset > tbody").children[i].children[0].children[0].innerText = "✓"; + } else if (Status.indexOf("N") != -1) { + document.querySelector("#problemset > tbody").children[i].children[0].children[0].className = "status status_n"; + document.querySelector("#problemset > tbody").children[i].children[0].children[0].innerText = "✗"; + } + } + } + }); + }); + document.querySelector("body > div > div.mt-3 > center > br:nth-child(2)").remove(); + document.querySelector("body > div > div.mt-3 > center > br:nth-child(2)").remove(); + document.querySelector("body > div > div.mt-3 > center > div > .red").innerHTML = String(document.querySelector("body > div > div.mt-3 > center > div > .red").innerHTML).replaceAll("
    ", "

    "); + + document.querySelector("#problemset > tbody").innerHTML = String(document.querySelector("#problemset > tbody").innerHTML).replaceAll(/\t ([0-9]*)      问题  ([^<]*)/g, "$2. $1"); + + document.querySelector("#problemset > tbody").innerHTML = String(document.querySelector("#problemset > tbody").innerHTML).replaceAll(/\t\*([0-9]*)      问题  ([^<]*)/g, "拓展$2. $1"); + + if (UtilityEnabled("MoreSTD") && document.querySelector("#problemset > thead > tr").innerHTML.indexOf("标程") != -1) { + let Temp = document.querySelector("#problemset > thead > tr").children; + for (let i = 0; i < Temp.length; i++) { + if (Temp[i].innerText == "标程") { + Temp[i].remove(); + let Temp2 = document.querySelector("#problemset > tbody").children; + for (let j = 0; j < Temp2.length; j++) { + if (Temp2[j].children[i] != undefined) { + Temp2[j].children[i].remove(); + } + } + } + } + document.querySelector("#problemset > thead > tr").innerHTML += "标程"; + Temp = document.querySelector("#problemset > tbody").children; + for (let i = 0; i < Temp.length; i++) { + Temp[i].innerHTML += "打开"; + } + } + + let Temp = document.querySelector("#problemset > tbody").rows; + for (let i = 0; i < Temp.length; i++) { + if (Temp[i].childNodes[0].children.length == 0) { + Temp[i].childNodes[0].innerHTML = "
    "; + } + let PID = Temp[i].childNodes[1].innerHTML; + if (PID.substring(0, 2) == "拓展") { + PID = PID.substring(2); + } + Temp[i].children[2].children[0].target = "_blank"; + localStorage.setItem("UserScript-Contest-" + SearchParams.get("cid") + "-Problem-" + i + "-PID", PID.substring(3)); + localStorage.setItem("UserScript-Problem-" + PID.substring(3) + "-Name", Temp[i].childNodes[2].innerText); + } + let CheatDiv = document.createElement("div"); + CheatDiv.style.marginTop = "20px"; + CheatDiv.style.textAlign = "left"; + document.querySelector("body > div > div.mt-3 > center").insertBefore(CheatDiv, document.querySelector("#problemset")); + if (UtilityEnabled("AutoCheat")) { + let AutoCheatButton = document.createElement("button"); + CheatDiv.appendChild(AutoCheatButton); + AutoCheatButton.className = "btn btn-outline-secondary"; + AutoCheatButton.innerText = "自动提交当年代码"; + AutoCheatButton.style.marginRight = "5px"; + AutoCheatButton.disabled = true; + let ACProblems = [], ContestProblems = []; + const UrlParams = new URLSearchParams(window.location.search); + const CID = UrlParams.get("cid"); + await fetch("https://www.xmoj.tech/userinfo.php?user=" + window.CurrentUsername) + .then((Response) => { + return Response.text(); + }).then((Response) => { + let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); + let Temp = ParsedDocument.querySelector("#statics > tbody > tr:nth-child(2) > td:nth-child(3) > script").innerText.split("\n")[5].split(";"); + for (let i = 0; i < Temp.length; i++) { + ACProblems.push(Number(Temp[i].substring(2, Temp[i].indexOf(",")))); + } + AutoCheatButton.disabled = false; + }); + let Rows = document.querySelector("#problemset > tbody").rows; + for (let i = 0; i < Rows.length; i++) { + ContestProblems.push(Rows[i].children[1].innerText.substring(Rows[i].children[1].innerText.indexOf('.') + 2)).toFixed; + } + AutoCheatButton.addEventListener("click", async () => { + AutoCheatButton.disabled = true; + let Submitted = false; + for (let i = 0; i < ContestProblems.length; i++) { + let PID = ContestProblems[i]; + if (ACProblems.indexOf(Number(PID)) == -1) { + console.log("Ignoring problem " + PID + " as it has not been solved yet."); + continue; + } + if (Rows[i].children[0].children[0].classList.contains("status_y")) { + console.log("Ignoring problem " + PID + " as it has already been solved in this contest."); + continue; + } + console.log("Submitting problem " + PID); + Submitted = true; + AutoCheatButton.innerHTML = "正在提交 " + PID; + let SID = 0; + await fetch("https://www.xmoj.tech/status.php?problem_id=" + PID + "&jresult=4") + .then((Result) => { + return Result.text(); + }).then((Result) => { + let ParsedDocument = new DOMParser().parseFromString(Result, "text/html"); + SID = ParsedDocument.querySelector("#result-tab > tbody > tr:nth-child(1) > td:nth-child(2)").innerText; + }); + await new Promise(r => setTimeout(r, 500)); + let Code = ""; + await fetch("https://www.xmoj.tech/getsource.php?id=" + SID) + .then((Response) => { + return Response.text(); + }).then((Response) => { + Code = Response.substring(0, Response.indexOf("/**************************************************************")).trim(); + }); + await new Promise(r => setTimeout(r, 500)); + await fetch("https://www.xmoj.tech/submit.php", { + "headers": { + "content-type": "application/x-www-form-urlencoded" + }, + "referrer": "https://www.xmoj.tech/submitpage.php?id=" + PID, + "method": "POST", + "body": "cid=" + CID + "&pid=" + i + "&" + "language=1&" + "source=" + encodeURIComponent(Code) + "&" + "enable_O2=on" + }); + await new Promise(r => setTimeout(r, 500)); + } + if (!Submitted) { + AutoCheatButton.innerHTML = "没有可以提交的题目!"; + await new Promise(r => setTimeout(r, 1000)); + } + AutoCheatButton.disabled = false; + if (Submitted) location.reload(); else AutoCheatButton.innerHTML = "自动提交当年代码"; + }); + document.addEventListener("keydown", (Event) => { + if (Event.code === 'Enter' && (Event.metaKey || Event.ctrlKey)) { + AutoCheatButton.click(); + } + }); + } + if (UtilityEnabled("OpenAllProblem")) { + let OpenAllButton = document.createElement("button"); + OpenAllButton.className = "btn btn-outline-secondary"; + OpenAllButton.innerText = "打开全部题目"; + OpenAllButton.style.marginRight = "5px"; + CheatDiv.appendChild(OpenAllButton); + OpenAllButton.addEventListener("click", () => { + let Rows = document.querySelector("#problemset > tbody").rows; + for (let i = 0; i < Rows.length; i++) { + open(Rows[i].children[2].children[0].href, "_blank"); + } + }); + let OpenUnsolvedButton = document.createElement("button"); + OpenUnsolvedButton.className = "btn btn-outline-secondary"; + OpenUnsolvedButton.innerText = "打开未解决题目"; + CheatDiv.appendChild(OpenUnsolvedButton); + OpenUnsolvedButton.addEventListener("click", () => { + let Rows = document.querySelector("#problemset > tbody").rows; + for (let i = 0; i < Rows.length; i++) { + if (!Rows[i].children[0].children[0].classList.contains("status_y")) { + open(Rows[i].children[2].children[0].href, "_blank"); + } + } + }); + } + localStorage.setItem("UserScript-Contest-" + SearchParams.get("cid") + "-ProblemCount", document.querySelector("#problemset > tbody").rows.length); + } + } +} diff --git a/src/pages/contest_video.js b/src/pages/contest_video.js new file mode 100644 index 00000000..2f1cb6c8 --- /dev/null +++ b/src/pages/contest_video.js @@ -0,0 +1,61 @@ +import { UtilityEnabled } from '../utils.js'; +import * as CryptoJS from 'crypto-js'; + +export async function handleContestVideoPage() { + let ScriptData = document.querySelector("body > div > div.mt-3 > center > script").innerHTML; + if (document.getElementById("J_prismPlayer0").innerHTML != "") { + document.getElementById("J_prismPlayer0").innerHTML = ""; + if (player) { + player.dispose(); + } + // This eval is necessary to execute the inline script on the page + // that initializes the video player. + eval(ScriptData); + } + if (UtilityEnabled("DownloadPlayback")) { + ScriptData = ScriptData.substring(ScriptData.indexOf("{")); + ScriptData = ScriptData.substring(0, ScriptData.indexOf("}") + 1); + ScriptData = ScriptData.replace(/([a-zA-Z0-9]+) ?:/g, "\"$1\":"); + ScriptData = ScriptData.replace(/'/g, "\""); + let VideoData = JSON.parse(ScriptData); + let RandomUUID = () => { + let t = "0123456789abcdef"; + let e = []; + for (let r = 0; r < 36; r++) e[r] = t.substr(Math.floor(16 * Math.random()), 1); + e[14] = "4"; + e[19] = t.substr(3 & e[19] | 8, 1); + e[8] = e[13] = e[18] = e[23] = "-"; + return e.join(""); + }; + let URLParams = new URLSearchParams({ + "AccessKeyId": VideoData.accessKeyId, + "Action": "GetPlayInfo", + "VideoId": VideoData.vid, + "Formats": "", + "AuthTimeout": 7200, + "Rand": RandomUUID(), + "SecurityToken": VideoData.securityToken, + "StreamType": "video", + "Format": "JSON", + "Version": "2017-03-21", + "SignatureMethod": "HMAC-SHA1", + "SignatureVersion": "1.0", + "SignatureNonce": RandomUUID(), + "PlayerVersion": "2.9.3", + "Channel": "HTML5" + }); + URLParams.sort(); + await fetch("https://vod." + VideoData.region + ".aliyuncs.com/?" + URLParams.toString() + "&Signature=" + encodeURIComponent(CryptoJS.HmacSHA1("GET&%2F&" + encodeURIComponent(URLParams.toString()), VideoData.accessKeySecret + "&").toString(CryptoJS.enc.Base64))) + .then((Response) => { + return Response.json(); + }) + .then((Response) => { + let DownloadButton = document.createElement("a"); + DownloadButton.className = "btn btn-outline-secondary"; + DownloadButton.innerText = "下载"; + DownloadButton.href = Response.PlayInfoList.PlayInfo[0].PlayURL; + DownloadButton.download = Response.VideoBase.Title; + document.querySelector("body > div > div.mt-3 > center").appendChild(DownloadButton); + }); + } +} diff --git a/src/pages/contestrank_correct.js b/src/pages/contestrank_correct.js new file mode 100644 index 00000000..becadcb5 --- /dev/null +++ b/src/pages/contestrank_correct.js @@ -0,0 +1,83 @@ +import { UtilityEnabled, GetUsernameHTML, TidyTable } from '../utils.js'; + +export async function handleContestRankCorrectPage() { + let Style = document.createElement("style"); + document.body.appendChild(Style); + if (document.querySelector("#rank") == null) { + document.querySelector("body > div > div.mt-3").innerHTML = "

    比赛排名

    "; + } + if (document.querySelector("body > div > div.mt-3 > center > h3").innerText == "比赛排名") { + document.querySelector("#rank").innerText = "比赛暂时还没有排名"; + } else { + if (UtilityEnabled("ResetType")) { + document.querySelector("body > div > div.mt-3 > center > h3").innerText = document.querySelector("body > div > div.mt-3 > center > h3").innerText.substring(document.querySelector("body > div > div.mt-3 > center > h3").innerText.indexOf(" -- ") + 4) + "(订正排名)"; + document.querySelector("body > div > div.mt-3 > center > a").remove(); + } + document.querySelector("#rank > thead > tr > :nth-child(1)").innerText = "排名"; + document.querySelector("#rank > thead > tr > :nth-child(2)").innerText = "用户"; + document.querySelector("#rank > thead > tr > :nth-child(3)").innerText = "昵称"; + document.querySelector("#rank > thead > tr > :nth-child(4)").innerText = "AC数"; + document.querySelector("#rank > thead > tr > :nth-child(5)").innerText = "得分"; + let RefreshCorrectRank = async () => { + await fetch(location.href) + .then((Response) => { + return Response.text() + }) + .then(async (Response) => { + let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); + TidyTable(ParsedDocument.getElementById("rank")); + let Temp = ParsedDocument.getElementById("rank").rows; + for (var i = 1; i < Temp.length; i++) { + let MetalCell = Temp[i].cells[0]; + let Metal = document.createElement("span"); + Metal.innerText = MetalCell.innerText; + Metal.className = "badge text-bg-primary"; + MetalCell.innerText = ""; + MetalCell.appendChild(Metal); + GetUsernameHTML(Temp[i].cells[1], Temp[i].cells[1].innerText); + Temp[i].cells[2].innerHTML = Temp[i].cells[2].innerText; + Temp[i].cells[3].innerHTML = Temp[i].cells[3].innerText; + for (let j = 5; j < Temp[i].cells.length; j++) { + let InnerText = Temp[i].cells[j].innerText; + let BackgroundColor = Temp[i].cells[j].style.backgroundColor; + let Red = BackgroundColor.substring(4, BackgroundColor.indexOf(",")); + let Green = BackgroundColor.substring(BackgroundColor.indexOf(",") + 2, BackgroundColor.lastIndexOf(",")); + let Blue = BackgroundColor.substring(BackgroundColor.lastIndexOf(",") + 2, BackgroundColor.lastIndexOf(")")); + let NoData = (Red == 238 && Green == 238 && Blue == 238); + let FirstBlood = (Red == 170 && Green == 170 && Blue == 255); + let Solved = (Green == 255); + let ErrorCount = ""; + if (Solved) { + ErrorCount = (Blue == 170 ? "4+" : (Blue - 51) / 32); + } else { + ErrorCount = (Blue == 22 ? "14+" : (170 - Blue) / 10); + } + if (NoData) { + BackgroundColor = ""; + } else if (FirstBlood) { + BackgroundColor = "rgba(127, 127, 255, 0.5)"; + } else if (Solved) { + BackgroundColor = "rgba(0, 255, 0, 0.5)"; + if (ErrorCount != 0) { + InnerText += " (" + ErrorCount + ")"; + } + } else { + BackgroundColor = "rgba(255, 0, 0, 0.5)"; + if (ErrorCount != 0) { + InnerText += " (" + ErrorCount + ")"; + } + } + Temp[i].cells[j].innerHTML = InnerText; + Temp[i].cells[j].style.backgroundColor = BackgroundColor; + } + } + document.querySelector("#rank > tbody").innerHTML = ParsedDocument.querySelector("#rank > tbody").innerHTML; + }); + }; + RefreshCorrectRank(); + document.title = document.querySelector("body > div.container > div > center > h3").innerText; + if (UtilityEnabled("AutoRefresh")) { + addEventListener("focus", RefreshCorrectRank); + } + } +} diff --git a/src/pages/contestrank_oi.js b/src/pages/contestrank_oi.js new file mode 100644 index 00000000..713a48cd --- /dev/null +++ b/src/pages/contestrank_oi.js @@ -0,0 +1,90 @@ +import { UtilityEnabled, GetUsernameHTML, TidyTable } from '../utils.js'; + +export async function handleContestRankOIPage() { + const SearchParams = new URLSearchParams(location.search); + let Style = document.createElement("style"); + document.body.appendChild(Style); + if (document.querySelector("#rank") == null) { + document.querySelector("body > div > div.mt-3").innerHTML = "

    比赛排名

    "; + } + if (SearchParams.get("ByUserScript") == null) { + if (document.querySelector("body > div > div.mt-3 > center > h3").innerText == "比赛排名") { + document.querySelector("#rank").innerText = "比赛暂时还没有排名"; + } else { + document.querySelector("body > div > div.mt-3 > center > h3").innerText = document.querySelector("body > div > div.mt-3 > center > h3").innerText.substring(document.querySelector("body > div > div.mt-3 > center > h3").innerText.indexOf(" -- ") + 4) + "(OI排名)"; + document.querySelector("#rank > thead > tr > :nth-child(1)").innerText = "排名"; + document.querySelector("#rank > thead > tr > :nth-child(2)").innerText = "用户"; + document.querySelector("#rank > thead > tr > :nth-child(3)").innerText = "昵称"; + document.querySelector("#rank > thead > tr > :nth-child(4)").innerText = "AC数"; + document.querySelector("#rank > thead > tr > :nth-child(5)").innerText = "得分"; + let RefreshOIRank = async () => { + await fetch(location.href) + .then((Response) => { + return Response.text() + }) + .then(async (Response) => { + let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); + TidyTable(ParsedDocument.getElementById("rank")); + let Temp = ParsedDocument.getElementById("rank").rows; + for (var i = 1; i < Temp.length; i++) { + let MetalCell = Temp[i].cells[0]; + let Metal = document.createElement("span"); + Metal.innerText = MetalCell.innerText; + Metal.className = "badge text-bg-primary"; + MetalCell.innerText = ""; + MetalCell.appendChild(Metal); + GetUsernameHTML(Temp[i].cells[1], Temp[i].cells[1].innerText); + Temp[i].cells[2].innerHTML = Temp[i].cells[2].innerText; + Temp[i].cells[3].innerHTML = Temp[i].cells[3].innerText; + for (let j = 5; j < Temp[i].cells.length; j++) { + let InnerText = Temp[i].cells[j].innerText; + let BackgroundColor = Temp[i].cells[j].style.backgroundColor; + let Red = BackgroundColor.substring(4, BackgroundColor.indexOf(",")); + let Green = BackgroundColor.substring(BackgroundColor.indexOf(",") + 2, BackgroundColor.lastIndexOf(",")); + let Blue = BackgroundColor.substring(BackgroundColor.lastIndexOf(",") + 2, BackgroundColor.lastIndexOf(")")); + let NoData = (Red == 238 && Green == 238 && Blue == 238); + let FirstBlood = (Red == 170 && Green == 170 && Blue == 255); + let Solved = (Green == 255); + let ErrorCount = ""; + if (Solved) { + ErrorCount = (Blue == 170 ? 5 : (Blue - 51) / 32); + } else { + ErrorCount = (Blue == 22 ? 15 : (170 - Blue) / 10); + } + if (NoData) { + BackgroundColor = ""; + } else if (FirstBlood) { + BackgroundColor = "rgb(127, 127, 255)"; + } else if (Solved) { + BackgroundColor = "rgb(0, 255, 0, " + Math.max(1 / 10 * (10 - ErrorCount), 0.2) + ")"; + if (ErrorCount != 0) { + InnerText += " (" + (ErrorCount == 5 ? "4+" : ErrorCount) + ")"; + } + } else { + BackgroundColor = "rgba(255, 0, 0, " + Math.min(ErrorCount / 10 + 0.2, 1) + ")"; + if (ErrorCount != 0) { + InnerText += " (" + (ErrorCount == 15 ? "14+" : ErrorCount) + ")"; + } + } + Temp[i].cells[j].innerHTML = InnerText; + Temp[i].cells[j].style.backgroundColor = BackgroundColor; + Temp[i].cells[j].style.color = (UtilityEnabled("DarkMode") ? "white" : "black"); + } + } + document.querySelector("#rank > tbody").innerHTML = ParsedDocument.querySelector("#rank > tbody").innerHTML; + }); + }; + RefreshOIRank(); + document.title = document.querySelector("body > div.container > div > center > h3").innerText; + if (UtilityEnabled("AutoRefresh")) { + addEventListener("focus", RefreshOIRank); + } + } + } + Style.innerHTML += "td {"; + Style.innerHTML += " white-space: nowrap;"; + Style.innerHTML += "}"; + document.querySelector("body > div.container > div > center").style.paddingBottom = "10px"; + document.querySelector("body > div.container > div > center > a").style.display = "none"; + document.title = document.querySelector("body > div.container > div > center > h3").innerText; +} diff --git a/src/pages/discuss.js b/src/pages/discuss.js new file mode 100644 index 00000000..33092644 --- /dev/null +++ b/src/pages/discuss.js @@ -0,0 +1,788 @@ +import { UtilityEnabled, GetRelativeTime, GetUsernameHTML, PurifyHTML, RenderMathJax } from '../utils.js'; +import { RequestAPI } from '../api.js'; +import { marked } from 'marked'; +import CodeMirror from 'codemirror'; + +export async function handleDiscussPage() { + const SearchParams = new URLSearchParams(location.search); + if (UtilityEnabled("Discussion")) { + let Discussion = document.querySelector("#navbar > ul:nth-child(1) > li:nth-child(6)"); + Discussion.classList.add("active"); + if (location.pathname == "/discuss3/discuss.php") { + document.title = "讨论列表"; + let ProblemID = parseInt(SearchParams.get("pid")); + let BoardID = parseInt(SearchParams.get("bid")); + let Page = Number(SearchParams.get("page")) || 1; + document.querySelector("body > div > div").innerHTML = `

    讨论列表${(isNaN(ProblemID) ? "" : ` - 题目` + ProblemID)}

    + + +
    + + + + + + + + + + + + + + + +
    编号标题作者题目编号发布时间回复数最后回复
    `; + NewPost.addEventListener("click", () => { + if (!isNaN(ProblemID)) { + location.href = "https://www.xmoj.tech/discuss3/newpost.php?pid=" + ProblemID; + } else if (SearchParams.get("bid") != null) { + location.href = "https://www.xmoj.tech/discuss3/newpost.php?bid=" + SearchParams.get("bid"); + } else { + location.href = "https://www.xmoj.tech/discuss3/newpost.php"; + } + }); + const RefreshPostList = (Silent = true) => { + if (!Silent) { + PostList.children[1].innerHTML = ""; + for (let i = 0; i < 10; i++) { + let Row = document.createElement("tr"); + PostList.children[1].appendChild(Row); + for (let j = 0; j < 7; j++) { + let Cell = document.createElement("td"); + Row.appendChild(Cell); + Cell.innerHTML = ``; + } + } + } + RequestAPI("GetPosts", { + "ProblemID": Number(ProblemID || 0), + "Page": Number(Page), + "BoardID": Number(SearchParams.get("bid") || -1) + }, async (ResponseData) => { + if (ResponseData.Success == true) { + ErrorElement.style.display = "none"; + if (!Silent) { + DiscussPagination.children[0].children[0].href = "https://www.xmoj.tech/discuss3/discuss.php?" + (isNaN(ProblemID) ? "" : "pid=" + ProblemID + "&") + (isNaN(BoardID) ? "" : "bid=" + BoardID + "&") + "page=1"; + DiscussPagination.children[1].children[0].href = "https://www.xmoj.tech/discuss3/discuss.php?" + (isNaN(ProblemID) ? "" : "pid=" + ProblemID + "&") + (isNaN(BoardID) ? "" : "bid=" + BoardID + "&") + "page=" + (Page - 1); + DiscussPagination.children[2].children[0].href = "https://www.xmoj.tech/discuss3/discuss.php?" + (isNaN(ProblemID) ? "" : "pid=" + ProblemID + "&") + (isNaN(BoardID) ? "" : "bid=" + BoardID + "&") + "page=" + Page; + DiscussPagination.children[3].children[0].href = "https://www.xmoj.tech/discuss3/discuss.php?" + (isNaN(ProblemID) ? "" : "pid=" + ProblemID + "&") + (isNaN(BoardID) ? "" : "bid=" + BoardID + "&") + "page=" + (Page + 1); + DiscussPagination.children[4].children[0].href = "https://www.xmoj.tech/discuss3/discuss.php?" + (isNaN(ProblemID) ? "" : "pid=" + ProblemID + "&") + (isNaN(BoardID) ? "" : "bid=" + BoardID + "&") + "page=" + ResponseData.Data.PageCount; + if (Page <= 1) { + DiscussPagination.children[0].classList.add("disabled"); + DiscussPagination.children[1].remove(); + } + if (Page >= ResponseData.Data.PageCount) { + DiscussPagination.children[DiscussPagination.children.length - 1].classList.add("disabled"); + DiscussPagination.children[DiscussPagination.children.length - 2].remove(); + } + } + let Posts = ResponseData.Data.Posts; + PostList.children[1].innerHTML = ""; + if (Posts.length == 0) { + PostList.children[1].innerHTML = `暂无数据`; + } + for (let i = 0; i < Posts.length; i++) { + let Row = document.createElement("tr"); + PostList.children[1].appendChild(Row); + let IDCell = document.createElement("td"); + Row.appendChild(IDCell); + IDCell.innerText = Posts[i].PostID + " " + Posts[i].BoardName; + let TitleCell = document.createElement("td"); + Row.appendChild(TitleCell); + let TitleLink = document.createElement("a"); + TitleCell.appendChild(TitleLink); + TitleLink.href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + Posts[i].PostID; + if (Posts[i].Lock.Locked) { + TitleLink.classList.add("link-secondary"); + TitleLink.innerHTML = "🔒 "; + } + TitleLink.innerHTML += Posts[i].Title; + let AuthorCell = document.createElement("td"); + Row.appendChild(AuthorCell); + GetUsernameHTML(AuthorCell, Posts[i].UserID); + let ProblemIDCell = document.createElement("td"); + Row.appendChild(ProblemIDCell); + if (Posts[i].ProblemID != 0) { + let ProblemIDLink = document.createElement("a"); + ProblemIDCell.appendChild(ProblemIDLink); + ProblemIDLink.href = "https://www.xmoj.tech/problem.php?id=" + Posts[i].ProblemID; + ProblemIDLink.innerText = Posts[i].ProblemID; + } + let PostTimeCell = document.createElement("td"); + Row.appendChild(PostTimeCell); + PostTimeCell.innerHTML = GetRelativeTime(Posts[i].PostTime); + let ReplyCountCell = document.createElement("td"); + Row.appendChild(ReplyCountCell); + ReplyCountCell.innerText = Posts[i].ReplyCount; + let LastReplyTimeCell = document.createElement("td"); + Row.appendChild(LastReplyTimeCell); + LastReplyTimeCell.innerHTML = GetRelativeTime(Posts[i].LastReplyTime); + } + } else { + ErrorElement.innerText = ResponseData.Message; + ErrorElement.style.display = "block"; + } + }); + }; + RefreshPostList(false); + addEventListener("focus", RefreshPostList); + RequestAPI("GetBoards", {}, (ResponseData) => { + if (ResponseData.Success === true) { + let LinkElement = document.createElement("a"); + LinkElement.href = "https://www.xmoj.tech/discuss3/discuss.php"; + LinkElement.classList.add("me-2"); + LinkElement.innerText = "全部"; + GotoBoard.appendChild(LinkElement); + for (let i = 0; i < ResponseData.Data.Boards.length; i++) { + let LinkElement = document.createElement("a"); + LinkElement.href = "https://www.xmoj.tech/discuss3/discuss.php?bid=" + ResponseData.Data.Boards[i].BoardID; + LinkElement.classList.add("me-2"); + LinkElement.innerText = ResponseData.Data.Boards[i].BoardName; + GotoBoard.appendChild(LinkElement); + } + } + }); + } else if (location.pathname == "/discuss3/newpost.php") { + let ProblemID = parseInt(SearchParams.get("pid")); + document.querySelector("body > div > div").innerHTML = `

    发布新讨论` + (!isNaN(ProblemID) ? ` - 题目` + ProblemID : ``) + `

    +
    + +
    +
    +
    +
    + + +
    +
    + +
    + +
    +
    +
    + +
    + `; + let CaptchaSecretKey = ""; + unsafeWindow.CaptchaLoadedCallback = () => { + turnstile.render("#CaptchaContainer", { + sitekey: "0x4AAAAAAALBT58IhyDViNmv", callback: function (CaptchaSecretKeyValue) { + CaptchaSecretKey = CaptchaSecretKeyValue; + SubmitElement.disabled = false; + }, + }); + }; + let TurnstileScript = document.createElement("script"); + TurnstileScript.src = "https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=CaptchaLoadedCallback"; + document.body.appendChild(TurnstileScript); + ContentElement.addEventListener("keydown", (Event) => { + if ((Event.metaKey || Event.ctrlKey) && Event.keyCode == 13) { + SubmitElement.click(); + } + }); + ContentElement.addEventListener("input", () => { + ContentElement.classList.remove("is-invalid"); + PreviewTab.innerHTML = PurifyHTML(marked.parse(ContentElement.value)); + RenderMathJax(); + }); + TitleElement.addEventListener("input", () => { + TitleElement.classList.remove("is-invalid"); + }); + ContentElement.addEventListener("paste", (EventData) => { + let Items = EventData.clipboardData.items; + if (Items.length !== 0) { + for (let i = 0; i < Items.length; i++) { + if (Items[i].type.indexOf("image") != -1) { + let Reader = new FileReader(); + Reader.readAsDataURL(Items[i].getAsFile()); + Reader.onload = () => { + let Before = ContentElement.value.substring(0, ContentElement.selectionStart); + let After = ContentElement.value.substring(ContentElement.selectionEnd, ContentElement.value.length); + const UploadMessage = "![正在上传图片...]()"; + ContentElement.value = Before + UploadMessage + After; + ContentElement.dispatchEvent(new Event("input")); + RequestAPI("UploadImage", { + "Image": Reader.result + }, (ResponseData) => { + if (ResponseData.Success) { + ContentElement.value = Before + `![](https://assets.xmoj-bbs.me/GetImage?ImageID=${ResponseData.Data.ImageID})` + After; + ContentElement.dispatchEvent(new Event("input")); + } else { + ContentElement.value = Before + `![上传失败!]()` + After; + ContentElement.dispatchEvent(new Event("input")); + } + }); + }; + } + } + } + }); + SubmitElement.addEventListener("click", async () => { + ErrorElement.style.display = "none"; + let Title = TitleElement.value; + let Content = ContentElement.value; + let ProblemID = parseInt(SearchParams.get("pid")); + if (Title === "") { + TitleElement.classList.add("is-invalid"); + return; + } + if (Content === "") { + ContentElement.classList.add("is-invalid"); + return; + } + if (document.querySelector("#Board input:checked") === null) { + ErrorElement.innerText = "请选择要发布的板块"; + ErrorElement.style.display = "block"; + return; + } + SubmitElement.disabled = true; + SubmitElement.children[0].style.display = "inline-block"; + RequestAPI("NewPost", { + "Title": String(Title), + "Content": String(Content), + "ProblemID": Number(isNaN(ProblemID) ? 0 : ProblemID), + "CaptchaSecretKey": String(CaptchaSecretKey), + "BoardID": Number(document.querySelector("#Board input:checked").value) + }, (ResponseData) => { + SubmitElement.disabled = false; + SubmitElement.children[0].style.display = "none"; + if (ResponseData.Success == true) { + location.href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + ResponseData.Data.PostID; + } else { + ErrorElement.innerText = ResponseData.Message; + ErrorElement.style.display = "block"; + } + }); + }); + RequestAPI("GetBoards", {}, (ResponseData) => { + if (ResponseData.Success === true) { + let Data = ResponseData.Data.Boards; + for (let i = 0; i < Data.length; i++) { + let RadioElement = document.createElement("div"); + RadioElement.className = "col-auto form-check form-check-inline"; + let RadioInput = document.createElement("input"); + RadioInput.className = "form-check-input"; + RadioInput.type = "radio"; + RadioInput.name = "Board"; + RadioInput.id = "Board" + Data[i].BoardID; + RadioInput.value = Data[i].BoardID; + RadioElement.appendChild(RadioInput); + if (SearchParams.get("bid") !== null && SearchParams.get("bid") == Data[i].BoardID) { + RadioInput.checked = true; + } + if (!isNaN(ProblemID)) { + RadioInput.disabled = true; + } + if (Data[i].BoardID == 4) { + if (!isNaN(ProblemID)) RadioInput.checked = true; + RadioInput.disabled = true; + } + let RadioLabel = document.createElement("label"); + RadioLabel.className = "form-check-label"; + RadioLabel.htmlFor = "Board" + Data[i].BoardID; + RadioLabel.innerText = Data[i].BoardName; + RadioElement.appendChild(RadioLabel); + Board.appendChild(RadioElement); + } + } + }); + } else if (location.pathname == "/discuss3/thread.php") { + if (SearchParams.get("tid") == null) { + location.href = "https://www.xmoj.tech/discuss3/discuss.php"; + } else { + let ThreadID = SearchParams.get("tid"); + let Page = Number(SearchParams.get("page")) || 1; + document.querySelector("body > div > div").innerHTML = `

    +
    + 作者:
    + 发布时间: + 板块: + + + +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    + `; + let CaptchaSecretKey = ""; + unsafeWindow.CaptchaLoadedCallback = () => { + turnstile.render("#CaptchaContainer", { + theme: UtilityEnabled("DarkMode") ? "dark" : "light", language: "zh-cn", + sitekey: "0x4AAAAAAALBT58IhyDViNmv", callback: function (CaptchaSecretKeyValue) { + CaptchaSecretKey = CaptchaSecretKeyValue; + SubmitElement.disabled = false; + }, + }); + }; + let TurnstileScript = document.createElement("script"); + TurnstileScript.src = "https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=CaptchaLoadedCallback"; + document.body.appendChild(TurnstileScript); + ContentElement.addEventListener("keydown", (Event) => { + if ((Event.metaKey || Event.ctrlKey) && Event.keyCode == 13) { + SubmitElement.click(); + } + }); + ContentElement.addEventListener("input", () => { + PreviewTab.innerHTML = PurifyHTML(marked.parse(ContentElement.value)); + RenderMathJax(); + }); + ContentElement.addEventListener("paste", (EventData) => { + let Items = EventData.clipboardData.items; + if (Items.length !== 0) { + for (let i = 0; i < Items.length; i++) { + if (Items[i].type.indexOf("image") != -1) { + let Reader = new FileReader(); + Reader.readAsDataURL(Items[i].getAsFile()); + Reader.onload = () => { + let Before = ContentElement.value.substring(0, ContentElement.selectionStart); + let After = ContentElement.value.substring(ContentElement.selectionEnd, ContentElement.value.length); + const UploadMessage = "![正在上传图片...]()"; + ContentElement.value = Before + UploadMessage + After; + ContentElement.dispatchEvent(new Event("input")); + RequestAPI("UploadImage", { + "Image": Reader.result + }, (ResponseData) => { + if (ResponseData.Success) { + ContentElement.value = Before + `![](https://assets.xmoj-bbs.me/GetImage?ImageID=${ResponseData.Data.ImageID})` + After; + ContentElement.dispatchEvent(new Event("input")); + } else { + ContentElement.value = Before + `![上传失败!]()` + After; + ContentElement.dispatchEvent(new Event("input")); + } + }); + }; + } + } + } + }); + let RefreshReply = (Silent = true) => { + if (!Silent) { + PostTitle.innerHTML = ``; + PostAuthor.innerHTML = ``; + PostTime.innerHTML = ``; + PostBoard.innerHTML = ``; + PostReplies.innerHTML = ""; + for (let i = 0; i < 10; i++) { + PostReplies.innerHTML += `
    +
    +
    + + +
    +
    + + + +
    +
    `; + } + } + RequestAPI("GetPost", { + "PostID": Number(ThreadID), "Page": Number(Page) + }, async (ResponseData) => { + if (ResponseData.Success == true) { + let OldScrollTop = document.documentElement.scrollTop; + let LockButtons = !window.IsAdmin && ResponseData.Data.Lock.Locked; + if (!Silent) { + DiscussPagination.children[0].children[0].href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + ThreadID + "&page=1"; + DiscussPagination.children[1].children[0].href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + ThreadID + "&page=" + (Page - 1); + DiscussPagination.children[2].children[0].href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + ThreadID + "&page=" + Page; + DiscussPagination.children[3].children[0].href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + ThreadID + "&page=" + (Page + 1); + DiscussPagination.children[4].children[0].href = "https://www.xmoj.tech/discuss3/thread.php?tid=" + ThreadID + "&page=" + ResponseData.Data.PageCount; + if (Page <= 1) { + DiscussPagination.children[0].classList.add("disabled"); + DiscussPagination.children[1].remove(); + } + if (Page >= ResponseData.Data.PageCount) { + DiscussPagination.children[DiscussPagination.children.length - 1].classList.add("disabled"); + DiscussPagination.children[DiscussPagination.children.length - 2].remove(); + } + if (window.IsAdmin || ResponseData.Data.UserID == window.CurrentUsername) { + Delete.style.display = ""; + } + } + PostTitle.innerHTML = ResponseData.Data.Title + (ResponseData.Data.ProblemID == 0 ? "" : ` - 题目` + ` ` + ResponseData.Data.ProblemID + ``); + document.title = "讨论" + ThreadID + ": " + ResponseData.Data.Title; + PostAuthor.innerHTML = ""; + GetUsernameHTML(PostAuthor.children[0], ResponseData.Data.UserID); + PostTime.innerHTML = GetRelativeTime(ResponseData.Data.PostTime); + PostBoard.innerHTML = ResponseData.Data.BoardName; + let Replies = ResponseData.Data.Reply; + PostReplies.innerHTML = ""; + for (let i = 0; i < Replies.length; i++) { + let CardElement = document.createElement("div"); + PostReplies.appendChild(CardElement); + CardElement.className = "card mb-3"; + let CardBodyElement = document.createElement("div"); + CardElement.appendChild(CardBodyElement); + CardBodyElement.className = "card-body row"; + let CardBodyRowElement = document.createElement("div"); + CardBodyElement.appendChild(CardBodyRowElement); + CardBodyRowElement.className = "row mb-3"; + let AuthorElement = document.createElement("span"); + CardBodyRowElement.appendChild(AuthorElement); + AuthorElement.className = "col-4 text-muted"; + let AuthorSpanElement = document.createElement("span"); + AuthorElement.appendChild(AuthorSpanElement); + AuthorSpanElement.innerText = "作者:"; + let AuthorUsernameElement = document.createElement("span"); + AuthorElement.appendChild(AuthorUsernameElement); + GetUsernameHTML(AuthorUsernameElement, Replies[i].UserID); + let SendTimeElement = document.createElement("span"); + CardBodyRowElement.appendChild(SendTimeElement); + SendTimeElement.className = "col-4 text-muted"; + SendTimeElement.innerHTML = "发布时间:" + GetRelativeTime(Replies[i].ReplyTime); + + let OKButton; + if (!LockButtons) { + let ButtonsElement = document.createElement("span"); + CardBodyRowElement.appendChild(ButtonsElement); + ButtonsElement.className = "col-4"; + let ReplyButton = document.createElement("button"); + ButtonsElement.appendChild(ReplyButton); + ReplyButton.type = "button"; + ReplyButton.className = "btn btn-sm btn-info"; + ReplyButton.innerText = "回复"; + ReplyButton.addEventListener("click", () => { + let Content = Replies[i].Content; + Content = Content.split("\n").map((Line) => { + // Count the number of '>' characters at the beginning of the line + let nestingLevel = 0; + while (Line.startsWith(">")) { + nestingLevel++; + Line = Line.substring(1).trim(); + } + // If the line is nested more than 2 levels deep, skip it + if (nestingLevel > 2) { + return null; + } + // Reconstruct the line with the appropriate number of '>' characters + return "> ".repeat(nestingLevel + 1) + Line; + }).filter(Line => Line !== null) // Remove null entries + .join("\n"); + ContentElement.value += Content + `\n\n@${Replies[i].UserID} `; + ContentElement.focus(); + }); + let DeleteButton = document.createElement("button"); + ButtonsElement.appendChild(DeleteButton); + DeleteButton.type = "button"; + DeleteButton.className = "btn btn-sm btn-danger ms-1"; + DeleteButton.innerText = "删除"; + DeleteButton.style.display = (window.IsAdmin || Replies[i].UserID == window.CurrentUsername ? "" : "none"); + DeleteButton.addEventListener("click", () => { + DeleteButton.disabled = true; + DeleteButton.lastChild.style.display = ""; + RequestAPI("DeleteReply", { + "ReplyID": Number(Replies[i].ReplyID) + }, (ResponseData) => { + if (ResponseData.Success == true) { + RefreshReply(); + } else { + DeleteButton.disabled = false; + DeleteButton.lastChild.style.display = "none"; + ErrorElement.innerText = ResponseData.Message; + ErrorElement.style.display = ""; + } + }); + }); + let DeleteSpin = document.createElement("div"); + DeleteButton.appendChild(DeleteSpin); + DeleteSpin.className = "spinner-border spinner-border-sm"; + DeleteSpin.role = "status"; + DeleteSpin.style.display = "none"; + OKButton = document.createElement("button"); + ButtonsElement.appendChild(OKButton); + OKButton.type = "button"; + OKButton.style.display = "none"; + OKButton.className = "btn btn-sm btn-success ms-1"; + OKButton.innerText = "确认"; + let OKSpin = document.createElement("div"); + OKButton.appendChild(OKSpin); + OKSpin.className = "spinner-border spinner-border-sm"; + OKSpin.role = "status"; + OKSpin.style.display = "none"; + OKButton.addEventListener("click", () => { + OKButton.disabled = true; + OKButton.lastChild.style.display = ""; + RequestAPI("EditReply", { + ReplyID: Number(Replies[i].ReplyID), + Content: String(ContentEditor.value) + }, (ResponseData) => { + if (ResponseData.Success == true) { + RefreshReply(); + } else { + OKButton.disabled = false; + OKButton.lastChild.style.display = "none"; + ErrorElement.innerText = ResponseData.Message; + ErrorElement.style.display = ""; + } + }); + }); + let CancelButton = document.createElement("button"); + ButtonsElement.appendChild(CancelButton); + CancelButton.type = "button"; + CancelButton.style.display = "none"; + CancelButton.className = "btn btn-sm btn-secondary ms-1"; + CancelButton.innerText = "取消"; + CancelButton.addEventListener("click", () => { + CardBodyElement.children[2].style.display = ""; + CardBodyElement.children[3].style.display = "none"; + EditButton.style.display = ""; + OKButton.style.display = "none"; + CancelButton.style.display = "none"; + }); + let EditButton = document.createElement("button"); + ButtonsElement.appendChild(EditButton); + EditButton.type = "button"; + EditButton.className = "btn btn-sm btn-warning ms-1"; + EditButton.innerText = "编辑"; + EditButton.style.display = (window.IsAdmin || Replies[i].UserID == window.CurrentUsername ? "" : "none"); + EditButton.addEventListener("click", () => { + CardBodyElement.children[2].style.display = "none"; + CardBodyElement.children[3].style.display = ""; + EditButton.style.display = "none"; + OKButton.style.display = ""; + CancelButton.style.display = ""; + }); + } + + let CardBodyHRElement = document.createElement("hr"); + CardBodyElement.appendChild(CardBodyHRElement); + + let ReplyContentElement = document.createElement("div"); + CardBodyElement.appendChild(ReplyContentElement); + ReplyContentElement.innerHTML = PurifyHTML(marked.parse(Replies[i].Content)).replaceAll(/@([a-zA-Z0-9]+)/g, `@$1`); + if (Replies[i].EditTime != null) { + if (Replies[i].EditPerson == Replies[i].UserID) { + ReplyContentElement.innerHTML += `最后编辑于${GetRelativeTime(Replies[i].EditTime)}`; + } else { + ReplyContentElement.innerHTML += `最后被${Replies[i].EditPerson}编辑于${GetRelativeTime(Replies[i].EditTime)}`; + } + } + let ContentEditElement = document.createElement("div"); + CardBodyElement.appendChild(ContentEditElement); + ContentEditElement.classList.add("input-group"); + ContentEditElement.style.display = "none"; + let ContentEditor = document.createElement("textarea"); + ContentEditElement.appendChild(ContentEditor); + ContentEditor.className = "form-control col-6"; + ContentEditor.rows = 3; + ContentEditor.value = Replies[i].Content; + if (ContentEditor.value.indexOf("
    ") != -1) { + ContentEditor.value = ContentEditor.value.substring(0, ContentEditor.value.indexOf("
    ")); + } + ContentEditor.addEventListener("keydown", (Event) => { + if ((Event.metaKey || Event.ctrlKey) && Event.keyCode == 13) { + OKButton.click(); + } + }); + let PreviewTab = document.createElement("div"); + ContentEditElement.appendChild(PreviewTab); + PreviewTab.className = "form-control col-6"; + PreviewTab.innerHTML = PurifyHTML(marked.parse(ContentEditor.value)); + ContentEditor.addEventListener("input", () => { + PreviewTab.innerHTML = PurifyHTML(marked.parse(ContentEditor.value)); + RenderMathJax(); + }); + ContentEditor.addEventListener("paste", (EventData) => { + let Items = EventData.clipboardData.items; + if (Items.length !== 0) { + for (let i = 0; i < Items.length; i++) { + if (Items[i].type.indexOf("image") != -1) { + let Reader = new FileReader(); + Reader.readAsDataURL(Items[i].getAsFile()); + Reader.onload = () => { + let Before = ContentEditor.value.substring(0, ContentEditor.selectionStart); + let After = ContentEditor.value.substring(ContentEditor.selectionEnd, ContentEditor.value.length); + const UploadMessage = "![正在上传图片...]()"; + ContentEditor.value = Before + UploadMessage + After; + ContentEditor.dispatchEvent(new Event("input")); + RequestAPI("UploadImage", { + "Image": Reader.result + }, (ResponseData) => { + if (ResponseData.Success) { + ContentEditor.value = Before + `![](https://assets.xmoj-bbs.me/GetImage?ImageID=${ResponseData.Data.ImageID})` + After; + ContentEditor.dispatchEvent(new Event("input")); + } else { + ContentEditor.value = Before + `![上传失败!]()` + After; + ContentEditor.dispatchEvent(new Event("input")); + } + }); + }; + } + } + } + }); + } + + let UsernameElements = document.getElementsByClassName("Usernames"); + for (let i = 0; i < UsernameElements.length; i++) { + GetUsernameHTML(UsernameElements[i], UsernameElements[i].innerText, true); + } + + let CodeElements = document.querySelectorAll("#PostReplies > div > div > div:nth-child(3) > pre > code"); + for (let i = 0; i < CodeElements.length; i++) { + let ModeName = "text/x-c++src"; + if (CodeElements[i].className == "language-c") { + ModeName = "text/x-csrc"; + } else if (CodeElements[i].className == "language-cpp") { + ModeName = "text/x-c++src"; + } + CodeMirror(CodeElements[i].parentElement, { + value: CodeElements[i].innerText, + mode: ModeName, + theme: (UtilityEnabled("DarkMode") ? "darcula" : "default"), + lineNumbers: true, + readOnly: true + }).setSize("100%", "auto"); + CodeElements[i].remove(); + } + + if (LockButtons) { + let LockElement = ContentElement.parentElement.parentElement; + LockElement.innerHTML = "讨论已于 " + await GetRelativeTime(ResponseData.Data.Lock.LockTime) + " 被 "; + let LockUsernameSpan = document.createElement("span"); + LockElement.appendChild(LockUsernameSpan); + GetUsernameHTML(LockUsernameSpan, ResponseData.Data.Lock.LockPerson); + LockElement.innerHTML += " 锁定"; + LockElement.classList.add("mb-5"); + } + + if (window.IsAdmin) { + ToggleLock.style.display = "inline-block"; + ToggleLockButton.checked = ResponseData.Data.Lock.Locked; + ToggleLockButton.onclick = () => { + ToggleLockButton.disabled = true; + ErrorElement.style.display = "none"; + RequestAPI((ToggleLockButton.checked ? "LockPost" : "UnlockPost"), { + "PostID": Number(ThreadID) + }, (LockResponseData) => { + ToggleLockButton.disabled = false; + if (LockResponseData.Success) { + RefreshReply(); + } else { + ErrorElement.style.display = ""; + ErrorElement.innerText = "错误:" + LockResponseData.Message; + ToggleLockButton.checked = !ToggleLockButton.checked; + } + }); + }; + } + + let Style = document.createElement("style"); + document.body.appendChild(Style); + Style.innerHTML += "img {"; + Style.innerHTML += " width: 50%;"; + Style.innerHTML += "}"; + + RenderMathJax(); + + if (Silent) { + scrollTo({ + top: OldScrollTop, behavior: "instant" + }); + } + } else { + PostTitle.innerText = "错误:" + ResponseData.Message; + } + }); + }; + Delete.addEventListener("click", () => { + Delete.disabled = true; + Delete.children[0].style.display = "inline-block"; + RequestAPI("DeletePost", { + "PostID": Number(SearchParams.get("tid")) + }, (ResponseData) => { + Delete.disabled = false; + Delete.children[0].style.display = "none"; + if (ResponseData.Success == true) { + location.href = "https://www.xmoj.tech/discuss3/discuss.php"; + } else { + ErrorElement.innerText = ResponseData.Message; + ErrorElement.style.display = "block"; + } + }); + }); + SubmitElement.addEventListener("click", async () => { + ErrorElement.style.display = "none"; + SubmitElement.disabled = true; + SubmitElement.children[0].style.display = "inline-block"; + RequestAPI("NewReply", { + "PostID": Number(SearchParams.get("tid")), + "Content": String(ContentElement.value), + "CaptchaSecretKey": String(CaptchaSecretKey) + }, async (ResponseData) => { + SubmitElement.disabled = false; + SubmitElement.children[0].style.display = "none"; + if (ResponseData.Success == true) { + RefreshReply(); + ContentElement.value = ""; + PreviewTab.innerHTML = ""; + while (PostReplies.innerHTML.indexOf("placeholder") != -1) { + await new Promise((resolve) => { + setTimeout(resolve, 100); + }); + } + ContentElement.focus(); + ContentElement.scrollIntoView(); + turnstile.reset(); + } else { + ErrorElement.innerText = ResponseData.Message; + ErrorElement.style.display = "block"; + } + }); + }); + RefreshReply(false); + addEventListener("focus", RefreshReply); + } + } + } +} diff --git a/src/pages/downloads.js b/src/pages/downloads.js new file mode 100644 index 00000000..54484020 --- /dev/null +++ b/src/pages/downloads.js @@ -0,0 +1,78 @@ +import { UtilityEnabled } from '../utils.js'; + +export function handleDownloadsPage() { + let SoftwareList = document.querySelector("body > div > ul"); + SoftwareList.remove(); + SoftwareList = document.createElement("ul"); + SoftwareList.className = "software_list"; + let Container = document.createElement("div"); + document.querySelector("body > div").appendChild(Container); + Container.className = "mt-3"; + Container.appendChild(SoftwareList); + if (UtilityEnabled("NewDownload")) { + let Softwares = [{ + "Name": "Bloodshed Dev-C++", + "Image": "https://a.fsdn.com/allura/p/dev-cpp/icon", + "URL": "https://sourceforge.net/projects/dev-cpp/" + }, { + "Name": "DevC++ 5.11 TDM-GCC 4.9.2", + "Image": "https://www.xmoj.tech/image/devcpp.png", + "URL": "https://www.xmoj.tech/downloads/Dev-Cpp+5.11+TDM-GCC+4.9.2+Setup.exe" + }, { + "Name": "Orwell Dev-C++", + "Image": "https://a.fsdn.com/allura/p/orwelldevcpp/icon", + "URL": "https://sourceforge.net/projects/orwelldevcpp/" + }, { + "Name": "Embarcadero Dev-C++", + "Image": "https://a.fsdn.com/allura/s/embarcadero-dev-cpp/icon", + "URL": "https://sourceforge.net/software/product/Embarcadero-Dev-Cpp/" + }, { + "Name": "RedPanda C++", + "Image": "https://a.fsdn.com/allura/p/redpanda-cpp/icon", + "URL": "https://sourceforge.net/projects/redpanda-cpp/" + }, { + "Name": "CP Editor", + "Image": "https://a.fsdn.com/allura/mirror/cp-editor/icon?c35437565079e4135a985ba557ef2fdbe97de6bafb27aceafd76bc54490c26e3?&w=90", + "URL": "https://cpeditor.org/zh/download/" + }, { + "Name": "CLion", + "Image": "https://resources.jetbrains.com/storage/products/company/brand/logos/CLion_icon.png", + "URL": "https://www.jetbrains.com/clion/download" + }, { + "Name": "CP Editor", + "Image": "https://a.fsdn.com/allura/mirror/cp-editor/icon", + "URL": "https://sourceforge.net/projects/cp-editor.mirror/" + }, { + "Name": "Code::Blocks", + "Image": "https://a.fsdn.com/allura/p/codeblocks/icon", + "URL": "https://sourceforge.net/projects/codeblocks/" + }, { + "Name": "Visual Studio Code", + "Image": "https://code.visualstudio.com/favicon.ico", + "URL": "https://code.visualstudio.com/Download" + }, { + "Name": "Lazarus", + "Image": "https://a.fsdn.com/allura/p/lazarus/icon", + "URL": "https://sourceforge.net/projects/lazarus/" + }, { + "Name": "Geany", + "Image": "https://www.geany.org/static/img/geany.svg", + "URL": "https://www.geany.org/download/releases/" + }, { + "Name": "NOI Linux", + "Image": "https://www.noi.cn/upload/resources/image/2021/07/16/163780.jpg", + "URL": "https://www.noi.cn/gynoi/jsgz/2021-07-16/732450.shtml" + }, { + "Name": "VirtualBox", + "Image": "https://www.virtualbox.org/graphics/vbox_logo2_gradient.png", + "URL": "https://www.virtualbox.org/wiki/Downloads" + }, { + "Name": "MinGW", + "Image": "https://www.mingw-w64.org/logo.svg", + "URL": "https://sourceforge.net/projects/mingw/" + }]; + for (let i = 0; i < Softwares.length; i++) { + SoftwareList.innerHTML += "
  • " + "" + "
    " + "
    " + "\"点击下载\"" + "
    " + "
    " + Softwares[i].Name + "
    " + "
    " + "
    " + "
  • "; + } + } +} diff --git a/src/pages/index.js b/src/pages/index.js new file mode 100644 index 00000000..4de5414a --- /dev/null +++ b/src/pages/index.js @@ -0,0 +1,242 @@ +import { UtilityEnabled, GetRelativeTime, TidyTable, RenderMathJax, GetUsernameHTML } from '../utils.js'; +import { initTheme } from '../theme.js'; +import { RequestAPI } from '../api.js'; +import { marked } from 'marked'; + +export function handleIndexPage() { + if (new URL(location.href).searchParams.get("ByUserScript") != null) { + document.title = "脚本设置"; + localStorage.setItem("UserScript-Opened", "true"); + let Container = document.getElementsByClassName("mt-3")[0]; + Container.innerHTML = ""; + let Alert = document.createElement("div"); + Alert.classList.add("alert"); + Alert.classList.add("alert-primary"); + Alert.role = "alert"; + Alert.innerHTML = `欢迎您使用XMOJ增强脚本!点击 +此处 +查看更新日志。`; + Container.appendChild(Alert); + let UtilitiesCard = document.createElement("div"); + UtilitiesCard.classList.add("card"); + UtilitiesCard.classList.add("mb-3"); + let UtilitiesCardHeader = document.createElement("div"); + UtilitiesCardHeader.classList.add("card-header"); + UtilitiesCardHeader.innerText = "XMOJ增强脚本功能列表"; + UtilitiesCard.appendChild(UtilitiesCardHeader); + let UtilitiesCardBody = document.createElement("div"); + UtilitiesCardBody.classList.add("card-body"); + let CreateList = (Data) => { + let List = document.createElement("ul"); + List.classList.add("list-group"); + for (let i = 0; i < Data.length; i++) { + let Row = document.createElement("li"); + Row.classList.add("list-group-item"); + if (Data[i].Type == "A") { + Row.classList.add("list-group-item-success"); + } else if (Data[i].Type == "F") { + Row.classList.add("list-group-item-warning"); + } else if (Data[i].Type == "D") { + Row.classList.add("list-group-item-danger"); + } + if (Data[i].ID == "Theme") { + let Label = document.createElement("label"); + Label.classList.add("me-2"); + Label.htmlFor = "UserScript-Setting-Theme"; + Label.innerText = Data[i].Name; + Row.appendChild(Label); + let Select = document.createElement("select"); + Select.classList.add("form-select", "form-select-sm", "w-auto", "d-inline"); + Select.id = "UserScript-Setting-Theme"; + [ + ["light", "亮色"], + ["dark", "暗色"], + ["auto", "跟随系统"] + ].forEach(opt => { + let option = document.createElement("option"); + option.value = opt[0]; + option.innerText = opt[1]; + Select.appendChild(option); + }); + Select.value = localStorage.getItem("UserScript-Setting-Theme") || "auto"; + Select.addEventListener("change", () => { + localStorage.setItem("UserScript-Setting-Theme", Select.value); + initTheme(); + }); + Row.appendChild(Select); + } else if (Data[i].Children == undefined) { + let CheckBox = document.createElement("input"); + CheckBox.classList.add("form-check-input"); + CheckBox.classList.add("me-1"); + CheckBox.type = "checkbox"; + CheckBox.id = Data[i].ID; + if (localStorage.getItem("UserScript-Setting-" + Data[i].ID) == null) { + localStorage.setItem("UserScript-Setting-" + Data[i].ID, "true"); + } + if (localStorage.getItem("UserScript-Setting-" + Data[i].ID) == "false") { + CheckBox.checked = false; + } else { + CheckBox.checked = true; + } + CheckBox.addEventListener("change", () => { + return localStorage.setItem("UserScript-Setting-" + Data[i].ID, CheckBox.checked); + }); + + Row.appendChild(CheckBox); + let Label = document.createElement("label"); + Label.classList.add("form-check-label"); + Label.htmlFor = Data[i].ID; + Label.innerText = Data[i].Name; + Row.appendChild(Label); + } else { + let Label = document.createElement("label"); + Label.innerText = Data[i].Name; + Row.appendChild(Label); + } + if (Data[i].Children != undefined) { + Row.appendChild(CreateList(Data[i].Children)); + } + List.appendChild(Row); + } + return List; + }; + UtilitiesCardBody.appendChild(CreateList([{ + "ID": "Discussion", + "Type": "F", + "Name": "恢复讨论与短消息功能" + }, { + "ID": "MoreSTD", "Type": "F", "Name": "查看到更多标程" + }, {"ID": "ApplyData", "Type": "A", "Name": "获取数据功能"}, { + "ID": "AutoCheat", "Type": "A", "Name": "自动提交当年代码" + }, {"ID": "Rating", "Type": "A", "Name": "添加用户评分和用户名颜色"}, { + "ID": "AutoRefresh", "Type": "A", "Name": "比赛列表、比赛排名界面自动刷新" + }, { + "ID": "AutoCountdown", "Type": "A", "Name": "比赛列表等界面的时间自动倒计时" + }, {"ID": "DownloadPlayback", "Type": "A", "Name": "回放视频增加下载功能"}, { + "ID": "ImproveACRate", "Type": "A", "Name": "自动提交已AC题目以提高AC率" + }, {"ID": "AutoO2", "Type": "F", "Name": "代码提交界面自动选择O2优化"}, { + "ID": "Beautify", "Type": "F", "Name": "美化界面", "Children": [{ + "ID": "NewTopBar", "Type": "F", "Name": "使用新的顶部导航栏" + }, { + "ID": "NewBootstrap", "Type": "F", "Name": "使用新版的Bootstrap样式库*" + }, {"ID": "ResetType", "Type": "F", "Name": "重新排版*"}, { + "ID": "AddColorText", "Type": "A", "Name": "增加彩色文字" + }, {"ID": "AddUnits", "Type": "A", "Name": "状态界面内存与耗时添加单位"}, { + "ID": "Theme", "Type": "A", "Name": "界面主题" + }, {"ID": "AddAnimation", "Type": "A", "Name": "增加动画"}, { + "ID": "ReplaceYN", "Type": "F", "Name": "题目前状态提示替换为好看的图标" + }, {"ID": "RemoveAlerts", "Type": "D", "Name": "去除多余反复的提示"}, { + "ID": "Translate", "Type": "F", "Name": "统一使用中文,翻译了部分英文*" + }, { + "ID": "ReplaceLinks", "Type": "F", "Name": "将网站中所有以方括号包装的链接替换为按钮" + }, {"ID": "RemoveUseless", "Type": "D", "Name": "删去无法使用的功能*"}, { + "ID": "ReplaceXM", + "Type": "F", + "Name": "将网站中所有“小明”和“我”关键字替换为“高老师”,所有“小红”替换为“徐师娘”,所有“小粉”替换为“彩虹”,所有“下海”、“海上”替换为“上海” (此功能默认关闭)" + }] + }, { + "ID": "AutoLogin", "Type": "A", "Name": "在需要登录的界面自动跳转到登录界面" + }, { + "ID": "SavePassword", "Type": "A", "Name": "自动保存用户名与密码,免去每次手动输入密码的繁琐" + }, { + "ID": "CopySamples", "Type": "F", "Name": "题目界面测试样例有时复制无效" + }, { + "ID": "RefreshSolution", "Type": "F", "Name": "状态页面结果自动刷新每次只能刷新一个" + }, {"ID": "CopyMD", "Type": "A", "Name": "复制题目或题解内容"}, { + "ID": "OpenAllProblem", "Type": "A", "Name": "比赛题目界面一键打开所有题目" + }, { + "ID": "CheckCode", "Type": "A", "Name": "提交代码前对代码进行检查", "Children": [{ + "ID": "IOFile", "Type": "A", "Name": "是否使用了文件输入输出(如果需要使用)" + }, {"ID": "CompileError", "Type": "A", "Name": "是否有编译错误"}] + }, { + "ID": "ExportACCode", "Type": "F", "Name": "导出AC代码每一道题目一个文件" + }, {"ID": "LoginFailed", "Type": "F", "Name": "修复登录后跳转失败*"}, { + "ID": "NewDownload", "Type": "A", "Name": "下载页面增加下载内容" + }, {"ID": "CompareSource", "Type": "A", "Name": "比较代码"}, { + "ID": "BBSPopup", "Type": "A", "Name": "讨论提醒" + }, {"ID": "MessagePopup", "Type": "A", "Name": "短消息提醒"}, { + "ID": "DebugMode", "Type": "A", "Name": "调试模式(仅供开发者使用)" + }, { + "ID": "SuperDebug", "Type": "A", "Name": "本地调试模式(仅供开发者使用) (未经授权的擅自开启将导致大部分功能不可用!)" + }])); + let UtilitiesCardFooter = document.createElement("div"); + UtilitiesCardFooter.className = "card-footer text-muted"; + UtilitiesCardFooter.innerText = "* 不建议关闭,可能会导致系统不稳定、界面错乱、功能缺失等问题\n绿色:增加功能 黄色:修改功能 红色:删除功能"; + UtilitiesCardBody.appendChild(UtilitiesCardFooter); + UtilitiesCard.appendChild(UtilitiesCardBody); + Container.appendChild(UtilitiesCard); + let FeedbackCard = document.createElement("div"); + FeedbackCard.className = "card mb-3"; + let FeedbackCardHeader = document.createElement("div"); + FeedbackCardHeader.className = "card-header"; + FeedbackCardHeader.innerText = "反馈、源代码、联系作者"; + FeedbackCard.appendChild(FeedbackCardHeader); + let FeedbackCardBody = document.createElement("div"); + FeedbackCardBody.className = "card-body"; + let FeedbackCardText = document.createElement("p"); + FeedbackCardText.className = "card-text"; + FeedbackCardText.innerText = "如果您有任何建议或者发现了 bug,请前往本项目的 GitHub 页面并提交 issue。提交 issue 前请先搜索是否有相同的 issue,如果有请在该 issue 下留言。请在 issue 中尽可能详细地描述您的问题,并且附上您的浏览器版本、操作系统版本、脚本版本、复现步骤等信息。谢谢您支持本项目。"; + FeedbackCardBody.appendChild(FeedbackCardText); + let FeedbackCardLink = document.createElement("a"); + FeedbackCardLink.className = "card-link"; + FeedbackCardLink.innerText = "GitHub"; + FeedbackCardLink.href = "https://github.com/XMOJ-Script-dev/XMOJ-Script"; + FeedbackCardBody.appendChild(FeedbackCardLink); + FeedbackCard.appendChild(FeedbackCardBody); + Container.appendChild(FeedbackCard); + } else { + let Temp = document.querySelector("body > div > div.mt-3 > div > div.col-md-8").children; + let NewsData = []; + for (let i = 0; i < Temp.length; i += 2) { + let Title = Temp[i].children[0].innerText; + let Time = 0; + if (Temp[i].children[1] != null) { + Time = Temp[i].children[1].innerText; + } + let Body = Temp[i + 1].innerHTML; + NewsData.push({"Title": Title, "Time": new Date(Time), "Body": Body}); + } + document.querySelector("body > div > div.mt-3 > div > div.col-md-8").innerHTML = ""; + for (let i = 0; i < NewsData.length; i++) { + let NewsRow = document.createElement("div"); + NewsRow.className = "cnt-row"; + let NewsRowHead = document.createElement("div"); + NewsRowHead.className = "cnt-row-head title"; + NewsRowHead.innerText = NewsData[i].Title; + if (NewsData[i].Time != 0) { + NewsRowHead.innerHTML += "" + NewsData[i].Time.toLocaleDateString() + ""; + } + NewsRow.appendChild(NewsRowHead); + let NewsRowBody = document.createElement("div"); + NewsRowBody.className = "cnt-row-body"; + NewsRowBody.innerHTML = NewsData[i].Body; + NewsRow.appendChild(NewsRowBody); + document.querySelector("body > div > div.mt-3 > div > div.col-md-8").appendChild(NewsRow); + } + let CountDownData = document.querySelector("#countdown_list").innerHTML; + document.querySelector("body > div > div.mt-3 > div > div.col-md-4").innerHTML = `
    +
    倒计时
    +
    ${CountDownData}
    +
    `; + let Tables = document.getElementsByTagName("table"); + for (let i = 0; i < Tables.length; i++) { + TidyTable(Tables[i]); + } + document.querySelector("body > div > div.mt-3 > div > div.col-md-4").innerHTML += `
    +
    公告
    +
    加载中...
    +
    `; + RequestAPI("GetNotice", {}, (Response) => { + if (Response.Success) { + document.querySelector("body > div.container > div > div > div.col-md-4 > div:nth-child(2) > div.cnt-row-body").innerHTML = marked.parse(Response.Data["Notice"]).replaceAll(/@([a-zA-Z0-9]+)/g, `@$1`); + RenderMathJax(); + let UsernameElements = document.getElementsByClassName("Usernames"); + for (let i = 0; i < UsernameElements.length; i++) { + GetUsernameHTML(UsernameElements[i], UsernameElements[i].innerText, true); + } + } else { + document.querySelector("body > div.container > div > div > div.col-md-4 > div:nth-child(2) > div.cnt-row-body").innerHTML = "加载失败: " + Response.Message; + } + }); + } +} diff --git a/src/pages/loginpage.js b/src/pages/loginpage.js new file mode 100644 index 00000000..d73aa04c --- /dev/null +++ b/src/pages/loginpage.js @@ -0,0 +1,93 @@ +import { UtilityEnabled, storeCredential, getCredential } from '../utils.js'; +import { hex_md5 } from 'crypto-js'; + +export async function handleLoginPage() { + if (UtilityEnabled("NewBootstrap")) { + document.querySelector("#login").innerHTML = `
    +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    + +
    +
    `; + } + let ErrorText = document.createElement("div"); + ErrorText.style.color = "red"; + ErrorText.style.marginBottom = "5px"; + document.querySelector("#login").appendChild(ErrorText); + let LoginButton = document.getElementsByName("submit")[0]; + LoginButton.addEventListener("click", async () => { + let Username = document.getElementsByName("user_id")[0].value; + let Password = document.getElementsByName("password")[0].value; + if (Username == "" || Password == "") { + ErrorText.innerText = "用户名或密码不能为空"; + } else { + await fetch("https://www.xmoj.tech/login.php", { + method: "POST", + headers: { + "Content-Type": "application/x-www-form-urlencoded" + }, + body: "user_id=" + encodeURIComponent(Username) + "&password=" + hex_md5(Password) + }) + .then((Response) => { + return Response.text(); + }) + .then(async (Response) => { + if (UtilityEnabled("LoginFailed")) { + if (Response.indexOf("history.go(-2);") != -1) { + if (UtilityEnabled("SavePassword")) { + await storeCredential(Username, Password); + } + let NewPage = localStorage.getItem("UserScript-LastPage"); + if (NewPage == null) { + NewPage = "https://www.xmoj.tech/index.php"; + } + location.href = NewPage; + } else { + if (UtilityEnabled("SavePassword")) { + clearCredential(); + } + Response = Response.substring(Response.indexOf("alert('") + 7); + Response = Response.substring(0, Response.indexOf("');")); + if (Response == "UserName or Password Wrong!") { + ErrorText.innerText = "用户名或密码错误!"; + } else { + ErrorText.innerText = Response; + } + } + } else { + document.innerHTML = Response; + } + }); + } + }); + if (UtilityEnabled("SavePassword")) { + (async () => { + let Credential = await getCredential(); + if (Credential) { + document.querySelector("#login > div:nth-child(1) > div > input").value = Credential.id; + document.querySelector("#login > div:nth-child(2) > div > input").value = Credential.password; + LoginButton.click(); + } + })(); + } +} diff --git a/src/pages/mail.js b/src/pages/mail.js new file mode 100644 index 00000000..476b888c --- /dev/null +++ b/src/pages/mail.js @@ -0,0 +1,256 @@ +import { UtilityEnabled, GetRelativeTime, GetUsernameHTML, PurifyHTML } from '../utils.js'; +import { RequestAPI } from '../api.js'; +import { marked } from 'marked'; + +export async function handleMailPage() { + const SearchParams = new URLSearchParams(location.search); + if (SearchParams.get("to_user") == null) { + document.querySelector("body > div > div.mt-3").innerHTML = `
    +
    + + +
    +
    + +
    +
    + + + + + + + + + +
    接收者最新消息最后联系时间
    +`; + let RefreshMessageList = (Silent = true) => { + if (!Silent) { + ReceiveTable.children[1].innerHTML = ""; + for (let i = 0; i < 10; i++) { + let Row = document.createElement("tr"); + ReceiveTable.children[1].appendChild(Row); + for (let j = 0; j < 3; j++) { + let Cell = document.createElement("td"); + Row.appendChild(Cell); + Cell.innerHTML = ``; + } + } + } + RequestAPI("GetMailList", {}, async (ResponseData) => { + if (ResponseData.Success) { + ErrorElement.style.display = "none"; + let Data = ResponseData.Data.MailList; + ReceiveTable.children[1].innerHTML = ""; + for (let i = 0; i < Data.length; i++) { + let Row = document.createElement("tr"); + ReceiveTable.children[1].appendChild(Row); + let UsernameCell = document.createElement("td"); + Row.appendChild(UsernameCell); + let UsernameSpan = document.createElement("span"); + UsernameCell.appendChild(UsernameSpan); + GetUsernameHTML(UsernameSpan, Data[i].OtherUser, false, "https://www.xmoj.tech/mail.php?to_user="); + if (Data[i].UnreadCount != 0) { + let UnreadCountSpan = document.createElement("span"); + UsernameCell.appendChild(UnreadCountSpan); + UnreadCountSpan.className = "ms-1 badge text-bg-danger"; + UnreadCountSpan.innerText = Data[i].UnreadCount; + } + let LastsMessageCell = document.createElement("td"); + Row.appendChild(LastsMessageCell); + LastsMessageCell.innerText = replaceMarkdownImages(Data[i].LastsMessage, '[image]'); + let SendTimeCell = document.createElement("td"); + Row.appendChild(SendTimeCell); + SendTimeCell.innerHTML = GetRelativeTime(Data[i].SendTime); + } + } else { + ErrorElement.innerText = ResponseData.Message; + ErrorElement.style.display = ""; + } + }); + }; + Username.addEventListener("input", () => { + Username.classList.remove("is-invalid"); + }); + AddUser.addEventListener("click", () => { + let UsernameData = Username.value; + if (UsernameData == "") { + Username.classList.add("is-invalid"); + return; + } + AddUser.children[0].style.display = ""; + AddUser.disabled = true; + RequestAPI("SendMail", { + "ToUser": String(UsernameData), + "Content": String("您好,我是" + window.CurrentUsername) + }, (ResponseData) => { + AddUser.children[0].style.display = "none"; + AddUser.disabled = false; + if (ResponseData.Success) { + ErrorElement.style.display = "none"; + RefreshMessageList(); + } else { + ErrorElement.innerText = ResponseData.Message; + ErrorElement.style.display = ""; + } + }); + }); + RefreshMessageList(false); + addEventListener("focus", RefreshMessageList); + } else { + document.querySelector("body > div > div.mt-3").innerHTML = `
    +
    +
    + +
    +
    + + +
    +
    + + + + + + + + + + + + +
    发送者内容发送时间阅读状态
    `; + GetUsernameHTML(ToUser, SearchParams.get("to_user")); + let RefreshMessage = (Silent = true) => { + if (!Silent) { + MessageTable.children[1].innerHTML = ""; + for (let i = 0; i < 10; i++) { + let Row = document.createElement("tr"); + MessageTable.children[1].appendChild(Row); + for (let j = 0; j < 4; j++) { + let Cell = document.createElement("td"); + Row.appendChild(Cell); + Cell.innerHTML = ``; + } + } + } + RequestAPI("ReadUserMailMention", { + "UserID": String(SearchParams.get("to_user")) + }); + RequestAPI("GetMail", { + "OtherUser": String(SearchParams.get("to_user")) + }, async (ResponseData) => { + if (ResponseData.Success) { + ErrorElement.style.display = "none"; + let Data = ResponseData.Data.Mail; + MessageTable.children[1].innerHTML = ""; + for (let i = 0; i < Data.length; i++) { + let Row = document.createElement("tr"); + MessageTable.children[1].appendChild(Row); + if (!Data[i].IsRead && Data[i].FromUser != window.CurrentUsername) { + Row.className = "table-info"; + } + let UsernameCell = document.createElement("td"); + Row.appendChild(UsernameCell); + GetUsernameHTML(UsernameCell, Data[i].FromUser); + let ContentCell = document.createElement("td"); + let ContentDiv = document.createElement("div"); + ContentDiv.style.display = "flex"; + ContentDiv.style.maxWidth = window.innerWidth - 300 + "px"; + ContentDiv.style.maxHeight = "500px"; + ContentDiv.style.overflowX = "auto"; + ContentDiv.style.overflowY = "auto"; + ContentDiv.innerHTML = PurifyHTML(marked.parse(Data[i].Content)); + let mediaElements = ContentDiv.querySelectorAll('img, video'); + for (let media of mediaElements) { + media.style.objectFit = 'contain'; + media.style.maxWidth = '100%'; + media.style.maxHeight = '100%'; + } + ContentCell.appendChild(ContentDiv); + Row.appendChild(ContentCell); + let SendTimeCell = document.createElement("td"); + Row.appendChild(SendTimeCell); + SendTimeCell.innerHTML = GetRelativeTime(Data[i].SendTime); + let IsReadCell = document.createElement("td"); + Row.appendChild(IsReadCell); + IsReadCell.innerHTML = (Data[i].IsRead ? "已读" : "未读"); + } + } else { + ErrorElement.innerText = ResponseData.Message; + ErrorElement.style.display = ""; + } + }); + }; + Content.addEventListener("input", () => { + Content.classList.remove("is-invalid"); + }); + Content.addEventListener("paste", (EventData) => { + let Items = EventData.clipboardData.items; + if (Items.length !== 0) { + for (let i = 0; i < Items.length; i++) { + if (Items[i].type.indexOf("image") != -1) { + let Reader = new FileReader(); + Reader.readAsDataURL(Items[i].getAsFile()); + Reader.onload = () => { + let Before = Content.value.substring(0, Content.selectionStart); + let After = Content.value.substring(Content.selectionEnd, Content.value.length); + const UploadMessage = "![正在上传图片...]()"; + Content.value = Before + UploadMessage + After; + Content.dispatchEvent(new Event("input")); + RequestAPI("UploadImage", { + "Image": Reader.result + }, (ResponseData) => { + if (ResponseData.Success) { + Content.value = Before + `![](https://assets.xmoj-bbs.me/GetImage?ImageID=${ResponseData.Data.ImageID})` + After; + Content.dispatchEvent(new Event("input")); + } else { + Content.value = Before + `![上传失败!` + ResponseData.Message + `]()` + After; + Content.dispatchEvent(new Event("input")); + } + }); + }; + } + } + } + }); + Content.addEventListener("keydown", (Event) => { + if (Event.keyCode == 13) { + Send.click(); + } + }); + Send.addEventListener("click", () => { + if (Content.value == "") { + Content.classList.add("is-invalid"); + return; + } + Send.disabled = true; + Send.children[0].style.display = ""; + let ContentData = Content.value; + RequestAPI("SendMail", { + "ToUser": String(SearchParams.get("to_user")), "Content": String(ContentData) + }, (ResponseData) => { + Send.disabled = false; + Send.children[0].style.display = "none"; + if (ResponseData.Success) { + ErrorElement.style.display = "none"; + Content.value = ""; + RefreshMessage(); + } else { + ErrorElement.innerText = ResponseData.Message; + ErrorElement.style.display = ""; + } + }); + }); + RefreshMessage(false); + addEventListener("focus", RefreshMessage); + } +} diff --git a/src/pages/modifypage.js b/src/pages/modifypage.js new file mode 100644 index 00000000..df6b6897 --- /dev/null +++ b/src/pages/modifypage.js @@ -0,0 +1,271 @@ +import { UtilityEnabled, GetUserInfo, GetRelativeTime, SmartAlert } from '../utils.js'; +import { RequestAPI } from '../api.js'; +import { saveAs } from 'file-saver'; +import JSZip from 'jszip'; + +export async function handleModifyPage() { + const SearchParams = new URLSearchParams(location.search); + if (SearchParams.get("ByUserScript") != null) { + document.title = "XMOJ-Script 更新日志"; + document.querySelector("body > div > div.mt-3").innerHTML = ""; + await fetch(window.ServerURL + "/Update.json", {cache: "no-cache"}) + .then((Response) => { + return Response.json(); + }) + .then((Response) => { + for (let i = Object.keys(Response.UpdateHistory).length - 1; i >= 0; i--) { + let Version = Object.keys(Response.UpdateHistory)[i]; + let Data = Response.UpdateHistory[Version]; + let UpdateDataCard = document.createElement("div"); + document.querySelector("body > div > div.mt-3").appendChild(UpdateDataCard); + UpdateDataCard.className = "card mb-3"; + if (Data.Prerelease) UpdateDataCard.classList.add("text-secondary"); + let UpdateDataCardBody = document.createElement("div"); + UpdateDataCard.appendChild(UpdateDataCardBody); + UpdateDataCardBody.className = "card-body"; + let UpdateDataCardTitle = document.createElement("h5"); + UpdateDataCardBody.appendChild(UpdateDataCardTitle); + UpdateDataCardTitle.className = "card-title"; + UpdateDataCardTitle.innerText = Version; + if (Data.Prerelease) { + UpdateDataCardTitle.innerHTML += "(预览版)"; + } + let UpdateDataCardSubtitle = document.createElement("h6"); + UpdateDataCardBody.appendChild(UpdateDataCardSubtitle); + UpdateDataCardSubtitle.className = "card-subtitle mb-2 text-muted"; + UpdateDataCardSubtitle.innerHTML = GetRelativeTime(Data.UpdateDate); + let UpdateDataCardText = document.createElement("p"); + UpdateDataCardBody.appendChild(UpdateDataCardText); + UpdateDataCardText.className = "card-text"; + //release notes + if (Data.Notes != undefined) { + UpdateDataCardText.innerHTML = Data.Notes; + } + let UpdateDataCardList = document.createElement("ul"); + UpdateDataCardText.appendChild(UpdateDataCardList); + UpdateDataCardList.className = "list-group list-group-flush"; + for (let j = 0; j < Data.UpdateContents.length; j++) { + let UpdateDataCardListItem = document.createElement("li"); + UpdateDataCardList.appendChild(UpdateDataCardListItem); + UpdateDataCardListItem.className = "list-group-item"; + UpdateDataCardListItem.innerHTML = "(" + "#" + Data.UpdateContents[j].PR + ") " + Data.UpdateContents[j].Description; + } + let UpdateDataCardLink = document.createElement("a"); + UpdateDataCardBody.appendChild(UpdateDataCardLink); + UpdateDataCardLink.className = "card-link"; + UpdateDataCardLink.href = "https://github.com/XMOJ-Script-dev/XMOJ-Script/releases/tag/" + Version; + UpdateDataCardLink.target = "_blank"; + UpdateDataCardLink.innerText = "查看该版本"; + } + }); + } else { + document.title = "修改账号"; + let Nickname = document.getElementsByName("nick")[0].value; + let School = document.getElementsByName("school")[0].value; + let EmailAddress = document.getElementsByName("email")[0].value; + let CodeforcesAccount = document.getElementsByName("acc_cf")[0].value; + let AtcoderAccount = document.getElementsByName("acc_atc")[0].value; + let USACOAccount = document.getElementsByName("acc_usaco")[0].value; + let LuoguAccount = document.getElementsByName("acc_luogu")[0].value; + document.querySelector("body > div > div").innerHTML = `
    +
    +
    +
    +
    +
    +
    + + 修改头像 +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    `; + document.getElementById("Nickname").value = Nickname; + document.getElementById("School").value = School; + document.getElementById("EmailAddress").value = EmailAddress; + document.getElementById("CodeforcesAccount").value = CodeforcesAccount; + document.getElementById("AtcoderAccount").value = AtcoderAccount; + document.getElementById("USACOAccount").value = USACOAccount; + document.getElementById("LuoguAccount").value = LuoguAccount; + RequestAPI("GetBadge", { + "UserID": String(window.CurrentUsername) + }, (Response) => { + if (Response.Success) { + BadgeRow.style.display = ""; + BadgeContent.value = Response.Data.Content; + BadgeBackgroundColor.value = Response.Data.BackgroundColor; + BadgeColor.value = Response.Data.Color; + let Temp = []; + for (let i = 0; i < localStorage.length; i++) { + if (localStorage.key(i).startsWith("UserScript-User-" + window.CurrentUsername + "-Badge-")) { + Temp.push(localStorage.key(i)); + } + } + for (let i = 0; i < Temp.length; i++) { + localStorage.removeItem(Temp[i]); + } + } + }); + ModifyInfo.addEventListener("click", async () => { + ModifyInfo.disabled = true; + ModifyInfo.querySelector("span").style.display = ""; + ErrorElement.style.display = "none"; + SuccessElement.style.display = "none"; + let BadgeContent = document.querySelector("#BadgeContent").value; + let BadgeBackgroundColor = document.querySelector("#BadgeBackgroundColor").value; + let BadgeColor = document.querySelector("#BadgeColor").value; + await new Promise((Resolve) => { + RequestAPI("EditBadge", { + "UserID": String(window.CurrentUsername), + "Content": String(BadgeContent), + "BackgroundColor": String(BadgeBackgroundColor), + "Color": String(BadgeColor) + }, (Response) => { + if (Response.Success) { + Resolve(); + } else { + ModifyInfo.disabled = false; + ModifyInfo.querySelector("span").style.display = "none"; + ErrorElement.style.display = "block"; + ErrorElement.innerText = Response.Message; + } + }); + }); + let Nickname = document.querySelector("#Nickname").value; + let OldPassword = document.querySelector("#OldPassword").value; + let NewPassword = document.querySelector("#NewPassword").value; + let NewPasswordAgain = document.querySelector("#NewPasswordAgain").value; + let School = document.querySelector("#School").value; + let EmailAddress = document.querySelector("#EmailAddress").value; + let CodeforcesAccount = document.querySelector("#CodeforcesAccount").value; + let AtcoderAccount = document.querySelector("#AtcoderAccount").value; + let USACOAccount = document.querySelector("#USACOAccount").value; + let LuoguAccount = document.querySelector("#LuoguAccount").value; + await fetch("https://www.xmoj.tech/modify.php", { + "headers": { + "content-type": "application/x-www-form-urlencoded" + }, + "referrer": location.href, + "method": "POST", + "body": "nick=" + encodeURIComponent(Nickname) + "&" + "opassword=" + encodeURIComponent(OldPassword) + "&" + "npassword=" + encodeURIComponent(NewPassword) + "&" + "rptpassword=" + encodeURIComponent(NewPasswordAgain) + "&" + "school=" + encodeURIComponent(School) + "&" + "email=" + encodeURIComponent(EmailAddress) + "&" + "acc_cf=" + encodeURIComponent(CodeforcesAccount) + "&" + "acc_atc=" + encodeURIComponent(AtcoderAccount) + "&" + "acc_usaco=" + encodeURIComponent(USACOAccount) + "&" + "acc_luogu=" + encodeURIComponent(LuoguAccount) + }); + ModifyInfo.disabled = false; + ModifyInfo.querySelector("span").style.display = "none"; + SuccessElement.style.display = "block"; + }); + if (UtilityEnabled("ExportACCode")) { + let ExportACCode = document.createElement("button"); + document.querySelector("body > div.container > div").appendChild(ExportACCode); + ExportACCode.innerText = "导出AC代码"; + ExportACCode.className = "btn btn-outline-secondary"; + ExportACCode.addEventListener("click", () => { + ExportACCode.disabled = true; + ExportACCode.innerText = "正在导出..."; + let Request = new XMLHttpRequest(); + Request.addEventListener("readystatechange", () => { + if (Request.readyState == 4) { + if (Request.status == 200) { + let Response = Request.responseText; + let ACCode = Response.split("------------------------------------------------------\r\n"); + let ScriptElement = document.createElement("script"); + ScriptElement.src = "https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js"; + document.head.appendChild(ScriptElement); + ScriptElement.onload = () => { + var Zip = new JSZip(); + for (let i = 0; i < ACCode.length; i++) { + let CurrentCode = ACCode[i]; + if (CurrentCode != "") { + let CurrentQuestionID = CurrentCode.substring(7, 11); + CurrentCode = CurrentCode.substring(14); + CurrentCode = CurrentCode.replaceAll("\r", ""); + Zip.file(CurrentQuestionID + ".cpp", CurrentCode); + } + } + ExportACCode.innerText = "正在生成压缩包……"; + Zip.generateAsync({type: "blob"}) + .then(function (Content) { + saveAs(Content, "ACCodes.zip"); + ExportACCode.innerText = "AC代码导出成功"; + ExportACCode.disabled = false; + setTimeout(() => { + ExportACCode.innerText = "导出AC代码"; + }, 1000); + }); + }; + } else { + ExportACCode.disabled = false; + ExportACCode.innerText = "AC代码导出失败"; + setTimeout(() => { + ExportACCode.innerText = "导出AC代码"; + }, 1000); + } + } + }); + Request.open("GET", "https://www.xmoj.tech/export_ac_code.php", true); + Request.send(); + }); + } + } +} diff --git a/src/pages/open_contest.js b/src/pages/open_contest.js new file mode 100644 index 00000000..6171fc85 --- /dev/null +++ b/src/pages/open_contest.js @@ -0,0 +1,40 @@ +export function handleOpenContestPage() { + let Temp = document.querySelector("body > div > div.mt-3 > div > div.col-md-8").children; + let NewsData = []; + for (let i = 0; i < Temp.length; i += 2) { + let Title = Temp[i].children[0].innerText; + let Time = 0; + if (Temp[i].children[1] != null) { + Time = Temp[i].children[1].innerText; + } + let Body = Temp[i + 1].innerHTML; + NewsData.push({"Title": Title, "Time": new Date(Time), "Body": Body}); + } + document.querySelector("body > div > div.mt-3 > div > div.col-md-8").innerHTML = ""; + for (let i = 0; i < NewsData.length; i++) { + let NewsRow = document.createElement("div"); + NewsRow.className = "cnt-row"; + let NewsRowHead = document.createElement("div"); + NewsRowHead.className = "cnt-row-head title"; + NewsRowHead.innerText = NewsData[i].Title; + if (NewsData[i].Time.getTime() != 0) { + NewsRowHead.innerHTML += "" + NewsData[i].Time.toLocaleDateString() + ""; + } + NewsRow.appendChild(NewsRowHead); + let NewsRowBody = document.createElement("div"); + NewsRowBody.className = "cnt-row-body"; + NewsRowBody.innerHTML = NewsData[i].Body; + NewsRow.appendChild(NewsRowBody); + document.querySelector("body > div > div.mt-3 > div > div.col-md-8").appendChild(NewsRow); + } + let MyContestData = document.querySelector("body > div > div.mt-3 > div > div.col-md-4 > div:nth-child(2)").innerHTML; + let CountDownData = document.querySelector("#countdown_list").innerHTML; + document.querySelector("body > div > div.mt-3 > div > div.col-md-4").innerHTML = `
    +
    我的月赛
    +
    ${MyContestData}
    +
    +
    +
    倒计时
    +
    ${CountDownData}
    +
    `; +} diff --git a/src/pages/problem.js b/src/pages/problem.js new file mode 100644 index 00000000..3e65e098 --- /dev/null +++ b/src/pages/problem.js @@ -0,0 +1,203 @@ +import { RenderMathJax, UtilityEnabled, GetUsernameHTML, TidyTable } from '../utils.js'; +import { RequestAPI } from '../api.js'; +import { GM_setClipboard } from '$'; +import $ from 'jquery'; + +export async function handleProblemPage() { + await RenderMathJax(); + const SearchParams = new URLSearchParams(location.search); + if (SearchParams.get("cid") != null) { + document.getElementsByTagName("h2")[0].innerHTML += " (" + localStorage.getItem("UserScript-Contest-" + SearchParams.get("cid") + "-Problem-" + SearchParams.get("pid") + "-PID") + ")"; + } + if (document.querySelector("body > div > div.mt-3 > h2") != null) { + document.querySelector("body > div > div.mt-3").innerHTML = "没有此题目或题目对你不可见"; + setTimeout(() => { + location.href = "https://www.xmoj.tech/problemset.php"; + }, 1000); + } else { + let PID = localStorage.getItem("UserScript-Contest-" + SearchParams.get("cid") + "-Problem-" + SearchParams.get("pid") + "-PID"); + + document.querySelector("body > div > div.mt-3 > center").lastChild.style.marginLeft = "10px"; + //修复提交按钮 + let SubmitLink = document.querySelector('.mt-3 > center:nth-child(1) > a:nth-child(12)'); + if (SubmitLink == null) { //a special type of problem + SubmitLink = document.querySelector('.mt-3 > center:nth-child(1) > a:nth-child(10)'); + } + if (SubmitLink == null) { + SubmitLink = document.querySelector('.mt-3 > center:nth-child(1) > a:nth-child(11)'); + } + if (SubmitLink == null) { + SubmitLink = document.querySelector('.mt-3 > center:nth-child(1) > a:nth-child(13)'); + } + if (SubmitLink == null) { + SubmitLink = document.querySelector('.mt-3 > center:nth-child(1) > a:nth-child(9)'); + } + let SubmitButton = document.createElement('button'); + SubmitButton.id = 'SubmitButton'; + SubmitButton.className = 'btn btn-outline-secondary'; + SubmitButton.textContent = '提交'; + SubmitButton.href = SubmitLink.href; + SubmitButton.onclick = function () { + window.location.href = SubmitLink.href; + console.log(SubmitLink.href); + }; + + // Replace the element with the button + SubmitLink.parentNode.replaceChild(SubmitButton, SubmitLink); + // Remove the button's outer [] + let str = document.querySelector('.mt-3 > center:nth-child(1)').innerHTML; + let target = SubmitButton.outerHTML; + let result = str.replace(new RegExp(`(.?)${target}(.?)`, 'g'), target); + document.querySelector('.mt-3 > center:nth-child(1)').innerHTML = result; + document.querySelector('html body.placeholder-glow div.container div.mt-3 center button#SubmitButton.btn.btn-outline-secondary').onclick = function () { + window.location.href = SubmitLink.href; + console.log(SubmitLink.href); + }; + var Temp = document.querySelectorAll(".sampledata"); + for (var i = 0; i < Temp.length; i++) { + Temp[i].parentElement.className = "card"; + } + if (UtilityEnabled("RemoveUseless")) { + document.querySelector("h2.lang_en").remove(); + document.getElementsByTagName("center")[1].remove(); + } + if (UtilityEnabled("CopySamples")) { + $(".copy-btn").click((Event) => { + let CurrentButton = $(Event.currentTarget); + let span = CurrentButton.parent().last().find(".sampledata"); + if (!span.length) { + CurrentButton.text("未找到代码块").addClass("done"); + setTimeout(() => { + $(".copy-btn").text("复制").removeClass("done"); + }, 1000); + return; + } + GM_setClipboard(span.text()); + CurrentButton.text("复制成功").addClass("done"); + setTimeout(() => { + $(".copy-btn").text("复制").removeClass("done"); + }, 1000); + //document.body.removeChild(textarea[0]); + }); + } + let IOFileElement = document.querySelector("body > div > div.mt-3 > center > h3"); + if (IOFileElement != null) { + while (IOFileElement.childNodes.length >= 1) { + IOFileElement.parentNode.insertBefore(IOFileElement.childNodes[0], IOFileElement); + } + IOFileElement.parentNode.insertBefore(document.createElement("br"), IOFileElement); + IOFileElement.remove(); + let Temp = document.querySelector("body > div > div.mt-3 > center").childNodes[2].data.trim(); + let IOFilename = Temp.substring(0, Temp.length - 3); + localStorage.setItem("UserScript-Problem-" + PID + "-IOFilename", IOFilename); + } + + if (UtilityEnabled("CopyMD")) { + await fetch(location.href).then((Response) => { + return Response.text(); + }).then((Response) => { + let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); + let Temp = ParsedDocument.querySelectorAll(".cnt-row-body"); + if (UtilityEnabled("DebugMode")) console.log(Temp); + for (let i = 0; i < Temp.length; i++) { + if (Temp[i].children[0].className === "content lang_cn") { + let CopyMDButton = document.createElement("button"); + CopyMDButton.className = "btn btn-sm btn-outline-secondary copy-btn"; + CopyMDButton.innerText = "复制"; + CopyMDButton.style.marginLeft = "10px"; + CopyMDButton.type = "button"; + document.querySelectorAll(".cnt-row-head.title")[i].appendChild(CopyMDButton); + CopyMDButton.addEventListener("click", () => { + GM_setClipboard(Temp[i].children[0].innerText.trim().replaceAll("\n\t", "\n").replaceAll("\n\n", "\n")); + CopyMDButton.innerText = "复制成功"; + setTimeout(() => { + CopyMDButton.innerText = "复制"; + }, 1000); + }); + } + } + }); + } + + if (UtilityEnabled("Discussion")) { + let DiscussButton = document.createElement("button"); + DiscussButton.className = "btn btn-outline-secondary position-relative"; + DiscussButton.innerHTML = `讨论`; + DiscussButton.style.marginLeft = "10px"; + DiscussButton.type = "button"; + DiscussButton.addEventListener("click", () => { + if (SearchParams.get("cid") != null) { + open("https://www.xmoj.tech/discuss3/discuss.php?pid=" + PID, "_blank"); + } else { + open("https://www.xmoj.tech/discuss3/discuss.php?pid=" + SearchParams.get("id"), "_blank"); + } + }); + document.querySelector("body > div > div.mt-3 > center").appendChild(DiscussButton); + let UnreadBadge = document.createElement("span"); + UnreadBadge.className = "position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger"; + UnreadBadge.style.display = "none"; + DiscussButton.appendChild(UnreadBadge); + + let RefreshCount = () => { + RequestAPI("GetPostCount", { + "ProblemID": Number(PID) + }, (Response) => { + if (Response.Success) { + if (Response.Data.DiscussCount != 0) { + UnreadBadge.innerText = Response.Data.DiscussCount; + UnreadBadge.style.display = ""; + } + } + }); + }; + RefreshCount(); + addEventListener("focus", RefreshCount); + } + + let Tables = document.getElementsByTagName("table"); + for (let i = 0; i < Tables.length; i++) { + TidyTable(Tables[i]); + } + } + let Style = document.createElement("style"); + document.body.appendChild(Style); + Style.innerHTML += "code, kbd, pre, samp {"; + Style.innerHTML += " font-family: monospace, Consolas, 'Courier New';"; + Style.innerHTML += " font-size: 1rem;"; + Style.innerHTML += "}"; + Style.innerHTML += "pre {"; + Style.innerHTML += " padding: 0.3em 0.5em;"; + Style.innerHTML += " margin: 0.5em 0;"; + Style.innerHTML += "}"; + Style.innerHTML += ".in-out {"; + Style.innerHTML += " overflow: hidden;"; + Style.innerHTML += " display: flex;"; + Style.innerHTML += " padding: 0.5em 0;"; + Style.innerHTML += "}"; + Style.innerHTML += ".in-out .in-out-item {"; + Style.innerHTML += " flex: 1;"; + Style.innerHTML += " overflow: hidden;"; + Style.innerHTML += "}"; + Style.innerHTML += ".cnt-row .title {"; + Style.innerHTML += " font-weight: bolder;"; + Style.innerHTML += " font-size: 1.1rem;"; + Style.innerHTML += "}"; + Style.innerHTML += ".cnt-row .content {"; + Style.innerHTML += " overflow: hidden;"; + Style.innerHTML += "}"; + Style.innerHTML += "a.copy-btn {"; + Style.innerHTML += " float: right;"; + Style.innerHTML += " padding: 0 0.4em;"; + Style.innerHTML += " border: 1px solid var(--bs-primary);"; + Style.innerHTML += " border-radius: 3px;"; + Style.innerHTML += " color: var(--bs-primary);"; + Style.innerHTML += " cursor: pointer;"; + Style.innerHTML += "}"; + Style.innerHTML += "a.copy-btn:hover {"; + Style.innerHTML += " background-color: var(--bs-secondary-bg);"; + Style.innerHTML += "}"; + Style.innerHTML += "a.done, a.done:hover {"; + Style.innerHTML += " background-color: var(--bs-primary);"; + Style.innerHTML += " color: white;"; + Style.innerHTML += "}"; +} diff --git a/src/pages/problem_solution.js b/src/pages/problem_solution.js new file mode 100644 index 00000000..9f07ee79 --- /dev/null +++ b/src/pages/problem_solution.js @@ -0,0 +1,43 @@ +import { UtilityEnabled } from '../utils.js'; +import CodeMirror from 'codemirror'; +import { GM_setClipboard } from '$'; + +export async function handleProblemSolutionPage() { + if (UtilityEnabled("RemoveUseless")) { + document.querySelector("h2.lang_en").remove(); //fixes #332 + } + if (UtilityEnabled("CopyMD")) { + await fetch(location.href).then((Response) => { + return Response.text(); + }).then((Response) => { + let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); + let CopyMDButton = document.createElement("button"); + CopyMDButton.className = "btn btn-sm btn-outline-secondary copy-btn"; + CopyMDButton.innerText = "复制"; + CopyMDButton.style.marginLeft = "10px"; + CopyMDButton.type = "button"; + document.querySelector("body > div > div.mt-3 > center > h2").appendChild(CopyMDButton); + CopyMDButton.addEventListener("click", () => { + GM_setClipboard(ParsedDocument.querySelector("body > div > div > div").innerText.trim().replaceAll("\n\t", "\n").replaceAll("\n\n", "\n")); + CopyMDButton.innerText = "复制成功"; + setTimeout(() => { + CopyMDButton.innerText = "复制"; + }, 1000); + }); + }); + } + let Temp = document.getElementsByClassName("prettyprint"); + for (let i = 0; i < Temp.length; i++) { + let Code = Temp[i].innerText; + Temp[i].outerHTML = ``; + Temp[i].value = Code; + } + for (let i = 0; i < Temp.length; i++) { + CodeMirror.fromTextArea(Temp[i], { + lineNumbers: true, + mode: "text/x-c++src", + readOnly: true, + theme: (UtilityEnabled("DarkMode") ? "darcula" : "default") + }).setSize("100%", "auto"); + } +} diff --git a/src/pages/problem_std.js b/src/pages/problem_std.js new file mode 100644 index 00000000..f38493c9 --- /dev/null +++ b/src/pages/problem_std.js @@ -0,0 +1,25 @@ +import CodeMirror from 'codemirror'; +import { UtilityEnabled } from '../utils.js'; + +export async function handleProblemStdPage() { + await fetch("https://www.xmoj.tech/problem_std.php?cid=" + SearchParams.get("cid") + "&pid=" + SearchParams.get("pid")) + .then((Response) => { + return Response.text(); + }).then((Response) => { + let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); + let Temp = ParsedDocument.getElementsByTagName("pre"); + document.querySelector("body > div > div.mt-3").innerHTML = ""; + for (let i = 0; i < Temp.length; i++) { + let CodeElement = document.createElement("div"); + CodeElement.className = "mb-3"; + document.querySelector("body > div > div.mt-3").appendChild(CodeElement); + CodeMirror(CodeElement, { + value: Temp[i].innerText, + lineNumbers: true, + mode: "text/x-c++src", + readOnly: true, + theme: (UtilityEnabled("DarkMode") ? "darcula" : "default") + }).setSize("100%", "auto"); + } + }); +} diff --git a/src/pages/problemset.js b/src/pages/problemset.js new file mode 100644 index 00000000..726f074a --- /dev/null +++ b/src/pages/problemset.js @@ -0,0 +1,42 @@ +import { UtilityEnabled } from '../utils.js'; + +export function handleProblemsetPage() { + if (UtilityEnabled("Translate")) { + document.querySelector("body > div > div.mt-3 > center > table:nth-child(2) > tbody > tr > td:nth-child(2) > form > input").placeholder = "题目编号"; + document.querySelector("body > div > div.mt-3 > center > table:nth-child(2) > tbody > tr > td:nth-child(2) > form > button").innerText = "确认"; + document.querySelector("body > div > div.mt-3 > center > table:nth-child(2) > tbody > tr > td:nth-child(3) > form > input").placeholder = "标题或内容"; + document.querySelector("#problemset > thead > tr > th:nth-child(1)").innerText = "状态"; + } + if (UtilityEnabled("ResetType")) { + document.querySelector("#problemset > thead > tr > th:nth-child(1)").style.width = "5%"; + document.querySelector("#problemset > thead > tr > th:nth-child(2)").style.width = "10%"; + document.querySelector("#problemset > thead > tr > th:nth-child(3)").style.width = "75%"; + document.querySelector("#problemset > thead > tr > th:nth-child(4)").style.width = "5%"; + document.querySelector("#problemset > thead > tr > th:nth-child(5)").style.width = "5%"; + } + document.querySelector("body > div > div.mt-3 > center > table:nth-child(2)").outerHTML = ` +
    +
    +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    `; + const SearchParams = new URLSearchParams(location.search); + if (SearchParams.get("search") != null) { + document.querySelector("body > div > div.mt-3 > center > div > div:nth-child(3) > form > input").value = SearchParams.get("search"); + } + + let Temp = document.querySelector("#problemset").rows; + for (let i = 1; i < Temp.length; i++) { + localStorage.setItem("UserScript-Problem-" + Temp[i].children[1].innerText + "-Name", Temp[i].children[2].innerText); + } +} diff --git a/src/pages/problemstatus.js b/src/pages/problemstatus.js new file mode 100644 index 00000000..f7cfa3b0 --- /dev/null +++ b/src/pages/problemstatus.js @@ -0,0 +1,50 @@ +import { GetUsernameHTML } from '../utils.js'; + +export function handleProblemStatusPage() { + const SearchParams = new URLSearchParams(location.search); + document.querySelector("body > div > div.mt-3 > center").insertBefore(document.querySelector("#statics"), document.querySelector("body > div > div.mt-3 > center > table")); + document.querySelector("body > div > div.mt-3 > center").insertBefore(document.querySelector("#problemstatus"), document.querySelector("body > div > div.mt-3 > center > table")); + + document.querySelector("body > div > div.mt-3 > center > table:nth-child(3)").remove(); + let Temp = document.querySelector("#statics").rows; + for (let i = 0; i < Temp.length; i++) { + Temp[i].removeAttribute("class"); + } + + document.querySelector("#problemstatus > thead > tr").innerHTML = document.querySelector("#problemstatus > thead > tr").innerHTML.replaceAll("td", "th"); + document.querySelector("#problemstatus > thead > tr > th:nth-child(2)").innerText = "运行编号"; + document.querySelector("#problemstatus > thead > tr > th:nth-child(4)").remove(); + document.querySelector("#problemstatus > thead > tr > th:nth-child(4)").remove(); + document.querySelector("#problemstatus > thead > tr > th:nth-child(4)").remove(); + document.querySelector("#problemstatus > thead > tr > th:nth-child(4)").remove(); + Temp = document.querySelector("#problemstatus > thead > tr").children; + for (let i = 0; i < Temp.length; i++) { + Temp[i].removeAttribute("class"); + } + Temp = document.querySelector("#problemstatus > tbody").children; + for (let i = 0; i < Temp.length; i++) { + if (Temp[i].children[5].children[0] != null) { + Temp[i].children[1].innerHTML = `
    ${escapeHTML(Temp[i].children[1].innerText.trim())}`; + } + GetUsernameHTML(Temp[i].children[2], Temp[i].children[2].innerText); + Temp[i].children[3].remove(); + Temp[i].children[3].remove(); + Temp[i].children[3].remove(); + Temp[i].children[3].remove(); + } + + + let CurrentPage = parseInt(SearchParams.get("page") || 0); + let PID = Number(SearchParams.get("id")); + document.title = "问题 " + PID + " 状态"; + let Pagination = ``; + document.querySelector("body > div > div.mt-3 > center").innerHTML += Pagination; +} diff --git a/src/pages/reinfo.js b/src/pages/reinfo.js new file mode 100644 index 00000000..7d157e11 --- /dev/null +++ b/src/pages/reinfo.js @@ -0,0 +1,161 @@ +import { UtilityEnabled, TimeToStringTime, SizeToStringSize } from '../utils.js'; +import CodeMirror from 'codemirror'; +import * as CryptoJS from 'crypto-js'; + +export async function handleReinfoPage() { + const SearchParams = new URLSearchParams(location.search); + document.title = "测试点信息: " + SearchParams.get("sid"); + if (document.querySelector("#results > div") == undefined) { + document.querySelector("#results").parentElement.innerHTML = "没有测试点信息"; + } else { + for (let i = 0; i < document.querySelector("#results > div").children.length; i++) { + let CurrentElement = document.querySelector("#results > div").children[i].children[0].children[0].children[0]; + let Temp = CurrentElement.innerText.substring(0, CurrentElement.innerText.length - 2).split("/"); + CurrentElement.innerText = TimeToStringTime(Temp[0]) + "/" + SizeToStringSize(Temp[1]); + } + if (document.getElementById("apply_data")) { + let ApplyDiv = document.getElementById("apply_data").parentElement; + console.log("启动!!!"); + if (UtilityEnabled("ApplyData")) { + let GetDataButton = document.createElement("button"); + GetDataButton.className = "ms-2 btn btn-outline-secondary"; + GetDataButton.innerText = "获取数据"; + console.log("按钮创建成功"); + ApplyDiv.appendChild(GetDataButton); + GetDataButton.addEventListener("click", async () => { + GetDataButton.disabled = true; + GetDataButton.innerText = "正在获取数据..."; + let PID = localStorage.getItem("UserScript-Solution-" + SearchParams.get("sid") + "-Problem"); + if (PID == null) { + GetDataButton.innerText = "失败! 无法获取PID"; + GetDataButton.disabled = false; + await new Promise((resolve) => { + setTimeout(resolve, 800); + }); + GetDataButton.innerText = "获取数据"; + return; + } + let Code = ""; + if (localStorage.getItem(`UserScript-Problem-${PID}-IOFilename`) !== null) { + Code = `#define IOFile "${localStorage.getItem(`UserScript-Problem-${PID}-IOFilename`)}"\n`; + } + Code += `//XMOJ-Script 获取数据代码 +#include +using namespace std; +string Base64Encode(string Input) +{ +const string Base64Chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; +string Output; +for (int i = 0; i < Input.length(); i += 3) +{ + Output.push_back(i + 0 > Input.length() ? '=' : Base64Chars[(Input[i + 0] & 0xfc) >> 2]); + Output.push_back(i + 1 > Input.length() ? '=' : Base64Chars[((Input[i + 0] & 0x03) << 4) + ((Input[i + 1] & 0xf0) >> 4)]); + Output.push_back(i + 2 > Input.length() ? '=' : Base64Chars[((Input[i + 1] & 0x0f) << 2) + ((Input[i + 2] & 0xc0) >> 6)]); + Output.push_back(i + 3 > Input.length() ? '=' : Base64Chars[Input[i + 2] & 0x3f]); +} +return Output; +} +int main() +{ +#ifdef IOFile +freopen(IOFile ".in", "r", stdin); +freopen(IOFile ".out", "w", stdout); +#endif +string Input; +while (1) +{ + char Data = getchar(); + if (Data == EOF) + break; + Input.push_back(Data); +} +throw runtime_error("[" + Base64Encode(Input.c_str()) + "]"); +return 0; +}`; + + await fetch("https://www.xmoj.tech/submit.php", { + "headers": { + "content-type": "application/x-www-form-urlencoded" + }, + "referrer": "https://www.xmoj.tech/submitpage.php?id=" + PID, + "method": "POST", + "body": "id=" + PID + "&" + "language=1&" + "source=" + encodeURIComponent(Code) + "&" + "enable_O2=on" + }); + + let SID = await fetch("https://www.xmoj.tech/status.php").then((Response) => { + return Response.text(); + }).then((Response) => { + let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); + return ParsedDocument.querySelector("#result-tab > tbody > tr:nth-child(1) > td:nth-child(2)").innerText; + }); + + await new Promise((Resolve) => { + let Interval = setInterval(async () => { + await fetch("status-ajax.php?solution_id=" + SID).then((Response) => { + return Response.text(); + }).then((Response) => { + if (Response.split(",")[0] >= 4) { + clearInterval(Interval); + Resolve(); + } + }); + }, 500); + }); + + await fetch(`https://www.xmoj.tech/reinfo.php?sid=${SID}`).then((Response) => { + return Response.text(); + }).then((Response) => { + let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); + let ErrorData = ParsedDocument.getElementById("errtxt").innerText; + let MatchResult = ErrorData.match(/\what\(\): \[([A-Za-z0-9+\/=]+)\]/g); + if (MatchResult === null) { + GetDataButton.innerText = "获取数据失败"; + GetDataButton.disabled = false; + return; + } + for (let i = 0; i < MatchResult.length; i++) { + let Data = CryptoJS.enc.Base64.parse(MatchResult[i].substring(10, MatchResult[i].length - 1)).toString(CryptoJS.enc.Utf8); + ApplyDiv.appendChild(document.createElement("hr")); + ApplyDiv.appendChild(document.createTextNode("数据" + (i + 1) + ":")); + let CodeElement = document.createElement("div"); + ApplyDiv.appendChild(CodeElement); + CodeMirror(CodeElement, { + value: Data, + theme: (UtilityEnabled("DarkMode") ? "darcula" : "default"), + lineNumbers: true, + readOnly: true + }).setSize("100%", "auto"); + } + GetDataButton.innerText = "获取数据成功"; + GetDataButton.disabled = false; + }); + }); + } + document.getElementById("apply_data").addEventListener("click", () => { + let ApplyElements = document.getElementsByClassName("data"); + for (let i = 0; i < ApplyElements.length; i++) { + ApplyElements[i].style.display = (ApplyElements[i].style.display == "block" ? "" : "block"); + } + }); + } + let ApplyElements = document.getElementsByClassName("data"); + for (let i = 0; i < ApplyElements.length; i++) { + ApplyElements[i].addEventListener("click", async () => { + await fetch("https://www.xmoj.tech/data_distribute_ajax_apply.php", { + method: "POST", + headers: { + "Content-Type": "application/x-www-form-urlencoded" + }, + body: "user_id=" + window.CurrentUsername + "&" + "solution_id=" + SearchParams.get("sid") + "&" + "name=" + ApplyElements[i].getAttribute("name") + }).then((Response) => { + return Response.json(); + }).then((Response) => { + ApplyElements[i].innerText = Response.msg; + setTimeout(() => { + ApplyElements[i].innerText = "申请数据"; + }, 1000); + }); + }); + } + } +} diff --git a/src/pages/showsource.js b/src/pages/showsource.js new file mode 100644 index 00000000..c43dcfa7 --- /dev/null +++ b/src/pages/showsource.js @@ -0,0 +1,41 @@ +import { UtilityEnabled } from '../utils.js'; +import CodeMirror from 'codemirror'; +import { RequestAPI } from '../api.js'; + +export async function handleShowSourcePage() { + const SearchParams = new URLSearchParams(location.search); + let Code = ""; + if (SearchParams.get("ByUserScript") == null) { + document.title = "查看代码: " + SearchParams.get("id"); + await fetch("https://www.xmoj.tech/getsource.php?id=" + SearchParams.get("id")) + .then((Response) => { + return Response.text(); + }).then((Response) => { + Code = Response.replace("\n\n", ""); + }); + } else { + document.title = "查看标程: " + SearchParams.get("pid"); + if (localStorage.getItem("UserScript-LastUploadedStdTime") === undefined || new Date().getTime() - localStorage.getItem("UserScript-LastUploadedStdTime") > 1000 * 60 * 60 * 24 * 30) { + location.href = "https://www.xmoj.tech/userinfo.php?ByUserScript=1"; + } + await new Promise((Resolve) => { + RequestAPI("GetStd", { + "ProblemID": Number(SearchParams.get("pid")) + }, (Response) => { + if (Response.Success) { + Code = Response.Data.StdCode; + } else { + Code = Response.Message; + } + Resolve(); + }); + }); + } + document.querySelector("body > div > div.mt-3").innerHTML = ``; + CodeMirror.fromTextArea(document.querySelector("body > div > div.mt-3 > textarea"), { + lineNumbers: true, + mode: "text/x-c++src", + readOnly: true, + theme: (UtilityEnabled("DarkMode") ? "darcula" : "default") + }).setSize("100%", "auto"); +} diff --git a/src/pages/status.js b/src/pages/status.js new file mode 100644 index 00000000..a3865444 --- /dev/null +++ b/src/pages/status.js @@ -0,0 +1,233 @@ +import { UtilityEnabled, SizeToStringSize, TimeToStringTime, CodeSizeToStringSize } from '../utils.js'; +import { RequestAPI } from '../api.js'; + +export async function handleStatusPage() { + const SearchParams = new URLSearchParams(location.search); + if (SearchParams.get("ByUserScript") == null) { + document.title = "提交状态"; + document.querySelector("body > script:nth-child(5)").remove(); + if (UtilityEnabled("NewBootstrap")) { + document.querySelector("#simform").outerHTML = `
    + +
    + + +
    +
    + + +
    + + +
    +
    + +
    `; + } + + if (UtilityEnabled("ImproveACRate")) { + let ImproveACRateButton = document.createElement("button"); + document.querySelector("body > div.container > div > div.input-append").appendChild(ImproveACRateButton); + ImproveACRateButton.className = "btn btn-outline-secondary"; + ImproveACRateButton.innerText = "提高正确率"; + ImproveACRateButton.disabled = true; + let ACProblems = []; + await fetch("https://www.xmoj.tech/userinfo.php?user=" + CurrentUsername) + .then((Response) => { + return Response.text(); + }).then((Response) => { + let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); + ImproveACRateButton.innerText += "(" + (parseInt(ParsedDocument.querySelector("#statics > tbody > tr:nth-child(4) > td:nth-child(2)").innerText) / parseInt(ParsedDocument.querySelector("#statics > tbody > tr:nth-child(3) > td:nth-child(2)").innerText) * 100).toFixed(2) + "%)"; + let Temp = ParsedDocument.querySelector("#statics > tbody > tr:nth-child(2) > td:nth-child(3) > script").innerText.split("\n")[5].split(";"); + for (let i = 0; i < Temp.length; i++) { + ACProblems.push(Number(Temp[i].substring(2, Temp[i].indexOf(",")))); + } + ImproveACRateButton.disabled = false; + }); + ImproveACRateButton.addEventListener("click", async () => { + ImproveACRateButton.disabled = true; + let SubmitTimes = 3; + let Count = 0; + let SubmitInterval = setInterval(async () => { + if (Count >= SubmitTimes) { + clearInterval(SubmitInterval); + location.reload(); + return; + } + ImproveACRateButton.innerText = "正在提交 (" + (Count + 1) + "/" + SubmitTimes + ")"; + let PID = ACProblems[Math.floor(Math.random() * ACProblems.length)]; + let SID = 0; + await fetch("https://www.xmoj.tech/status.php?problem_id=" + PID + "&jresult=4") + .then((Result) => { + return Result.text(); + }).then((Result) => { + let ParsedDocument = new DOMParser().parseFromString(Result, "text/html"); + SID = ParsedDocument.querySelector("#result-tab > tbody > tr:nth-child(1) > td:nth-child(2)").innerText; + }); + let Code = ""; + await fetch("https://www.xmoj.tech/getsource.php?id=" + SID) + .then((Response) => { + return Response.text(); + }).then((Response) => { + Code = Response.substring(0, Response.indexOf("/**************************************************************")).trim(); + }); + await fetch("https://www.xmoj.tech/submit.php", { + "headers": { + "content-type": "application/x-www-form-urlencoded" + }, + "referrer": "https://www.xmoj.tech/submitpage.php?id=" + PID, + "method": "POST", + "body": "id=" + PID + "&" + "language=1&" + "source=" + encodeURIComponent(Code) + "&" + "enable_O2=on" + }); + Count++; + }, 1000); + }); + ImproveACRateButton.style.marginBottom = ImproveACRateButton.style.marginRight = "7px"; + ImproveACRateButton.style.marginRight = "7px"; + } + if (UtilityEnabled("CompareSource")) { + let CompareButton = document.createElement("button"); + document.querySelector("body > div.container > div > div.input-append").appendChild(CompareButton); + CompareButton.className = "btn btn-outline-secondary"; + CompareButton.innerText = "比较提交记录"; + CompareButton.addEventListener("click", () => { + location.href = "https://www.xmoj.tech/comparesource.php"; + }); + CompareButton.style.marginBottom = "7px"; + } + if (UtilityEnabled("ResetType")) { + document.querySelector("#result-tab > thead > tr > th:nth-child(1)").remove(); + document.querySelector("#result-tab > thead > tr > th:nth-child(2)").remove(); + document.querySelector("#result-tab > thead > tr > th:nth-child(10)").innerHTML = "开启O2"; + } + let Temp = document.querySelector("#result-tab > tbody").childNodes; + let SolutionIDs = []; + for (let i = 1; i < Temp.length; i += 2) { + let SID = Number(Temp[i].childNodes[1].innerText); + SolutionIDs.push(SID); + if (UtilityEnabled("ResetType")) { + Temp[i].childNodes[0].remove(); + Temp[i].childNodes[0].innerHTML = "" + SID + " " + "重交"; + Temp[i].childNodes[1].remove(); + Temp[i].childNodes[1].children[0].removeAttribute("class"); + Temp[i].childNodes[3].childNodes[0].innerText = SizeToStringSize(Temp[i].childNodes[3].childNodes[0].innerText); + Temp[i].childNodes[4].childNodes[0].innerText = TimeToStringTime(Temp[i].childNodes[4].childNodes[0].innerText); + Temp[i].childNodes[5].innerText = Temp[i].childNodes[5].childNodes[0].innerText; + Temp[i].childNodes[6].innerText = CodeSizeToStringSize(Temp[i].childNodes[6].innerText.substring(0, Temp[i].childNodes[6].innerText.length - 1)); + Temp[i].childNodes[9].innerText = (Temp[i].childNodes[9].innerText == "" ? "否" : "是"); + } + if (SearchParams.get("cid") === null) { + localStorage.setItem("UserScript-Solution-" + SID + "-Problem", Temp[i].childNodes[1].innerText); + } else { + localStorage.setItem("UserScript-Solution-" + SID + "-Contest", SearchParams.get("cid")); + localStorage.setItem("UserScript-Solution-" + SID + "-PID-Contest", Temp[i].childNodes[1].innerText.charAt(0)); + } + } + + if (UtilityEnabled("RefreshSolution")) { + let StdList; + await new Promise((Resolve) => { + RequestAPI("GetStdList", {}, async (Result) => { + if (Result.Success) { + StdList = Result.Data.StdList; + Resolve(); + } + }) + }); + + let Rows = document.getElementById("result-tab").rows; + let Points = Array(); + for (let i = 1; i <= SolutionIDs.length; i++) { + Rows[i].cells[2].className = "td_result"; + let SolutionID = SolutionIDs[i - 1]; + if (Rows[i].cells[2].children.length == 2) { + Points[SolutionID] = Rows[i].cells[2].children[1].innerText; + Rows[i].cells[2].children[1].remove(); + } + Rows[i].cells[2].innerHTML += ""; + setTimeout(() => { + RefreshResult(SolutionID); + }, 0); + } + + let RefreshResult = async (SolutionID) => { + let CurrentRow = null; + let Rows = document.getElementById("result-tab").rows; + for (let i = 0; i < SolutionIDs.length; i++) { + if (SolutionIDs[i] == SolutionID) { + CurrentRow = Rows[i + 1]; + break; + } + } + await fetch("status-ajax.php?solution_id=" + SolutionID) + .then((Response) => { + return Response.text(); + }) + .then((Response) => { + let PID = 0; + if (SearchParams.get("cid") === null) { + PID = localStorage.getItem("UserScript-Solution-" + SolutionID + "-Problem"); + } else { + PID = localStorage.getItem("UserScript-Contest-" + SearchParams.get("cid") + "-Problem-" + (CurrentRow.cells[1].innerText.charCodeAt(0) - 65) + "-PID"); + } + let ResponseData = Response.split(","); + CurrentRow.cells[3].innerHTML = "
    " + SizeToStringSize(ResponseData[1]) + "
    "; + CurrentRow.cells[4].innerHTML = "
    " + TimeToStringTime(ResponseData[2]) + "
    "; + let TempHTML = ""; + TempHTML += judge_result[ResponseData[0]]; + TempHTML += ""; + if (Points[SolutionID] != undefined) { + TempHTML += "" + Points[SolutionID] + ""; + if (Points[SolutionID].substring(0, Points[SolutionID].length - 1) >= 50) { + TempHTML += `查看标程`; + } + } + if (ResponseData[0] < 4) { + setTimeout(() => { + RefreshResult(SolutionID) + }, 500); + TempHTML += ""; + } else if (ResponseData[0] == 4 && UtilityEnabled("UploadStd")) { + if (SearchParams.get("cid") == null) CurrentRow.cells[1].innerText; + let Std = StdList.find((Element) => { + return Element == Number(PID); + }); + if (Std != undefined) { + TempHTML += "✅"; + } else { + RequestAPI("UploadStd", { + "ProblemID": Number(PID), + }, (Result) => { + if (Result.Success) { + CurrentRow.cells[2].innerHTML += "🆗"; + } else { + CurrentRow.cells[2].innerHTML += "⚠️"; + } + }); + } + } + CurrentRow.cells[2].innerHTML = TempHTML; + }); + }; + } + } +} diff --git a/src/pages/submitpage.js b/src/pages/submitpage.js new file mode 100644 index 00000000..1118f5c1 --- /dev/null +++ b/src/pages/submitpage.js @@ -0,0 +1,233 @@ +import { UtilityEnabled } from '../utils.js'; +import CodeMirror from 'codemirror'; +import { GM_xmlhttpRequest } from '$'; + +export async function handleSubmitPage() { + const SearchParams = new URLSearchParams(location.search); + document.title = "提交代码: " + (SearchParams.get("id") != null ? "题目" + Number(SearchParams.get("id")) : "比赛" + Number(SearchParams.get("cid"))); + document.querySelector("body > div > div.mt-3").innerHTML = `
    ` + `

    提交代码

    ` + (SearchParams.get("id") != null ? `题目${Number(SearchParams.get("id"))}` : `比赛${Number(SearchParams.get("cid")) + ` 题目` + String.fromCharCode(65 + parseInt(SearchParams.get("pid")))}`) + `
    + +
    + +
    + + +
    `; + if (UtilityEnabled("AutoO2")) { + document.querySelector("#enable_O2").checked = true; + } + let CodeMirrorElement; + (() => { + CodeMirrorElement = CodeMirror.fromTextArea(document.querySelector("#CodeInput"), { + lineNumbers: true, + matchBrackets: true, + mode: "text/x-c++src", + indentUnit: 4, + indentWithTabs: true, + enterMode: "keep", + tabMode: "shift", + theme: (UtilityEnabled("DarkMode") ? "darcula" : "default"), + extraKeys: { + "Ctrl-Space": "autocomplete", "Ctrl-Enter": function (instance) { + Submit.click(); + } + } + }) + })(); + CodeMirrorElement.setSize("100%", "auto"); + CodeMirrorElement.getWrapperElement().style.border = "1px solid #ddd"; + + if (SearchParams.get("sid") !== null) { + await fetch("https://www.xmoj.tech/getsource.php?id=" + SearchParams.get("sid")) + .then((Response) => { + return Response.text() + }) + .then((Response) => { + CodeMirrorElement.setValue(Response.substring(0, Response.indexOf("/**************************************************************")).trim()); + }); + } + + PassCheck.addEventListener("click", async () => { + ErrorElement.style.display = "none"; + document.querySelector("#Submit").disabled = true; + document.querySelector("#Submit").value = "正在提交..."; + let o2Switch = "&enable_O2=on"; + if (!document.querySelector("#enable_O2").checked) o2Switch = ""; + await fetch("https://www.xmoj.tech/submit.php", { + "headers": { + "content-type": "application/x-www-form-urlencoded" + }, + "referrer": location.href, + "method": "POST", + "body": (SearchParams.get("id") != null ? "id=" + SearchParams.get("id") : "cid=" + SearchParams.get("cid") + "&pid=" + SearchParams.get("pid")) + "&language=1&" + "source=" + encodeURIComponent(CodeMirrorElement.getValue()) + o2Switch + }).then(async (Response) => { + if (Response.redirected) { + location.href = Response.url; + } else { + const text = await Response.text(); + if (text.indexOf("没有这个比赛!") !== -1 && new URL(location.href).searchParams.get("pid") !== null) { + // Credit: https://github.com/boomzero/quicksubmit/blob/main/index.ts + // Also licensed under GPL-3.0 + const contestReq = await fetch("https://www.xmoj.tech/contest.php?cid=" + new URL(location.href).searchParams.get("cid")); + const res = await contestReq.text(); + if ( + contestReq.status !== 200 || + res.indexOf("比赛尚未开始或私有,不能查看题目。") !== -1 + ) { + console.error(`Failed to get contest page!`); + return; + } + const parser = new DOMParser(); + const dom = parser.parseFromString(res, "text/html"); + const contestProblems = []; + const rows = (dom.querySelector( + "#problemset > tbody", + )).rows; + for (let i = 0; i < rows.length; i++) { + contestProblems.push( + rows[i].children[1].textContent.substring(2, 6).replaceAll( + "\t", + "", + ), + ); + } + rPID = contestProblems[new URL(location.href).searchParams.get("pid")]; + if (UtilityEnabled("DebugMode")) { + console.log("Contest Problems:", contestProblems); + console.log("Real PID:", rPID); + } + ErrorElement.style.display = "block"; + ErrorMessage.style.color = "red"; + ErrorMessage.innerText = "比赛已结束, 正在尝试像题目 " + rPID + " 提交"; + console.log("比赛已结束, 正在尝试像题目 " + rPID + " 提交"); + let o2Switch = "&enable_O2=on"; + if (!document.querySelector("#enable_O2").checked) o2Switch = ""; + await fetch("https://www.xmoj.tech/submit.php", { + "headers": { + "content-type": "application/x-www-form-urlencoded" + }, + "referrer": location.href, + "method": "POST", + "body": "id=" + rPID + "&language=1&" + "source=" + encodeURIComponent(CodeMirrorElement.getValue()) + o2Switch + }).then(async (Response) => { + if (Response.redirected) { + location.href = Response.url; + } + console.log(await Response.text()); + }); + + } + if (UtilityEnabled("DebugMode")) { + console.log("Submission failed! Response:", text); + } + ErrorElement.style.display = "block"; + ErrorMessage.style.color = "red"; + ErrorMessage.innerText = "提交失败!请关闭脚本后重试!"; + Submit.disabled = false; + Submit.value = "提交"; + } + }) + }); + + Submit.addEventListener("click", async () => { + PassCheck.style.display = "none"; + ErrorElement.style.display = "none"; + document.querySelector("#Submit").disabled = true; + document.querySelector("#Submit").value = "正在检查..."; + let Source = CodeMirrorElement.getValue(); + let PID = 0; + let IOFilename = ""; + if (SearchParams.get("cid") != null && SearchParams.get("pid") != null) { + PID = localStorage.getItem("UserScript-Contest-" + SearchParams.get("cid") + "-Problem-" + SearchParams.get("pid") + "-PID") + } else { + PID = SearchParams.get("id"); + } + IOFilename = localStorage.getItem("UserScript-Problem-" + PID + "-IOFilename"); + if (UtilityEnabled("IOFile") && IOFilename != null) { + if (Source.indexOf(IOFilename) == -1) { + PassCheck.style.display = ""; + ErrorElement.style.display = "block"; + if (UtilityEnabled("DarkMode")) ErrorMessage.style.color = "yellow"; else ErrorMessage.style.color = "red"; + ErrorMessage.innerText = "此题输入输出文件名为" + IOFilename + ",请检查是否填错"; + + let freopenText = document.createElement('small'); + if (UtilityEnabled("DarkMode")) freopenText.style.color = "white"; else freopenText.style.color = "black"; + freopenText.textContent = '\n您也可以复制freopen语句。\n'; + document.getElementById('ErrorMessage').appendChild(freopenText); + let copyFreopenButton = document.createElement("button"); + copyFreopenButton.className = "btn btn-sm btn-outline-secondary copy-btn"; + copyFreopenButton.innerText = "复制代码"; + copyFreopenButton.style.marginLeft = "10px"; + copyFreopenButton.style.marginTop = "10px"; + copyFreopenButton.style.marginBottom = "10px"; + copyFreopenButton.type = "button"; + copyFreopenButton.addEventListener("click", () => { + navigator.clipboard.writeText('\n freopen("' + IOFilename + '.in", "r", stdin);\n freopen("' + IOFilename + '.out", "w", stdout);'); + copyFreopenButton.innerText = "复制成功"; + setTimeout(() => { + copyFreopenButton.innerText = "复制代码"; + }, 1500); + }); + document.getElementById('ErrorMessage').appendChild(copyFreopenButton); + let freopenCodeField = CodeMirror(document.getElementById('ErrorMessage'), { + value: 'freopen("' + IOFilename + '.in", "r", stdin);\nfreopen("' + IOFilename + '.out", "w", stdout);', + mode: 'text/x-c++src', + theme: (UtilityEnabled("DarkMode") ? "darcula" : "default"), + readOnly: true, + lineNumbers: true + }); + freopenCodeField.setSize("100%", "auto"); + document.querySelector("#Submit").disabled = false; + document.querySelector("#Submit").value = "提交"; + return false; + } else if (RegExp("//.*freopen").test(Source)) { + PassCheck.style.display = ""; + ErrorElement.style.display = "block"; + if (UtilityEnabled("DarkMode")) ErrorMessage.style.color = "yellow"; else ErrorMessage.style.color = "red"; + ErrorMessage.innerText = "请不要注释freopen语句"; + document.querySelector("#Submit").disabled = false; + document.querySelector("#Submit").value = "提交"; + return false; + } + } + if (Source == "") { + PassCheck.style.display = ""; + ErrorElement.style.display = "block"; + if (UtilityEnabled("DarkMode")) ErrorMessage.style.color = "yellow"; else ErrorMessage.style.color = "red"; + ErrorMessage.innerText = "源代码为空"; + document.querySelector("#Submit").disabled = false; + document.querySelector("#Submit").value = "提交"; + return false; + } + if (UtilityEnabled("CompileError")) { + let ResponseData = await new Promise((Resolve) => { + GM_xmlhttpRequest({ + method: "POST", url: "https://cppinsights.io/api/v1/transform", headers: { + "content-type": "application/json;charset=UTF-8" + }, referrer: "https://cppinsights.io/", data: JSON.stringify({ + "insightsOptions": ["cpp14"], "code": Source + }), onload: (Response) => { + Resolve(Response); + } + }); + }); + let Response = JSON.parse(ResponseData.responseText); + if (Response.returncode) { + PassCheck.style.display = ""; + ErrorElement.style.display = "block"; + if (UtilityEnabled("DarkMode")) ErrorMessage.style.color = "yellow"; else ErrorMessage.style.color = "red"; + ErrorMessage.innerText = "编译错误:\n" + Response.stderr.trim(); + document.querySelector("#Submit").disabled = false; + document.querySelector("#Submit").value = "提交"; + return false; + } else { + PassCheck.click(); + } + } else { + PassCheck.click(); + } + }); +} diff --git a/src/pages/userinfo.js b/src/pages/userinfo.js new file mode 100644 index 00000000..eb6b1da4 --- /dev/null +++ b/src/pages/userinfo.js @@ -0,0 +1,229 @@ +import { UtilityEnabled, GetUserInfo, GetUserBadge, SmartAlert } from '../utils.js'; +import { RequestAPI } from '../api.js'; + +export async function handleUserInfoPage() { + const SearchParams = new URLSearchParams(location.search); + if (SearchParams.get("ByUserScript") === null) { + if (UtilityEnabled("RemoveUseless")) { + let Temp = document.getElementById("submission").childNodes; + for (let i = 0; i < Temp.length; i++) { + Temp[i].remove(); + } + } + // This eval is necessary to execute the inline script on the page that sets up + // the solved problems chart. It's a legacy part of the original site. + eval(document.querySelector("body > script:nth-child(5)").innerHTML); + document.querySelector("#statics > tbody > tr:nth-child(1)").remove(); + + let Temp = document.querySelector("#statics > tbody").children; + for (let i = 0; i < Temp.length; i++) { + if (Temp[i].children[0] != undefined) { + if (Temp[i].children[0].innerText == "Statistics") { + Temp[i].children[0].innerText = "统计"; + } else if (Temp[i].children[0].innerText == "Email:") { + Temp[i].children[0].innerText = "电子邮箱"; + } + Temp[i].children[1].removeAttribute("align"); + } + } + + Temp = document.querySelector("#statics > tbody > tr:nth-child(1) > td:nth-child(3)").childNodes; + let ACProblems = []; + for (let i = 0; i < Temp.length; i++) { + if (Temp[i].tagName == "A" && Temp[i].href.indexOf("problem.php?id=") != -1) { + ACProblems.push(Number(Temp[i].innerText.trim())); + } + } + document.querySelector("#statics > tbody > tr:nth-child(1) > td:nth-child(3)").remove(); + + let UserID, UserNick; + [UserID, UserNick] = document.querySelector("#statics > caption").childNodes[0].data.trim().split("--"); + document.querySelector("#statics > caption").remove(); + document.title = "用户 " + UserID + " 的个人中心"; + let Row = document.createElement("div"); + Row.className = "row"; + let LeftDiv = document.createElement("div"); + LeftDiv.className = "col-md-5"; + Row.appendChild(LeftDiv); + + let LeftTopDiv = document.createElement("div"); + LeftTopDiv.className = "row mb-2"; + LeftDiv.appendChild(LeftTopDiv); + let AvatarContainer = document.createElement("div"); + AvatarContainer.classList.add("col-auto"); + let AvatarElement = document.createElement("img"); + let UserEmailHash = (await GetUserInfo(UserID)).EmailHash; + if (UserEmailHash == undefined) { + AvatarElement.src = `https://cravatar.cn/avatar/00000000000000000000000000000000?d=mp&f=y`; + } else { + AvatarElement.src = `https://cravatar.cn/avatar/${UserEmailHash}?d=retro`; + } + AvatarElement.classList.add("rounded", "me-2"); + AvatarElement.style.height = "120px"; + AvatarContainer.appendChild(AvatarElement); + LeftTopDiv.appendChild(AvatarContainer); + + let UserInfoElement = document.createElement("div"); + UserInfoElement.classList.add("col-auto"); + UserInfoElement.style.lineHeight = "40px"; + UserInfoElement.innerHTML += "用户名:" + UserID + "
    "; + UserInfoElement.innerHTML += "昵称:" + UserNick + "
    "; + if (UtilityEnabled("Rating")) { + UserInfoElement.innerHTML += "评分:" + ((await GetUserInfo(UserID)).Rating) + "
    "; + } + // Create a placeholder for the last online time + let lastOnlineElement = document.createElement('div'); + lastOnlineElement.innerHTML = "最后在线:加载中...
    "; + UserInfoElement.appendChild(lastOnlineElement); + let BadgeInfo = await GetUserBadge(UserID); + if (window.IsAdmin) { + if (BadgeInfo.Content !== "") { + let DeleteBadgeButton = document.createElement("button"); + DeleteBadgeButton.className = "btn btn-outline-danger btn-sm"; + DeleteBadgeButton.innerText = "删除标签"; + DeleteBadgeButton.addEventListener("click", async () => { + if (confirm("您确定要删除此标签吗?")) { + RequestAPI("DeleteBadge", { + "UserID": UserID + }, (Response) => { + if (UtilityEnabled("DebugMode")) console.log(Response); + if (Response.Success) { + let Temp = []; + for (let i = 0; i < localStorage.length; i++) { + if (localStorage.key(i).startsWith("UserScript-User-" + UserID + "-Badge-")) { + Temp.push(localStorage.key(i)); + } + } + for (let i = 0; i < Temp.length; i++) { + localStorage.removeItem(Temp[i]); + } + window.location.reload(); + } else { + SmartAlert(Response.Message); + } + }); + } + }); + UserInfoElement.appendChild(DeleteBadgeButton); + } else { + let AddBadgeButton = document.createElement("button"); + AddBadgeButton.className = "btn btn-outline-primary btn-sm"; + AddBadgeButton.innerText = "添加标签"; + AddBadgeButton.addEventListener("click", async () => { + RequestAPI("NewBadge", { + "UserID": UserID + }, (Response) => { + if (Response.Success) { + let Temp = []; + for (let i = 0; i < localStorage.length; i++) { + if (localStorage.key(i).startsWith("UserScript-User-" + UserID + "-Badge-")) { + Temp.push(localStorage.key(i)); + } + } + for (let i = 0; i < Temp.length; i++) { + localStorage.removeItem(Temp[i]); + } + window.location.reload(); + } else { + SmartAlert(Response.Message); + } + }); + }); + UserInfoElement.appendChild(AddBadgeButton); + } + } + RequestAPI("LastOnline", {"Username": UserID}, (result) => { + if (result.Success) { + if (UtilityEnabled("DebugMode")) { + console.log('lastOnline:' + result.Data.logintime); + } + lastOnlineElement.innerHTML = "最后在线:" + GetRelativeTime(result.Data.logintime) + "
    "; + } else { + lastOnlineElement.innerHTML = "最后在线:近三个月内从未
    "; + } + }); + LeftTopDiv.appendChild(UserInfoElement); + LeftDiv.appendChild(LeftTopDiv); + + let LeftTable = document.querySelector("body > div > div > center > table"); + LeftDiv.appendChild(LeftTable); + let RightDiv = document.createElement("div"); + RightDiv.className = "col-md-7"; + Row.appendChild(RightDiv); + RightDiv.innerHTML = "
    已解决题目
    "; + for (let i = 0; i < ACProblems.length; i++) { + RightDiv.innerHTML += "" + ACProblems[i] + " "; + } + document.querySelector("body > div > div").innerHTML = ""; + document.querySelector("body > div > div").appendChild(Row); + } else { + document.title = "上传标程"; + document.querySelector("body > div > div.mt-3").innerHTML = ` + +
    +
    0%
    +
    +

    + 您必须要上传标程以后才能使用“查看标程”功能。点击“上传标程”按钮以后,系统会自动上传标程,请您耐心等待。
    + 首次上传标程可能会比较慢,请耐心等待。后续将可以自动上传AC代码。
    + 系统每过30天会自动提醒您上传标程,您必须要上传标程,否则将会被禁止使用“查看标程”功能。
    +

    `; + UploadStd.addEventListener("click", async () => { + UploadStd.disabled = true; + ErrorElement.style.display = "none"; + ErrorElement.innerText = ""; + UploadProgress.classList.remove("bg-success"); + UploadProgress.classList.remove("bg-warning"); + UploadProgress.classList.remove("bg-danger"); + UploadProgress.classList.add("progress-bar-animated"); + UploadProgress.style.width = "0%"; + UploadProgress.innerText = "0%"; + let ACList = []; + await fetch("https://www.xmoj.tech/userinfo.php?user=" + window.CurrentUsername) + .then((Response) => { + return Response.text(); + }).then((Response) => { + let ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); + let ScriptData = ParsedDocument.querySelector("#statics > tbody > tr:nth-child(2) > td:nth-child(3) > script").innerText; + ScriptData = ScriptData.substr(ScriptData.indexOf("}") + 1).trim(); + ScriptData = ScriptData.split(";"); + for (let i = 0; i < ScriptData.length; i++) { + ACList.push(Number(ScriptData[i].substring(2, ScriptData[i].indexOf(",")))); + } + }); + RequestAPI("GetStdList", {}, async (Result) => { + if (Result.Success) { + let StdList = Result.Data.StdList; + for (let i = 0; i < ACList.length; i++) { + if (StdList.indexOf(ACList[i]) === -1 && ACList[i] !== 0) { + await new Promise((Resolve) => { + RequestAPI("UploadStd", { + "ProblemID": Number(ACList[i]) + }, (Result) => { + if (!Result.Success) { + ErrorElement.style.display = "block"; + ErrorElement.innerText += Result.Message + "\n"; + UploadProgress.classList.add("bg-warning"); + } + UploadProgress.innerText = (i / ACList.length * 100).toFixed(1) + "% (" + ACList[i] + ")"; + UploadProgress.style.width = (i / ACList.length * 100) + "%"; + Resolve(); + }); + }); + } + } + UploadProgress.classList.add("bg-success"); + UploadProgress.classList.remove("progress-bar-animated"); + UploadProgress.innerText = "100%"; + UploadProgress.style.width = "100%"; + UploadStd.disabled = false; + localStorage.setItem("UserScript-LastUploadedStdTime", new Date().getTime()); + } else { + ErrorElement.style.display = "block"; + ErrorElement.innerText = Result.Message; + UploadStd.disabled = false; + } + }); + }); + } +} diff --git a/src/styles.js b/src/styles.js new file mode 100644 index 00000000..4bdc6458 --- /dev/null +++ b/src/styles.js @@ -0,0 +1,131 @@ +import { UtilityEnabled, SmartAlert } from './utils'; + +export class NavbarStyler { + constructor() { + try { + this.navbar = document.querySelector('.navbar.navbar-expand-lg.bg-body-tertiary'); + if (this.navbar && UtilityEnabled("NewTopBar")) { + this.init(); + } + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } + } + + init() { + try { + this.applyStyles(); + this.createOverlay(); + this.createSpacer(); + window.addEventListener('resize', () => this.updateBlurOverlay()); + this.updateBlurOverlay(); + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } + } + + applyStyles() { + try { + let n = this.navbar; + n.classList.add('fixed-top', 'container', 'ml-auto'); + Object.assign(n.style, { + position: 'fixed', + borderRadius: '28px', + boxShadow: '0 4px 8px rgba(0, 0, 0, 0.5)', + margin: '16px auto', + backgroundColor: 'rgba(255, 255, 255, 0)', + opacity: '0.75', + zIndex: '1000' + }); + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } + } + + createOverlay() { + try { + if (!document.getElementById('blur-overlay')) { + let overlay = document.createElement('div'); + overlay.id = 'blur-overlay'; + document.body.appendChild(overlay); + + let style = document.createElement('style'); + style.textContent = ` + #blur-overlay { + position: fixed; + backdrop-filter: blur(4px); + z-index: 999; + pointer-events: none; + border-radius: 28px; + } + `; + document.head.appendChild(style); + } + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } + } + + updateBlurOverlay() { + try { + let overlay = document.getElementById('blur-overlay'); + let n = this.navbar; + Object.assign(overlay.style, { + top: `${n.offsetTop}px`, + left: `${n.offsetLeft}px`, + width: `${n.offsetWidth}px`, + height: `${n.offsetHeight}px` + }); + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } + } + + createSpacer() { + try { + let spacer = document.getElementById('navbar-spacer'); + let newHeight = this.navbar.offsetHeight + 24; + if (!spacer) { + spacer = document.createElement('div'); + spacer.id = 'navbar-spacer'; + spacer.style.height = `${newHeight}px`; + spacer.style.width = '100%'; + document.body.insertBefore(spacer, document.body.firstChild); + } else { + let currentHeight = parseInt(spacer.style.height, 10); + if (currentHeight !== newHeight) { + document.body.removeChild(spacer); + spacer = document.createElement('div'); + spacer.id = 'navbar-spacer'; + spacer.style.height = `${newHeight}px`; + spacer.style.width = '100%'; + document.body.insertBefore(spacer, document.body.firstChild); + } + } + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } + } +} + +export function replaceMarkdownImages(text, string) { + return text.replace(/!\[.*?\]\(.*?\)/g, string); +} diff --git a/src/theme.js b/src/theme.js new file mode 100644 index 00000000..a1953d4d --- /dev/null +++ b/src/theme.js @@ -0,0 +1,19 @@ +const prefersDark = window.matchMedia("(prefers-color-scheme: dark)"); + +const applyTheme = (theme) => { + document.querySelector("html").setAttribute("data-bs-theme", theme); + localStorage.setItem("UserScript-Setting-DarkMode", theme === "dark" ? "true" : "false"); +}; + +const applySystemTheme = (e) => applyTheme(e.matches ? "dark" : "light"); + +export const initTheme = () => { + const saved = localStorage.getItem("UserScript-Setting-Theme") || "auto"; + if (saved === "auto") { + applyTheme(prefersDark.matches ? "dark" : "light"); + prefersDark.addEventListener("change", applySystemTheme); + } else { + applyTheme(saved); + prefersDark.removeEventListener("change", applySystemTheme); + } +}; diff --git a/src/utils.js b/src/utils.js new file mode 100644 index 00000000..7b81f476 --- /dev/null +++ b/src/utils.js @@ -0,0 +1,397 @@ +export const escapeHTML = (str) => { + return str.replace(/[&<>"']/g, function (match) { + const escape = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + "'": ''' + }; + return escape[match]; + }); +}; + +export const PurifyHTML = (Input) => { + try { + return DOMPurify.sanitize(Input, { + "ALLOWED_TAGS": ["a", "b", "big", "blockquote", "br", "code", "dd", "del", "div", "dl", "dt", "em", "h1", "h2", "h3", "h4", "h5", "h6", "h7", "h8", "hr", "i", "img", "ins", "kbd", "li", "ol", "p", "pre", "q", "rp", "rt", "ruby", "s", "samp", "strike", "strong", "sub", "sup", "table", "tbody", "td", "tfoot", "th", "thead", "tr", "tt", "ul", "var"], + "ALLOWED_ATTR": ["abbr", "accept", "accept-charset", "accesskey", "action", "align", "alt", "axis", "border", "cellpadding", "cellspacing", "char", "charoff", "charset", "checked", "cite", "clear", "color", "cols", "colspan", "compact", "coords", "datetime", "dir", "disabled", "enctype", "for", "frame", "headers", "height", "href", "hreflang", "hspace", "ismap", "itemprop", "label", "lang", "longdesc", "maxlength", "media", "method", "multiple", "name", "nohref", "noshade", "nowrap", "prompt", "readonly", "rel", "rev", "rows", "rowspan", "rules", "scope", "selected", "shape", "size", "span", "src", "start", "summary", "tabindex", "target", "title", "type", "usemap", "valign", "value", "vspace", "width"] + }); + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +} + +export const SmartAlert = (Message) => { + if (localStorage.getItem("UserScript-Alert") !== Message) { + alert(Message); + } + localStorage.setItem("UserScript-Alert", Message); +} + +export const GetRelativeTime = (Input) => { + try { + Input = new Date(Input); + let Now = new Date().getTime(); + let Delta = Now - Input.getTime(); + let RelativeName = ""; + if (Delta < 0) { + RelativeName = "未来"; + } else if (Delta <= 1000 * 60) { + RelativeName = "刚刚"; + } else if (Delta <= 1000 * 60 * 60) { + RelativeName = Math.floor((Now - Input) / 1000 / 60) + "分钟前"; + } else if (Delta <= 1000 * 60 * 60 * 24) { + RelativeName = Math.floor((Now - Input) / 1000 / 60 / 60) + "小时前"; + } else if (Delta <= 1000 * 60 * 60 * 24 * 31) { + RelativeName = Math.floor((Now - Input) / 1000 / 60 / 60 / 24) + "天前"; + } else if (Delta <= 1000 * 60 * 60 * 24 * 365) { + RelativeName = Math.floor((Now - Input) / 1000 / 60 / 60 / 24 / 31) + "个月前"; + } else { + RelativeName = Math.floor((Now - Input) / 1000 / 60 / 60 / 24 / 365) + "年前"; + } + return "" + RelativeName + ""; + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +}; + +export function compareVersions(currVer, remoteVer) { + const currParts = currVer.split('.').map(Number); + const remoteParts = remoteVer.split('.').map(Number); + + const maxLen = Math.max(currParts.length, remoteParts.length); + for (let i = 0; i < maxLen; i++) { + const curr = currParts[i] !== undefined ? currParts[i] : 0; + const remote = remoteParts[i] !== undefined ? remoteParts[i] : 0; + if (remote > curr) { + return true; // update needed + } else if (remote < curr) { + return false; // no update needed + } + } + return false; // versions are equal +} + +export const RenderMathJax = async () => { + try { + if (document.getElementById("MathJax-script") === null) { + var ScriptElement = document.createElement("script"); + ScriptElement.id = "MathJax-script"; + ScriptElement.type = "text/javascript"; + ScriptElement.src = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.0.5/es5/tex-chtml.js"; + document.body.appendChild(ScriptElement); + await new Promise((Resolve) => { + ScriptElement.onload = () => { + Resolve(); + }; + }); + } + if (MathJax !== undefined) { //If there is a Math expression + MathJax.startup.input[0].findTeX.options.inlineMath.push(["$", "$"]); + MathJax.startup.input[0].findTeX.getPatterns(); + MathJax.typeset(); + } + } catch (e) { + console.error(e); + } +}; + +export const GetUserInfo = async (Username) => { + try { + if (localStorage.getItem("UserScript-User-" + Username + "-UserRating") != null && new Date().getTime() - parseInt(localStorage.getItem("UserScript-User-" + Username + "-LastUpdateTime")) < 1000 * 60 * 60 * 24) { + return { + "Rating": localStorage.getItem("UserScript-User-" + Username + "-UserRating"), + "EmailHash": localStorage.getItem("UserScript-User-" + Username + "-EmailHash") + } + } + return await fetch("https://www.xmoj.tech/userinfo.php?user=" + Username).then((Response) => { + return Response.text(); + }).then((Response) => { + if (Response.indexOf("No such User!") !== -1) { + return null; + } + const ParsedDocument = new DOMParser().parseFromString(Response, "text/html"); + let Rating = (parseInt(ParsedDocument.querySelector("#statics > tbody > tr:nth-child(4) > td:nth-child(2)").innerText.trim()) / parseInt(ParsedDocument.querySelector("#statics > tbody > tr:nth-child(3) > td:nth-child(2)").innerText.trim())).toFixed(3) * 1000; + let Temp = ParsedDocument.querySelector("#statics > tbody").children; + let Email = Temp[Temp.length - 1].children[1].innerText.trim(); + let EmailHash = CryptoJS.MD5(Email).toString(); + localStorage.setItem("UserScript-User-" + Username + "-UserRating", Rating); + if (Email == "") { + EmailHash = undefined; + } else { + localStorage.setItem("UserScript-User-" + Username + "-EmailHash", EmailHash); + } + localStorage.setItem("UserScript-User-" + Username + "-LastUpdateTime", new Date().getTime()); + return { + "Rating": Rating, "EmailHash": EmailHash + } + }); + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +}; + +export const GetUserBadge = async (Username) => { + try { + if (localStorage.getItem("UserScript-User-" + Username + "-Badge-LastUpdateTime") != null && new Date().getTime() - parseInt(localStorage.getItem("UserScript-User-" + Username + "-Badge-LastUpdateTime")) < 1000 * 60 * 60 * 24) { + return { + "BackgroundColor": localStorage.getItem("UserScript-User-" + Username + "-Badge-BackgroundColor"), + "Color": localStorage.getItem("UserScript-User-" + Username + "-Badge-Color"), + "Content": localStorage.getItem("UserScript-User-" + Username + "-Badge-Content") + } + } else { + let BackgroundColor = ""; + let Color = ""; + let Content = ""; + await new Promise((Resolve) => { + RequestAPI("GetBadge", { + "UserID": String(Username) + }, (Response) => { + if (Response.Success) { + BackgroundColor = Response.Data.BackgroundColor; + Color = Response.Data.Color; + Content = Response.Data.Content; + } + Resolve(); + }); + }); + localStorage.setItem("UserScript-User-" + Username + "-Badge-BackgroundColor", BackgroundColor); + localStorage.setItem("UserScript-User-" + Username + "-Badge-Color", Color); + localStorage.setItem("UserScript-User-" + Username + "-Badge-Content", Content); + localStorage.setItem("UserScript-User-" + Username + "-Badge-LastUpdateTime", String(new Date().getTime())); + return { + "BackgroundColor": BackgroundColor, "Color": Color, "Content": Content + } + } + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +}; + +export const GetUsernameHTML = async (Element, Username, Simple = false, Href = "https://www.xmoj.tech/userinfo.php?user=") => { + try { + //Username = Username.replaceAll(/[^a-zA-Z0-9]/g, ""); + let ID = "Username-" + Username + "-" + Math.random(); + Element.id = ID; + Element.innerHTML = `
    `; + Element.appendChild(document.createTextNode(Username)); + let UserInfo = await GetUserInfo(Username); + if (UserInfo === null) { + document.getElementById(ID).innerHTML = ""; + document.getElementById(ID).appendChild(document.createTextNode(Username)); + return; + } + let HTMLData = ""; + if (!Simple) { + HTMLData += ``; + } + HTMLData += ` 500) { + HTMLData += "link-danger"; + } else if (Rating >= 400) { + HTMLData += "link-warning"; + } else if (Rating >= 300) { + HTMLData += "link-success"; + } else { + HTMLData += "link-info"; + } + } else { + HTMLData += "link-info"; + } + HTMLData += `\";">`; + if (!Simple) { + if (AdminUserList.includes(Username)) { + HTMLData += `脚本管理员`; + } + let BadgeInfo = await GetUserBadge(Username); + if (BadgeInfo.Content != "") { + HTMLData += `${BadgeInfo.Content}`; + } + } + if (document.getElementById(ID) !== null) { + document.getElementById(ID).innerHTML = HTMLData; + document.getElementById(ID).getElementsByTagName("a")[0].appendChild(document.createTextNode(Username)); + } + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +}; + +export const SecondsToString = (InputSeconds) => { + try { + let Hours = Math.floor(InputSeconds / 3600); + let Minutes = Math.floor((InputSeconds % 3600) / 60); + let Seconds = InputSeconds % 60; + return (Hours < 10 ? "0" : "") + Hours + ":" + (Minutes < 10 ? "0" : "") + Minutes + ":" + (Seconds < 10 ? "0" : "") + Seconds; + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +} + +export const StringToSeconds = (InputString) => { + try { + let SplittedString = InputString.split(":"); + return parseInt(SplittedString[0]) * 60 * 60 + parseInt(SplittedString[1]) * 60 + parseInt(SplittedString[2]); + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +} + +export const SizeToStringSize = (Memory) => { + try { + if (UtilityEnabled("AddUnits")) { + if (Memory < 1024) { + return Memory + "KB"; + } else if (Memory < 1024 * 1024) { + return (Memory / 1024).toFixed(2) + "MB"; + } else if (Memory < 1024 * 1024 * 1024) { + return (Memory / 1024 / 1024).toFixed(2) + "GB"; + } else { + return (Memory / 1024 / 1024 / 1024).toFixed(2) + "TB"; + } + } else { + return Memory; + } + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +}; + +export const CodeSizeToStringSize = (Memory) => { + try { + if (UtilityEnabled("AddUnits")) { + if (Memory < 1024) { + return Memory + "B"; + } else if (Memory < 1024 * 1024) { + return (Memory / 1024).toFixed(2) + "KB"; + } else if (Memory < 1024 * 1024 * 1024) { + return (Memory / 1024 / 1024).toFixed(2) + "MB"; + } else { + return (Memory / 1024 / 1024 / 1024).toFixed(2) + "GB"; + } + } else { + return Memory; + } + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +}; + +export const TimeToStringTime = (Time) => { + try { + if (UtilityEnabled("AddUnits")) { + if (Time < 1000) { + return Time + "ms"; + } else if (Time < 1000 * 60) { + return (Time / 1000).toFixed(2) + "s"; + } + } else { + return Time; + } + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +}; + +export const TidyTable = (Table) => { + try { + if (UtilityEnabled("NewBootstrap") && Table != null) { + Table.className = "table table-hover"; + } + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +}; + +export const UtilityEnabled = (Name) => { + try { + if (localStorage.getItem("UserScript-Setting-" + Name) == null) { + const defaultOffItems = ["DebugMode", "SuperDebug", "ReplaceXM"]; + localStorage.setItem("UserScript-Setting-" + Name, defaultOffItems.includes(Name) ? "false" : "true"); + } + return localStorage.getItem("UserScript-Setting-" + Name) == "true"; + } catch (e) { + console.error(e); + if (UtilityEnabled("DebugMode")) { + 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."); + } + } +}; + +export const storeCredential = async (username, password) => { + if ('credentials' in navigator && window.PasswordCredential) { + try { + const credential = new PasswordCredential({ id: username, password: password }); + await navigator.credentials.store(credential); + } catch (e) { + console.error(e); + } + } +}; + +export const getCredential = async () => { + if ('credentials' in navigator && window.PasswordCredential) { + try { + return await navigator.credentials.get({ password: true, mediation: 'optional' }); + } catch (e) { + console.error(e); + } + } + return null; +}; + +export const clearCredential = async () => { + if ('credentials' in navigator && window.PasswordCredential) { + try { + await navigator.credentials.preventSilentAccess(); + } catch (e) { + console.error(e); + } + } +}; diff --git a/vite.config.js b/vite.config.js new file mode 100644 index 00000000..72f9bd13 --- /dev/null +++ b/vite.config.js @@ -0,0 +1,55 @@ +import { defineConfig } from 'vite'; +import monkey from 'vite-plugin-monkey'; + +export default defineConfig({ + plugins: [ + monkey({ + entry: 'src/main.js', + userscript: { + name: 'XMOJ', + namespace: 'https://github.com/XMOJ-Script-dev/XMOJ-Script', + version: '2.2.1', + description: 'XMOJ增强脚本', + author: 'XMOJ-Script-dev', + match: ['*://*.xmoj.tech/*'], + icon: 'https://www.google.com/s2/favicons?sz=64&domain=xmoj.tech', + grant: ['GM_xmlhttpRequest'], + }, + build: { + fileName: 'XMOJ.user.js', + }, + }), + ], + build: { + outDir: 'dist', + rollupOptions: { + input: 'src/main.js', + output: { + entryFileNames: 'XMOJ.user.js', + format: 'iife', + globals: { + $: '$', + marked: 'marked', + jquery: 'jQuery', + codemirror: 'CodeMirror', + 'file-saver': 'saveAs', + jszip: 'JSZip', + 'crypto-js': 'CryptoJS', + 'diff-match-patch': 'diff_match_patch', + dompurify: 'DOMPurify', + }, + }, + external: [ + '$', + 'codemirror', + 'crypto-js', + 'diff-match-patch', + 'dompurify', + 'file-saver', + 'jquery', + 'marked', + 'jszip', + ], + }, + }, +});