web-cfw-loader/README.md

28 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2018-05-17 21:28:18 +00:00
# web-cfw-loader
2018-04-27 22:14:31 +00:00
Fusee Launcher, in a browser!
2020-05-12 22:44:59 +00:00
This project is published under the MIT license, you can find more information [here](https://github.com/lordfriky/web-cfw-loader/blob/master/LICENSE).
2018-04-27 23:01:52 +00:00
# Description
2020-05-12 22:44:59 +00:00
This is a port of [fusee-launcher](https://github.com/Qyriad/fusee-launcher) to JavaScript using WebUSB. This appears to work on Linux, Android (unrooted), macOS and Chrome OS. Windows support is still extremely unstable and it seems to only work sometimes.
Supported browsers are Edge, Chrome, Opera and Chrome for Android. You can check the WebUSB browser compatibility list [here](https://caniuse.com/#feat=webusb).
2018-05-17 21:28:18 +00:00
2018-04-27 23:01:52 +00:00
# Try it out
2020-05-16 01:59:22 +00:00
Either use a web server to host the files or you can try it [here](https://lordfriky.github.io/web-cfw-loader).
2019-02-10 15:07:49 +00:00
# Contribute to this project
2020-05-12 22:44:59 +00:00
If you want to add a new translation or update/add a payload, see [CONTRIBUTING](https://github.com/lordfriky/web-cfw-loader/blob/master/CONTRIBUTING.md).
2019-02-10 15:07:49 +00:00
2020-05-12 22:44:59 +00:00
# Credits and thanks
2020-05-12 22:44:59 +00:00
- [**ktemkin**](https://github.com/ktemkin) and [**ReSwitched**](https://github.com/reswitched): For creating Fusée Gelée and fusee-launcher.
- [**Atlas44**](https://github.com/atlas44): For creating [web-fusee-launcher](https://github.com/atlas44/web-fusee-launcher).
2019-09-29 11:20:56 +00:00
- [**ElijahZAwesome**](https://github.com/ElijahZAwesome): For originally maintaining this repository.
2020-05-12 22:44:59 +00:00
- [**AtlasNX**](https://github.com/AtlasNX): For entrusting me with this project.
- [**falquinho**](https://github.com/falquinho): For his Bootstrap layout.
- [**Wiilf**](https://github.com/Wiilf): For giving me sugestions and motivation to update this project.
2019-09-29 11:20:56 +00:00
- All those who actively contribute to the repository.