wababc / web-cfw-loader

A payload launcher made in javascript for the Nintendo Switch

Home Page:https://webcfw.sdsetup.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Credit

@ElijahZAwesome for creating, maintaining and tranferring the repo

About

A payload launcher made in javascript for the Nintendo Switch

https://webcfw.sdsetup.com/

License:MIT License


Languages

Language:JavaScript 75.8%Language:HTML 21.8%Language:CSS 2.3%