Skip to content

Commit

Permalink
Update AddonScript.js
Browse files Browse the repository at this point in the history
Signed-off-by: PTSQ-bot <admin@xmoj-bbs.me>
  • Loading branch information
ptsq-bot authored Aug 9, 2024
1 parent a948f30 commit 72de5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AddonScript.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if (localStorage.getItem("UserScript-handin-alert") == null) {
let InputValue = prompt("请勿滥用脚本的提交功能!参与模拟赛时请自觉!发生问题,脚本开发组概不负责");
if (InputValue != "2024") {
let InputValue = prompt("请勿滥用脚本的提交功能!参与模拟赛时请自觉!发生问题,脚本开发组概不负责!输入“我已知晓”关闭");
if (InputValue != "我已知晓") {
alert("请勿滥用脚本的提交功能!参与模拟赛时请自觉!发生问题,脚本开发组概不负责");
}
else {
Expand Down

0 comments on commit 72de5d4

Please sign in to comment.