+ Your console may already have custom firmware installed. Please retry Section I. If you still only reach the HOME menu, click the link below and ask, in English, for assistance.
+
+ Nintendo Homebrew on Discord
+
diff --git a/docs/get-started.md b/docs/get-started.md
index cc3ba47ccdd75..7dfa5c905788b 100644
--- a/docs/get-started.md
+++ b/docs/get-started.md
@@ -1,6 +1,8 @@
---
noneSelected: System model is required.
invalidVersion: This doesn't seem to be a valid system version.
+cfwPrefixDetected: Your console may already have custom firmware installed. Please retry Section I. If you still only reach the HOME menu, click the link below and ask, in English, for assistance.
+inviteLinkText: Nintendo Homebrew on Discord
otherPrefix: (Other)
head: [
['script', {src: '/assets/js/common.js'}],
diff --git a/docs/public/assets/js/selecting.js b/docs/public/assets/js/selecting.js
index 349b418b65aef..69d864264c03f 100644
--- a/docs/public/assets/js/selecting.js
+++ b/docs/public/assets/js/selecting.js
@@ -1,6 +1,6 @@
/*
Copyright (C) 2023 Gruetzig
- Copyright (C) 2023 Nintendo Homebrew
+ Copyright (C) 2025 Nintendo Homebrew
SPDX-License-Identifier: MIT
*/
@@ -180,7 +180,7 @@ function redirect() {
sessionStorage.setItem("selected_version", JSON.stringify({major, minor, nver, region, model}));
if(prefix != "Ver.") {
- window.location.href = "checking-for-cfw";
+ document.getElementById("result_cfwPrefixDetected").style.display = "block";
return true;
}