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:
@@ -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
|
||||
|
Reference in New Issue
Block a user