From d692ed678fa1b9f5fd77132fa004108ada36a13e Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Fri, 19 May 2023 04:53:02 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hacks-gu?= =?UTF-8?q?ide/Guide=5F3DS@1c9e32aa8e89f07e03b321f0aa1bcc3a55d39086=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/selecting.js | 15 ++++++++------- feed.xml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/assets/js/selecting.js b/assets/js/selecting.js index f7ee965582..c5ac5e300a 100644 --- a/assets/js/selecting.js +++ b/assets/js/selecting.js @@ -28,15 +28,16 @@ function sslothable(s, n) { } // CVer:NVer map for KOR region +// KOR/CHN/TWN Old 3DS browser (spider) 1.7630 (v10240, shipped with 11.1~11.8) isn't supported by browserhax // CHN/TWN isn't validated for now as those cannot exploit atm -function sslothablekor(s, n) { +function sslothablekor(s, n, o) { if ( - (s == 4 && n == 33) || - (s == 5 && n == 34) || - (s == 6 && n == 35) || - (s == 7 && n == 35) || - (s == 8 && n == 35) || + (!o && s == 4 && n == 33) || + (!o && s == 5 && n == 34) || + (!o && s == 6 && n == 35) || + (!o && s == 7 && n == 35) || + (!o && s == 8 && n == 35) || (s == 9 && n == 36) || (s == 10 && n == 37) || (s == 12 && n == 38) || @@ -119,7 +120,7 @@ function redirect() { window.location.href = "installing-boot9strap-(soundhax)"; } // check for versions that are not cartupdated, cartupdated consoles cannot access the browser, see troubleshooting for solution - else if (sslothablekor(minor.value, nver.value)) { + else if (sslothablekor(minor.value, nver.value, isO3DS)) { window.location.href = "installing-boot9strap-(ssloth-browser)"; } else if (minor.value < 15 && isO3DS) { diff --git a/feed.xml b/feed.xml index e530dabbb8..e1c9e7271c 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2023-05-17T15:16:59+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file +Jekyll2023-05-19T04:52:51+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file