1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-26 18:04:40 +02:00

Deploying to gh-pages from @ hacks-guide/Guide_3DS@8828aa4bfa 🚀

This commit is contained in:
lifehackerhansol
2023-05-23 00:50:08 +00:00
parent a1f28b2e5a
commit f67eaf8a5a
5 changed files with 29 additions and 60 deletions

View File

@@ -114,9 +114,12 @@ function redirect() {
}
*/
// 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 {
else if (major.value == 11 && minor.value == 16) {
window.location.href = "seedminer";
}
else {
document.getElementById("result_methodUnavailable").style.display = "block";
}
}
//korea stuff
else if (region.value === "K") {
@@ -138,9 +141,12 @@ function redirect() {
}
*/
// 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 {
else if (major.value == 11 && minor.value == 16) {
window.location.href = "seedminer";
}
else {
document.getElementById("result_methodUnavailable").style.display = "block";
}
}
//taiwan stuff
else if (region.value === "T") {
@@ -155,12 +161,15 @@ function redirect() {
window.location.href = "installing-boot9strap-(ssloth-browser)";
}
*/
else if (minor < 15 && isO3DS) {
else if (minor.value < 15 && isO3DS) {
window.location.href = "installing-boot9strap-(safecerthax)";
}
else { //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) { //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
window.location.href = "seedminer-(twn)";
}
else {
document.getElementById("result_methodUnavailable").style.display = "block";
}
}
// chn stuff
else if (region.value === "C") {
@@ -175,7 +184,7 @@ function redirect() {
window.location.href = "installing-boot9strap-(ssloth-browser)";
}
*/
else if (minor < 15 && isO3DS) {
else if (minor.value < 15 && isO3DS) {
window.location.href = "installing-boot9strap-(safecerthax)";
}
// seedminer itself works on CHN. But no exploit *chain* supports CHN