Update index.html

pull/1/merge
Elijah Bansley 2018-05-17 23:25:26 -05:00 committed by GitHub
parent a490761ad3
commit b0ba4fd99f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 21 deletions

View File

@ -23,28 +23,9 @@
<button class="btn" id="instructionsbutton" onclick="openInstructions();">Instructions</button>
<button class="btn" id="infobutton" onclick="openInfo();">Info</button>
/*<div>
<h4>Instructions:</h4>
<p>Put the Switch in RCM, and connect it to your device.</p>
<p>Select either the example payload, or upload one.</p>
<p>Press 'Run Payload!'</p>
<p>On the consent screen that appears, select 'APX' and hit confirm.</p>
<p>If all goes well, the payload will launch!</p>
</div>
<div id="infodiv">
<div>
<h4>Info:</h4>
<p>This is moderately tested. Although no issues have been discovered, I'm not responsible if anything goes wrong!</p>
<p>This does NOT work on Windows due to a limitation in the Chrome implementation of WebUSB (and probably other reasons!)</p>
<p>This does NOT currently work on any browser but Chrome, because they don't implement WebUSB.</p>
<p>On Linux, you might get an access denied error!
If you do, you can try creating a file at <code>/etc/udev/rules.d/50-switch.rules</code>
With the following contents:<br>
<code>SUBSYSTEM=="usb", ATTR{idVendor}=="0955", MODE="0664", GROUP="plugdev"</code>
</p>
<p>Hekate for 4.x has not been tested, as I do not have a 4.x switch. However, all other payloads will be tested as they are uploaded.</p>
<p>This has been tested and appears to work on Linux, OSX, Android (unrooted) and Chromebooks. Your mileage may vary.</p>
</div>*/
</div>
<div>
<h1>Load a Payload:</h1>