Go to file
Elijah Bansley 5fef412b04 updated payloads 2019-01-05 13:31:18 -06:00
i18n Update html / translation 2018-10-03 21:20:20 +02:00
.gitignore Possibly fixed banner issues 2018-05-19 09:24:31 -05:00
LICENSE Initial commit 2018-04-27 15:14:31 -07:00
README.md Update README.md 2018-11-04 21:54:48 -06: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
hekate_ctcaer_4.2.bin added payload for testing purposes 2018-10-21 13:33:14 -05:00
i18n.js merge 2018-07-23 21:43:02 +02:00
index.html updated payloads 2019-01-05 13:31:18 -06:00
main.js Update main.js 2018-10-21 14:44:32 -05:00
payloads.js updated payloads 2019-01-05 13:31:18 -06:00
style.css Localize background image 2018-07-10 15:05:46 +02:00

README.md

This repo is no longer being updated. I wish I could, but WebUSB is not going to be supported by most other browsers than Chrome due to its inability to be secured, and there is no way to write to a USB drive (and by extension a SD Card) so you can't write a script to load SDFiles quickly. Feel free to make pull requests, I may commit them, but I officially won't be trying to update this anymore. If you look at the code, I attempted to add the ability to download the latest payload from github and load it, but I failed. If you can get that working, I will accept that pull req

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.