From 344b1d6f4d50e5bfcbadd5a2336d6d91ab6a5bf5 Mon Sep 17 00:00:00 2001 From: lily Date: Mon, 10 Mar 2025 11:16:37 -0700 Subject: [PATCH] [TEMP] Remove skaterhax from guide path At time of commit skaterhax is nonfunctional due to server-side cert changes. --- docs/public/assets/js/selecting.js | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/docs/public/assets/js/selecting.js b/docs/public/assets/js/selecting.js index 6d0d5f76fe..3fc4d58014 100644 --- a/docs/public/assets/js/selecting.js +++ b/docs/public/assets/js/selecting.js @@ -87,24 +87,12 @@ function can_safecerthax(major, minor, native, region, model) { return false; } -// super-skaterhax +// super-skaterhax (stubbed due to cert changes) // N3DS only // EUR/JPN/USA: 11.15-11.17 // KOR: 11.15-11.16 only, KOR does not have 11.17 // CHN/TWN has no N3DS function can_superskaterhax(major, minor, native, region, model) { - let do_redirect = false; - // N3DS only - if(model == DEVICE_N3DS) { - if (major == 11) { - if (minor >= 15) do_redirect = true; - } - } - - if (do_redirect) { - window.location.href = "installing-boot9strap-(super-skaterhax)"; - return true; - } return false; } @@ -142,7 +130,7 @@ function can_mset9(major, minor, native, region, model) { - 11.4 - 11.14 - All regions - O3DS only - - super-skaterhax + - super-skaterhax (stubbed) - 11.15 - 11.17 - USA / EUR / JPN / KOR - N3DS only