Skip to content

Commit 4cf2678

Browse files
Update ServerURL for script debugging
Signed-off-by: Shan Wenxiao <seanoj_noreply@yeah.net>
1 parent 51f6bb2 commit 4cf2678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

XMOJ.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ if (UtilityEnabled("AutoLogin") && document.querySelector("body > a:nth-child(1)
923923
}
924924

925925
let SearchParams = new URLSearchParams(location.search);
926-
let ServerURL = (UtilityEnabled("DebugMode") ? "https://ghpages.xmoj-bbs.me/" : "https://www.xmoj-bbs.me")
926+
let ServerURL = (UtilityEnabled("DebugMode") ? "https://ghpages.xmoj-script.uk/" : "https://www.xmoj-script.uk")
927927
if (document.querySelector("#profile") === null && !logined) {
928928
location.href = "https://www.xmoj.tech/loginpage.php";
929929
}

0 commit comments

Comments
 (0)