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

This commit is contained in:
lifehackerhansol 2023-04-13 09:58:41 +00:00
parent 7282425ef5
commit 9913bcaf78
14 changed files with 71 additions and 63 deletions

View file

@ -75,15 +75,15 @@ function redirect() {
var minor = document.getElementById("minor");
var nver = document.getElementById("nver");
var region = document.getElementById("region");
var isN3DS = document.getElementById("new3DS").checked;
var isO3DS = document.getElementById("old3DS").checked;
//var isN3DS = document.getElementById("new3DS").checked;
//var isO3DS = document.getElementById("old3DS").checked;
document.getElementById("result_noneSelected").style.display = "none";
document.getElementById("result_invalidVersion").style.display = "none";
document.getElementById("result_methodUnavailable").style.display = "none";
if ((!isN3DS) && (!isO3DS)) {
document.getElementById("result_noneSelected").style.display = "block";
}
else if (major.value == 0) {
//if ((!isN3DS) && (!isO3DS)) {
// document.getElementById("result_noneSelected").style.display = "block";
//}
if (major.value == 0) {
document.getElementById("result_invalidVersion").style.display = "block";
}
// only do things if major isnt 0, which would be invalid
@ -102,9 +102,11 @@ function redirect() {
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 {
window.location.href = "seedminer";
@ -123,9 +125,12 @@ 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 {
window.location.href = "seedminer";

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<table id="modeltable" class="modeltable" style="display:none">
<!-- <table id="modeltable" class="modeltable" style="display:none">
<thead>
<th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th>
</thead>
<tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td>
</tbody>
</table>
</table> -->
<div id="selectversion" class="selectversion" style="display:none">
<br />
<select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div>
<script>
document.getElementById("modeltable").style.display = "block";
//document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block";
</script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<table id="modeltable" class="modeltable" style="display:none">
<!-- <table id="modeltable" class="modeltable" style="display:none">
<thead>
<th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th>
</thead>
<tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td>
</tbody>
</table>
</table> -->
<div id="selectversion" class="selectversion" style="display:none">
<br />
<select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div>
<script>
document.getElementById("modeltable").style.display = "block";
//document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block";
</script>

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-04-13T09:16:41+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-04-13T09:58:31+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

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<table id="modeltable" class="modeltable" style="display:none">
<!-- <table id="modeltable" class="modeltable" style="display:none">
<thead>
<th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th>
</thead>
<tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td>
</tbody>
</table>
</table> -->
<div id="selectversion" class="selectversion" style="display:none">
<br />
<select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div>
<script>
document.getElementById("modeltable").style.display = "block";
//document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block";
</script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<table id="modeltable" class="modeltable" style="display:none">
<!-- <table id="modeltable" class="modeltable" style="display:none">
<thead>
<th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th>
</thead>
<tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td>
</tbody>
</table>
</table> -->
<div id="selectversion" class="selectversion" style="display:none">
<br />
<select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div>
<script>
document.getElementById("modeltable").style.display = "block";
//document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block";
</script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>A korrrekt metódushoz az eszközödhöz, kérjük add meg azt a rendszer verziót, amit a II. részben találtál.</p>
<table id="modeltable" class="modeltable" style="display:none">
<!-- <table id="modeltable" class="modeltable" style="display:none">
<thead>
<th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th>
</thead>
<tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td>
</tbody>
</table>
</table> -->
<div id="selectversion" class="selectversion" style="display:none">
<br />
<select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div>
<script>
document.getElementById("modeltable").style.display = "block";
//document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block";
</script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>Per trovare il metodo corretto per la tua console, inserisci la versione di sistema che hai trovato nella Sezione II.</p>
<table id="modeltable" class="modeltable" style="display:none">
<!-- <table id="modeltable" class="modeltable" style="display:none">
<thead>
<th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th>
</thead>
<tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td>
</tbody>
</table>
</table> -->
<div id="selectversion" class="selectversion" style="display:none">
<br />
<select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div>
<script>
document.getElementById("modeltable").style.display = "block";
//document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block";
</script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>올바른 방법을 사용하기 위해, 섹션 II에서 확인한 시스템 버전을 입력해 주세요.</p>
<table id="modeltable" class="modeltable" style="display:none">
<!-- <table id="modeltable" class="modeltable" style="display:none">
<thead>
<th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th>
</thead>
<tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td>
</tbody>
</table>
</table> -->
<div id="selectversion" class="selectversion" style="display:none">
<br />
<select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div>
<script>
document.getElementById("modeltable").style.display = "block";
//document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block";
</script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<table id="modeltable" class="modeltable" style="display:none">
<!-- <table id="modeltable" class="modeltable" style="display:none">
<thead>
<th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th>
</thead>
<tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td>
</tbody>
</table>
</table> -->
<div id="selectversion" class="selectversion" style="display:none">
<br />
<select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div>
<script>
document.getElementById("modeltable").style.display = "block";
//document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block";
</script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>Para encontrar o método correto para o seu dispositivo, por favor digite a versão do sistema que encontrou na Seção II.</p>
<table id="modeltable" class="modeltable" style="display:none">
<!-- <table id="modeltable" class="modeltable" style="display:none">
<thead>
<th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th>
</thead>
<tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td>
</tbody>
</table>
</table> -->
<div id="selectversion" class="selectversion" style="display:none">
<br />
<select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div>
<script>
document.getElementById("modeltable").style.display = "block";
//document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block";
</script>

View file

@ -555,7 +555,10 @@ window.cookieconsent.initialise({
<details>
<summary><u>We were unable to successfully complete your bruteforce request. :`(</u></summary>
<p>The website has determined that your <code class="language-plaintext highlighter-rouge">movable.sed</code> cannot be brute-forced. Ensure that you gave the correct ID0 to the website. If your ID0 is correct, then you will be unable to use Seedminer and you will have to use an alternate method that will require additional games or hardware.</p>
<p>The website has determined that your <code class="language-plaintext highlighter-rouge">movable.sed</code> cannot be brute-forced. Ensure that you gave the correct ID0 to the website. If your ID0 is correct, then you will be unable to use Seedminer and you will have to use an alternate method.</p>
<p>If you have a New 3DS / New 3DS XL / New 2DS XL (as indicated by the four shoulder buttons on the back and the C-Stick on the right), you can follow <a href="homebrew-launcher-(super-skaterhax)">Homebrew Launcher (super-skaterhax)</a>. Otherwise, you will need to follow a method that requires additional games or hardware.</p>
</details>
<h2 id="bannerbomb3">BannerBomb3</h2>

View file

@ -486,16 +486,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<table id="modeltable" class="modeltable" style="display:none">
<!-- <table id="modeltable" class="modeltable" style="display:none">
<thead>
<th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th>
</thead>
<tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td>
</tbody>
</table>
</table> -->
<div id="selectversion" class="selectversion" style="display:none">
<br />
<select id="major">
@ -595,7 +595,7 @@ window.cookieconsent.initialise({
</div>
<script>
document.getElementById("modeltable").style.display = "block";
//document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block";
</script>

View file

@ -485,16 +485,16 @@ window.cookieconsent.initialise({
<p>To find the correct method for your device, please enter the system version you found in Section II.</p>
<table id="modeltable" class="modeltable" style="display:none">
<!-- <table id="modeltable" class="modeltable" style="display:none">
<thead>
<th><div align="center">Old 3DS/2DS</div></th>
<th><div align="center">New 3DS/2DS</div></th>
</thead>
<tbody>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/2ds.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="old3DS" /></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS" /> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS" /> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS" /><br /><br /><input type="radio" name="checkbox" id="new3DS" /></td>
<td> <img class="tableimage" src="/images/old3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/old3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/2ds.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="old3DS"></td>
<td> <img class="tableimage" src="/images/new3ds.png" alt="old 3DS"> <img class="tableimage" src="/images/new3dsxl.png" alt="old 3DS"> <img class="tableimage" src="/images/new2dsxl.png" alt="old 3DS"><br><br><input type="radio" name="checkbox" id="new3DS"></td>
</tbody>
</table>
</table> -->
<div id="selectversion" class="selectversion" style="display:none">
<br />
<select id="major">
@ -594,7 +594,7 @@ window.cookieconsent.initialise({
</div>
<script>
document.getElementById("modeltable").style.display = "block";
//document.getElementById("modeltable").style.display = "block";
document.getElementById("selectversion").style.display = "block";
</script>