Deploying to gh-pages from @ hacks-guide/Guide_3DS@9003b9e3b5 🚀

This commit is contained in:
lifehackerhansol 2023-05-23 13:58:35 +00:00
parent ce382abddc
commit 81653590b4
3 changed files with 5 additions and 11 deletions

View file

@ -89,9 +89,6 @@ function redirect() {
else if (major.value == 0) {
document.getElementById("result_invalidVersion").style.display = "block";
}
else if (major.value == 11 && minor.value == 17) {
document.getElementById("result_methodUnavailable").style.display = "block";
}
// only do things if major isnt 0, which would be invalid
else {
// USA/EUR/JPN things
@ -107,16 +104,13 @@ function redirect() {
else if (minor.value < 15 && isO3DS) {
window.location.href = "installing-boot9strap-(safecerthax)";
}
// new browserhax for latest version
/*
else if (isN3DS) {
window.location.href = "homebrew-launcher-(super-skaterhax)";
}
*/
// seedminer does still work for the latest version on E/U/J/K/T/C, but can only be chained on E/U/J/K/T
else if (major.value == 11 && minor.value == 16) {
window.location.href = "seedminer";
}
else if (major.value == 11 && minor.value == 17 && isN3DS && region.value != "U") {
window.location.href = "homebrew-launcher-(super-skaterhax)";
}
else {
document.getElementById("result_methodUnavailable").style.display = "block";
}

View file

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-05-23T10:56:38+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://3ds.hacks.guide/feed.xml" rel="self" type="application/atom+xml" /><link href="https://3ds.hacks.guide/" rel="alternate" type="text/html" /><updated>2023-05-23T13:58:22+00:00</updated><id>https://3ds.hacks.guide/feed.xml</id><title type="html">3DS Hacks Guide</title><subtitle>A complete guide to 3DS custom firmware</subtitle><author><name>Nintendo Homebrew</name></author></feed>

View file

@ -473,7 +473,7 @@ window.cookieconsent.initialise({
<h3 id="compatibility-notes">Compatibility Notes</h3>
<p>Super-skaterhax (when used to launch the Homebrew Launcher) is compatible with New models on version 11.16.0 in all regions except TWN/CHN.</p>
<p>Super-skaterhax (when used to launch the Homebrew Launcher) is compatible with New models on version 11.16.0 in all regions, and 11.17.0 in the EUR and JPN regions.</p>
<p class="notice--warning">The instructions provided only apply to the New 3DS, New 3DS XL, and New 2DS XL. Please ensure that the device you are modding is a New 3DS, New 3DS XL, or New 2DS XL before continuing.</p>