Deploying to gh-pages from @ hacks-guide/Guide_3DS@af2a26e8d0 🚀
This commit is contained in:
parent
9de535b72e
commit
e37c1b0c15
673 changed files with 22739 additions and 6019 deletions
43
404.html
43
404.html
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Page Not Found">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p class="notice--info">Sorry, but the page you were trying to view does not exist.</p>
|
||||
|
||||
|
@ -533,29 +551,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="A9LH to B9S">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -637,29 +655,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Alternate Exploits">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -606,29 +624,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="BannerBomb3 + Fredtool (TWN)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -774,29 +792,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="BannerBomb3">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -635,29 +653,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Checking for CFW">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -576,29 +594,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Contribute">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p>We’re glad to hear that you’d like to contribute to 3ds.hacks.guide! Here are a few ways that you can do so:</p>
|
||||
|
||||
|
@ -554,29 +572,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
43
credits.html
43
credits.html
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Credits">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p>This guide is currently maintained by: <strong>lifehackerhansol, lilyuwuu, eip618, ihaveamac, and adrot</strong>, with additional significant contributions from <strong>Gruetzig, danny8376, MechanicalDragon0687, and the various #community-resources members</strong> who provide valuable input.</p>
|
||||
|
||||
|
@ -620,29 +638,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="CTRTransfer">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -731,29 +749,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Page Not Found">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p class="notice--info">Entschuldige, aber die angeforderte Seite existiert nicht.</p>
|
||||
|
||||
|
@ -533,29 +551,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="A9LH zu B9S">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -637,29 +655,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Alternate Exploits">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -606,29 +624,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="BannerBomb3 + Fredtool (TWN)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -771,29 +789,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="BannerBomb3">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -632,29 +650,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Checking for CFW">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -576,29 +594,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Contribute">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p>We’re glad to hear that you’d like to contribute to 3ds.hacks.guide! Hier sind ein paar Möglichkeiten, wie du das tun kannst:</p>
|
||||
|
||||
|
@ -554,29 +572,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Credits">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p>This guide is currently maintained by: <strong>lifehackerhansol, lilyuwuu, eip618, ihaveamac, and adrot</strong>, with additional significant contributions from <strong>Gruetzig, danny8376, MechanicalDragon0687, and the various #community-resources members</strong> who provide valuable input.</p>
|
||||
|
||||
|
@ -620,29 +638,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="CTRTransfer">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -731,29 +749,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Dumping eShop DSiWare">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p>On this page, you will dump an installed DSiWare title from the eShop to your SD card.</p>
|
||||
|
||||
|
@ -564,29 +582,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Dumping Titles and Game Cartridges">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -717,29 +735,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="F3 (Linux)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -606,29 +624,36 @@ Average Reading speed: 9.42 MB/s
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="F3X (Mac)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -577,29 +595,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="F3XSwift (Mac)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -579,29 +597,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="FAQ">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -720,29 +738,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Dateierweiterungen (Windows)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -600,29 +618,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Setup abschließen">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -718,29 +736,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="ntrboot flashen (3DS Multi-System)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -611,29 +629,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
|
||||
|
@ -468,6 +484,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -482,6 +499,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -599,29 +617,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="ntrboot flashen (DSi)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -598,29 +616,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="ntrboot flashen (NDS)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -607,29 +625,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Formatting SD (Linux)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -601,29 +619,36 @@ mmcblk0 179:0 0 3,8G 0 disk
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Formatting SD (Mac)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -622,29 +640,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Formatting SD (Windows)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -628,29 +646,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Los geht’s">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -711,29 +729,36 @@ You currently cannot hack your 3DS on this version using the main methods. If yo
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Benutzung von GodMode9">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -720,29 +738,36 @@ Gesundheit & Sicherheitsinformationen zu injizieren, die größer sind als d
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="H2testw (Windows)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -580,29 +598,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -93,8 +92,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -137,10 +139,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--splash">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -161,13 +166,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -214,10 +222,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -261,6 +269,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -314,6 +323,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<section class="page__content" itemprop="text">
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -328,6 +339,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p class="notice--info">Lies alle Einleitungsseiten gründlich durch (einschließlich dieser), bevor du fortfährst.</p>
|
||||
|
||||
<div class="notice--danger">
|
||||
|
@ -401,29 +414,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (freakyhax)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -657,29 +675,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (Fredtool-Inject)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -742,29 +760,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installieren von boot9strap (Hardmod)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -834,29 +852,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (kartdlphax)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -777,29 +795,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (Kartminer7)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -744,29 +762,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (menuhax)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -659,29 +677,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (ninjhax2-dx)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -657,29 +675,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installieren von boot9strap (ntrboot)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -851,29 +869,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (petit-compwner)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -665,29 +683,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (PicHaxx)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -679,29 +697,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (safecerthax)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -708,29 +726,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (smilehax-IIe)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -676,29 +694,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installation von boot9strap (Soundhax)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -659,29 +677,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (SSLoth-Browser)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -696,29 +714,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (Steelhax)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -686,29 +704,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (super-skaterhax)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -679,29 +697,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Key Information">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -655,29 +673,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="EmuNAND transferieren">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -774,29 +792,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="ntrboot">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -751,29 +769,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Datenschutzerklärung">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<h3 id="cookies">Cookies</h3>
|
||||
|
||||
|
@ -557,29 +575,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Wechseln der Region">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -792,29 +810,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Restoring / Updating CFW">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -577,29 +595,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Seedminer (Alternate)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -683,29 +701,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Seedminer (Mii)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -668,29 +686,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Seedminer (TWN)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -652,29 +670,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Seedminer">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -653,29 +671,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Seitennavigation">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<div class="notice--info">
|
||||
|
@ -605,29 +623,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Problembehandlung">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p>Diese Seite gibt Anweisungen und Lösungen für oft auftretende Fehler. Wenn diese Seite das Problem nicht lösen kann, tritt bitte <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> und beschreibe dein Problem, zusätzlich mit dem, was du schon versucht hast.</p>
|
||||
|
||||
|
@ -1362,29 +1380,36 @@ However, if you do not know the PIN and therefore cannot access the console’s
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="CFW deinstallieren">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -778,29 +796,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="B9S aktualisieren">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -620,29 +638,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Updating Firmware (KOR)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<h3 id="lesen-erforderlich">Lesen erforderlich</h3>
|
||||
|
||||
|
@ -554,29 +572,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Updating Firmware (New 3DS)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<h3 id="lesen-erforderlich">Lesen erforderlich</h3>
|
||||
|
||||
|
@ -554,29 +572,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/de_DE/site-navigation">Seitennavigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Updating Firmware (TWN)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<h3 id="lesen-erforderlich">Lesen erforderlich</h3>
|
||||
|
||||
|
@ -554,29 +572,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Seitennavigation</a> - <a href="privacy-policy">Datenschutzerklärung</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Dumping eShop DSiWare">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p>On this page, you will dump an installed DSiWare title from the eShop to your SD card.</p>
|
||||
|
||||
|
@ -564,29 +582,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/site-navigation">Site Navigation</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Dumping Titles and Game Cartridges">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -717,29 +735,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Site Navigation</a> - <a href="privacy-policy">Privacy Policy</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Page Not Found">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p class="notice--info">Lo sentimos, la página que intentas ver no existe.</p>
|
||||
|
||||
|
@ -533,29 +551,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="A9LH a B9S">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -637,29 +655,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Alternate Exploits">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -606,29 +624,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="BannerBomb3 + Fredtool (TWN)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -774,29 +792,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="BannerBomb3">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -635,29 +653,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Comprobación de CFW">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -576,29 +594,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Contribute">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p>We’re glad to hear that you’d like to contribute to 3ds.hacks.guide! Estas son algunas maneras en las que puedes hacerlo:</p>
|
||||
|
||||
|
@ -554,29 +572,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Credits">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p>This guide is currently maintained by: <strong>lifehackerhansol, lilyuwuu, eip618, ihaveamac, and adrot</strong>, with additional significant contributions from <strong>Gruetzig, danny8376, MechanicalDragon0687, and the various #community-resources members</strong> who provide valuable input.</p>
|
||||
|
||||
|
@ -620,29 +638,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="CTRTransfer">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -731,29 +749,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Dumping eShop DSiWare">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<p>On this page, you will dump an installed DSiWare title from the eShop to your SD card.</p>
|
||||
|
||||
|
@ -564,29 +582,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Volcar Títulos y Cartuchos de Juegos">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -717,29 +735,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="F3 (Linux)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -606,29 +624,36 @@ Average Reading speed: 9.42 MB/s
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="F3X (Mac)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -579,29 +597,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="F3XSwift (Mac)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -579,29 +597,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Preguntas Frecuentes">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -720,29 +738,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Extensiones de archivo (Windows)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -600,29 +618,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Finalizar instalación">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -718,29 +736,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Flashear ntrboot (Dos consolas 3DS)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -611,29 +629,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Flashear ntrboot (Una consola 3DS)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -600,29 +618,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Flashear ntrboot (DSi)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -598,29 +616,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Flashear ntrboot (NDS)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -607,29 +625,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
|
||||
|
@ -468,6 +484,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -482,6 +499,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -600,29 +618,36 @@ mmcblk0 179:0 0 3,8G 0 disk
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Formatear una tarjeta SD (Mac)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -622,29 +640,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Formatear una tarjeta SD (Windows)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -628,29 +646,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Comencemos">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -711,29 +729,36 @@ You currently cannot hack your 3DS on this version using the main methods. If yo
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Usos de GodMode9">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -719,29 +737,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
||||
-->
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<html lang="en" class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
@ -91,8 +90,11 @@
|
|||
|
||||
|
||||
<!-- start custom head snippets -->
|
||||
|
||||
<!-- insert favicons. use http://realfavicongenerator.net/ -->
|
||||
|
||||
<!-- hacks-guide change start: cookie consent, favicon, locales -->
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png?v=PYEmwKvQAx">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png?v=PYEmwKvQAx" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-194x194.png?v=PYEmwKvQAx" sizes="194x194">
|
||||
|
@ -135,10 +137,13 @@ window.cookieconsent.initialise({
|
|||
}
|
||||
})});
|
||||
</script>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<!-- end custom head snippets -->
|
||||
|
||||
</head>
|
||||
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
<body class="layout--single">
|
||||
<nav class="skip-links">
|
||||
<ul>
|
||||
|
@ -159,13 +164,16 @@ window.cookieconsent.initialise({
|
|||
<div class="masthead__menu">
|
||||
<nav id="site-nav" class="greedy-nav">
|
||||
|
||||
<!-- <a class="site-title" href="/">
|
||||
<!-- hacks-guide change start: disable default masthead title -->
|
||||
<!--
|
||||
<a class="site-title" href="/">
|
||||
3DS Hacks Guide
|
||||
|
||||
</a>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
<ul class="visible-links">
|
||||
<!-- modified to use multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: multi-language configuration -->
|
||||
|
||||
|
||||
|
||||
|
@ -212,10 +220,10 @@ window.cookieconsent.initialise({
|
|||
<li class="masthead__menu-item"><a href="/es_ES/site-navigation">Navegación del sitio</a></li>
|
||||
|
||||
|
||||
<!-- end guide specific -->
|
||||
<!-- hacks-guide change end -->
|
||||
</ul>
|
||||
|
||||
<!-- completely redo hidden links for multilang, guide-specific -->
|
||||
<!-- hacks-guide change start: Add language selector -->
|
||||
<ul class="hidden-links links-menu hidden"></ul>
|
||||
<ul class="hidden-links lang-menu hidden">
|
||||
|
||||
|
@ -259,6 +267,7 @@ window.cookieconsent.initialise({
|
|||
<div class="navicon"></div>
|
||||
</button>
|
||||
<button class="greedy-nav__toggle_lang"><div class="langicon"><i class="fa fa-language fa-lg" aria-hidden="true"></i></div></button>
|
||||
<!-- hacks-guide change end -->
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -271,7 +280,9 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div id="main" role="main">
|
||||
<!--
|
||||
<!-- hacks-guide change start: Implement progress table, replace existing sidebar -->
|
||||
<!--
|
||||
|
||||
<div class="sidebar sticky">
|
||||
|
||||
|
||||
|
@ -285,7 +296,8 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<div class="sidebar sticky" style="display: none;">
|
||||
|
||||
<!-- hacks-guide change start: Refactor entire subsection to allow using translations -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -445,9 +457,13 @@ window.cookieconsent.initialise({
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- hacks-guide change end-->
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="H2testw (Windows)">
|
||||
|
@ -469,6 +485,7 @@ window.cookieconsent.initialise({
|
|||
<section class="page__content" itemprop="text">
|
||||
|
||||
|
||||
<!-- hacks-guide change start -->
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -483,6 +500,7 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
<hr>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
<aside class="sidebar__right">
|
||||
<nav class="toc">
|
||||
|
@ -580,29 +598,36 @@ window.cookieconsent.initialise({
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- hacks-guide change start: force disable atom feed-->
|
||||
<!--
|
||||
|
||||
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
|
||||
|
||||
</ul>
|
||||
-->
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- custom footer, guide specific -->
|
||||
<!-- hacks-guide change start: custom footer -->
|
||||
|
||||
|
||||
|
||||
<div class="page__footer-copyright">© 2023 Nintendo Homebrew. - <a href="site-navigation">Navegación del sitio</a> - <a href="privacy-policy">Política de Privacidad</a> <!-- Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.--></div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
<script src="/assets/js/main.min.js"></script>
|
||||
|
||||
|
||||
<!-- for guide purposes all caching is removed and is separately built. -->
|
||||
<!-- hacks-guide change start: Disable caching -->
|
||||
|
||||
<!-- hacks-guide change end -->
|
||||
|
||||
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue