1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-25 09:30:58 +02:00

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";
}