xmoj-script 1.1.61 → 1.1.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Update.json CHANGED
@@ -1502,6 +1502,28 @@
1502
1502
  }
1503
1503
  ],
1504
1504
  "Notes": "No release notes were provided for this release."
1505
+ },
1506
+ "1.1.62": {
1507
+ "UpdateDate": 1714208364065,
1508
+ "Prerelease": true,
1509
+ "UpdateContents": [
1510
+ {
1511
+ "PR": 519,
1512
+ "Description": "Refresh Short Messages at fixed intervals (experimental)"
1513
+ }
1514
+ ],
1515
+ "Notes": "No release notes were provided for this release."
1516
+ },
1517
+ "1.1.63": {
1518
+ "UpdateDate": 1714740837007,
1519
+ "Prerelease": true,
1520
+ "UpdateContents": [
1521
+ {
1522
+ "PR": 522,
1523
+ "Description": "chore: 删除被 @boomzero 除名的开发组成员"
1524
+ }
1525
+ ],
1526
+ "Notes": "No release notes were provided for this release."
1505
1527
  }
1506
1528
  }
1507
1529
  }
package/XMOJ.user.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // ==UserScript==
2
2
  // @name XMOJ
3
- // @version 1.1.61
3
+ // @version 1.1.63
4
4
  // @description XMOJ增强脚本
5
5
  // @author @XMOJ-Script-dev, @langningchen and the community
6
6
  // @namespace https://github/langningchen
@@ -38,7 +38,7 @@
38
38
  * You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
39
39
  */
40
40
  const CaptchaSiteKey = "0x4AAAAAAALBT58IhyDViNmv";
41
- const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin", "zhouyiqing", "shihongxi"];
41
+ const AdminUserList = ["zhuchenrui2", "shanwenxiao", "admin", "shihongxi"];
42
42
 
43
43
  let PurifyHTML = (Input) => {
44
44
  return DOMPurify.sanitize(Input, {
@@ -3871,6 +3871,7 @@ int main()
3871
3871
  });
3872
3872
  RefreshMessage(false);
3873
3873
  addEventListener("focus", RefreshMessage);
3874
+ setInterval(RefreshMessage, 500);
3874
3875
  }
3875
3876
  } else if (location.pathname.indexOf("/discuss3") != -1) {
3876
3877
  if (UtilityEnabled("Discussion")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xmoj-script",
3
- "version": "1.1.61",
3
+ "version": "1.1.63",
4
4
  "description": "an improvement script for xmoj.tech",
5
5
  "main": "AddonScript.js",
6
6
  "scripts": {