Small menu fix
parent
8f1edb81f6
commit
371a1412ea
|
@ -7,8 +7,5 @@ This is a port of [fusee-launcher](https://github.com/reswitched/fusee-launcher)
|
||||||
# Forked
|
# Forked
|
||||||
This is also a fork of [web-fusee-launcher](https://github.com/atlas44/web-fusee-launcher), which I fixed up a bit, added hekate 5 and 4, and did some CSS stuff.
|
This is also a fork of [web-fusee-launcher](https://github.com/atlas44/web-fusee-launcher), which I fixed up a bit, added hekate 5 and 4, and did some CSS stuff.
|
||||||
|
|
||||||
# Instant CFW Payload
|
|
||||||
This site uses a payload made by me that instantly boots CFW with hekate. you can find it [here](https://github.com/ElijahZAwesome/hekate-ipl-instant-boot-edition).
|
|
||||||
|
|
||||||
# Try it out
|
# Try it out
|
||||||
Either use a web server to host the files (must be on https, because of the fact that WebUSB is new technology and therefore has a lot of security restrictions) or you can try it [on github pages](https://elijahzawesome.github.io/web-cfw-loader/).
|
Either use a web server to host the files (must be on https, because of the fact that WebUSB is new technology and therefore has a lot of security restrictions) or you can try it [on github pages](https://elijahzawesome.github.io/web-cfw-loader/).
|
||||||
|
|
|
@ -101,10 +101,6 @@
|
||||||
|
|
||||||
<div class="col-xs-6">
|
<div class="col-xs-6">
|
||||||
<select class="pull-right" id="payloadSelect" onchange="onSelectChange()">
|
<select class="pull-right" id="payloadSelect" onchange="onSelectChange()">
|
||||||
<option value="instaboot" id="optionInstantV5">Instantly boot CFW (5.0.x)</option>
|
|
||||||
<option value="instabootv4" id="optionInstantV4">Instantly boot CFW (4.x)</option>
|
|
||||||
<option value="hekate v5" id="optionHekateV5" >Hekate for 5.0.x Switches</option>
|
|
||||||
<option value="hekate v4" id="optionHekateV4" >Hekate for 4.0.x Switches</option>
|
|
||||||
<option value="CTCaer_Hekate" id="optionHekateV4" >CTCaer's Hekate Mod v3.0 (All Firmwares)</option>
|
<option value="CTCaer_Hekate" id="optionHekateV4" >CTCaer's Hekate Mod v3.0 (All Firmwares)</option>
|
||||||
<option value="fusee" id="optionFusee" >(Re)Switched test payload (fusee)</option>
|
<option value="fusee" id="optionFusee" >(Re)Switched test payload (fusee)</option>
|
||||||
<option value="sx os" id="optionSXOS" >SX OS (All Firmwares)</option>
|
<option value="sx os" id="optionSXOS" >SX OS (All Firmwares)</option>
|
||||||
|
|
Loading…
Reference in New Issue