From 015b3ea8ebd150c5b91dd0828b1deef3392cbece Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Feb 2026 09:28:40 +0000 Subject: [PATCH 1/2] 3.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c668d9a..9dd923ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xmoj-script", - "version": "3.1.2", + "version": "3.2.0", "description": "an improvement script for xmoj.tech", "main": "AddonScript.js", "scripts": { From e155083bc5c64d56c24c78fedb014c2c0b315204 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Feb 2026 09:28:41 +0000 Subject: [PATCH 2/2] Update to release 3.2.0 --- Update.json | 15 +++++++++++++++ XMOJ.user.js | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Update.json b/Update.json index baa8c19d..467e4c56 100644 --- a/Update.json +++ b/Update.json @@ -3370,6 +3370,21 @@ } ], "Notes": "Fixed additional stored XSS vulnerabilities where user-controlled data was inserted into innerHTML without sanitization." + }, + "3.2.0": { + "UpdateDate": 1771493320789, + "Prerelease": false, + "UpdateContents": [ + { + "PR": 910, + "Description": "Fix XSS in post title rendering" + }, + { + "PR": 911, + "Description": "Fix additional XSS vulnerabilities" + } + ], + "Notes": "No release notes were provided for this release." } } } \ No newline at end of file diff --git a/XMOJ.user.js b/XMOJ.user.js index 592d8ffc..74e4ef53 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name XMOJ -// @version 3.1.2 +// @version 3.2.0 // @description XMOJ增强脚本 // @author @XMOJ-Script-dev, @langningchen and the community // @namespace https://github/langningchen