1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-26 01:44:20 +02:00

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

This commit is contained in:
lifehackerhansol
2023-05-24 02:40:12 +00:00
parent 155ccf81c1
commit 8f3f0eb357
5 changed files with 1145 additions and 6 deletions

View File

@@ -104,6 +104,9 @@ function redirect() {
else if (minor.value < 15 && isO3DS) {
window.location.href = "installing-boot9strap-(safecerthax)";
}
else if(isN3DS && region.value != "U" && (minor.value == 14 || minor.value == 15)) {
window.location.href = "updating-firmware-(new-3ds)";
}
// 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";
@@ -128,12 +131,9 @@ 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)";
else if(minor.value == 15) {
window.location.href = "updating-firmware-(kor-twn)";
}
*/
// 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";
@@ -158,6 +158,9 @@ function redirect() {
else if (minor.value < 15 && isO3DS) {
window.location.href = "installing-boot9strap-(safecerthax)";
}
else if(minor.value == 15) {
window.location.href = "updating-firmware-(kor-twn)";
}
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)";
}