--- layout: default --- {% include base_path %} {% if page.header.overlay_color or page.header.overlay_image or page.header.image %} {% include page__hero.html %} {% endif %} {% if page.url != "/" and site.breadcrumbs %} {% unless paginator %} {% include breadcrumbs.html %} {% endunless %} {% endif %} <div id="main" role="main"> {% include sidebar.html %} <article class="page" itemscope itemtype="http://schema.org/CreativeWork"> {% if page.title %}<meta itemprop="headline" content="{{ page.title | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %} {% if page.excerpt %}<meta itemprop="description" content="{{ page.excerpt | markdownify | strip_html | strip_newlines | escape_once }}">{% endif %} {% if page.date %}<meta itemprop="datePublished" content="{{ page.date | date: "%B %d, %Y" }}">{% endif %} {% if page.modified %}<meta itemprop="dateModified" content="{{ page.modified | date: "%B %d, %Y" }}">{% endif %} <div class="page__inner-wrap"> {% unless page.header.overlay_color or page.header.overlay_image %} <header> {% if page.title %}<h1 class="page__title" itemprop="headline">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }}</h1>{% endif %} {% if page.read_time %} <p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p> {% endif %} </header> {% endunless %} <section class="page__content" itemprop="text"> {{ content }} {% if page.link %}<div><a href="{{ page.link }}" class="btn">{{ site.data.ui-text[site.locale].ext_link_label | default: "Direct Link" }}</a></div>{% endif %} <center> <div class ="notice--info"><b>For support, ask for help at <a href="https://www.reddit.com/r/3dshacks/wiki/irc">#3dshacks on Rizon IRC</a> or <a href="https://discord.gg/MWxPgEp">3DS Hacking on Discord</a>.</b></div> <div class ="notice--info"><b>If you appreciate this guide, I accept <a href="donations">Donations</a> through both Bitcoin and PayPal.</b></div> <div class ="notice--info"><b>If you would like to support me by using my Amazon referral links, you can find those here.<br><a data-amazon-tld="com" href="https://www.amazon.com/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank"><span style="font-size:18px;">United States</span></a><span style="font-size:18px;"> -</span> <span style="font-size:18px;"><a data-amazon-tld="ca" href="https://www.amazon.ca/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">Canada</a></span><span style="font-size:18px;"> -</span> <span style="font-size:18px;"><a data-amazon-tld="co.uk" href="https://www.amazon.co.uk/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">United Kingdom</a></span><span style="font-size:18px;"> -</span> <span style="font-size:18px;"><a data-amazon-tld="de" href="https://www.amazon.de/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">Germany</a> </span><span style="font-size:18px;">-</span> <a data-amazon-tld="es" href="https://www.amazon.es/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank"><span style="font-size:18px;">Spain </span></a><span style="font-size:18px;">-</span> <span style="font-size:18px;"><a data-amazon-tld="fr" href="https://www.amazon.fr/?_encoding=UTF8&camp=1789&creative=390957&linkCode=ur2&tag=plailect-20" rel="external nofollow noopener noreferrer" target="_blank">France </a></span></b></div> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Guide --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6670011780914577" data-ad-slot="2889110246" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <div class="alignleft"> <script type="text/javascript"> amzn_assoc_ad_type = "banner"; amzn_assoc_marketplace = "amazon"; amzn_assoc_region = "US"; amzn_assoc_placement = "assoc_banner_placement_default"; amzn_assoc_campaigns = "electronics"; amzn_assoc_banner_type = "rotating"; amzn_assoc_p = "48"; amzn_assoc_width = "728"; amzn_assoc_height = "90"; amzn_assoc_tracking_id = "plailect-20"; amzn_assoc_linkid = "cafdc4bb54991381b302c686f3ddcaeb"; </script> <script src="//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1"></script> </div> </center> </section> <footer class="page__meta"> {% if site.data.ui-text[site.locale].meta_label %} <h4 class="page__meta-title">{{ site.data.ui-text[site.locale].meta_label }}</h4> {% endif %} {% include page__taxonomy.html %} {% if page.modified %} <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</strong> <time datetime="{{ page.modified | date: "%Y-%m-%d" }}">{{ page.modified | date: "%B %d, %Y" }}</time></p> {% elsif page.date %} <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Updated:" }}</strong> <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %d, %Y" }}</time></p> {% endif %} </footer> {% if page.share %}{% include social-share.html %}{% endif %} {% include post_pagination.html %} </div> {% if site.comments.provider and page.comments %} {% include comments.html %} {% endif %} </article> {% comment %}<!-- only show related on a post page when not disabled -->{% endcomment %} {% if page.id and page.related and site.related_posts.size > 0 %} <div class="page__related"> {% if site.data.ui-text[site.locale].related_label %} <h4 class="page__related-title">{{ site.data.ui-text[site.locale].related_label | default: "You May Also Enjoy" }}</h4> {% endif %} <div class="grid__wrapper"> {% for post in site.related_posts limit:4 %} {% include archive-single.html type="grid" %} {% endfor %} </div> </div> {% endif %} </div>