Go to file
Elijah Bansley a3e1a9fee0
Merge pull request #33 from tumGER/FixHekateEnglish
Fix Hekate Version Number
2018-07-23 08:58:09 -05:00
i18n Update spanish translation 2018-07-22 22:36:05 -05:00
.gitignore Possibly fixed banner issues 2018-05-19 09:24:31 -05:00
background-image.jpg Localize background image 2018-07-10 15:05:46 +02:00
favicon.png Add files via upload 2018-05-17 16:37:40 -05:00
i18n.js Add ReiNX (with SigPatches) 2018-07-22 22:31:48 -05:00
index.html Merge pull request #33 from tumGER/FixHekateEnglish 2018-07-23 08:58:09 -05:00
LICENSE Initial commit 2018-04-27 15:14:31 -07:00
main.js Add ReiNX (with SigPatches) 2018-07-22 22:31:48 -05:00
payloads.js Add ReiNX (with SigPatches) 2018-07-22 22:31:48 -05:00
README.md Small menu fix 2018-07-04 13:25:40 +02:00
style.css Localize background image 2018-07-10 15:05:46 +02:00

web-cfw-loader

Fusee Launcher, in a browser!

Description

This is a port of fusee-launcher to JavaScript using WebUSB. This has been mildly tested and appears to work on Linux, Android (unrooted), OSX and ChromeOS. Today, this only works on Chrome because only Chrome implements WebUSB. It also does NOT work on Windows because the WebUSB Windows implementation does not allow sending the required USB packet.

Forked

This is also a fork of web-fusee-launcher, which I fixed up a bit, added hekate 5 and 4, and did some CSS stuff.

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.