mirror of
https://github.com/lordfriky/web-cfw-loader.git
synced 2025-01-23 21:11:28 +00:00
Starting transition
This commit is contained in:
parent
a6f58f9095
commit
0959f79af9
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 atlas44
|
||||
Copyright (c) 2018 atlas44 & Lord Friky
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
16
README.md
16
README.md
@ -1,19 +1,21 @@
|
||||
# web-cfw-loader
|
||||
Fusee Launcher, in a browser!
|
||||
This project is published under the MIT license, you can find more information [here](https://github.com/lordfriky/web-cfw-loader/blob/master/LICENSE).
|
||||
|
||||
# Description
|
||||
This is a port of [fusee-launcher](https://github.com/reswitched/fusee-launcher) to JavaScript using WebUSB. This appears to work on Linux, Android (unrooted), OSX and ChromeOS. Windows support is still extremely unstable and it seems to only work on sometimes.
|
||||
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).
|
||||
|
||||
# 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 [here](https://webcfw.sdsetup.com/).
|
||||
Either use a web server to host the files or you can try it [here](https://webcfw.sdsetup.com/).
|
||||
|
||||
# Contribute to this project
|
||||
If you want to add a new translation or update/add a payload, see [CONTRIBUTING](https://github.com/AtlasNX/web-cfw-loader/blob/master/CONTRIBUTING.md).
|
||||
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).
|
||||
|
||||
# Credits
|
||||
# Credits and thanks
|
||||
- [**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).
|
||||
- [**ElijahZAwesome**](https://github.com/ElijahZAwesome): For originally maintaining this repository.
|
||||
- [**AtlasNX**](https://github.com/AtlasNX): For entrusting me with this project.
|
||||
- [**falquinho**](https://github.com/falquinho): For his Bootstrap layout.
|
||||
- All those who actively contribute to the repository.
|
||||
|
||||
# Forked
|
||||
This is a fork of [web-fusee-launcher](https://github.com/atlas44/web-fusee-launcher).
|
10
index.html
10
index.html
@ -64,7 +64,7 @@
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<p id="dangerDanger">This is moderately tested. Although no issues have been discovered, we're not responsible if anything goes wrong!</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="alert alert-warning alert-dismissible" role="alert">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||
<p id="warningWindows">This may or may not work on Windows due to a limitation in the Chrome implementation of WebUSB (and probably other reasons!). In our testing, it will sometimes work so give it a shot, but be wary.</p>
|
||||
@ -99,7 +99,7 @@
|
||||
<div class="alert alert-info" role="alert">
|
||||
<p>Switch Hacking Guide: <strong><a href="https://guide.teamatlasnx.com">CLICK HERE</a></strong></p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="alert alert-info" role="alert">
|
||||
<p id="labelContribute">If you would like to help adding another translation or updating/adding a payload, check <a href="https://github.com/AtlasNX/web-cfw-loader/blob/master/CONTRIBUTING.md">this</a>.</p>
|
||||
</div>
|
||||
@ -168,10 +168,8 @@
|
||||
<div class="row margin-top-md" id="page-footer">
|
||||
<div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
|
||||
<div id="disclaimer">
|
||||
<p id="disclaimer1">Source can be found on <a href="https://github.com/AtlasNX/web-cfw-loader">GitHub</a> (or by hitting view source, there is no backend!).</p>
|
||||
<p id="disclaimer3">Thanks to <a href="https://github.com/ktemkin">ktemkin</a> and <a href="https://github.com/reswitched">ReSwitched</a> for fusee-gelee, as well as <br><a href="https://github.com/atlas44">Atlas44</a> and <a href="https://atlas44.s3-us-west-2.amazonaws.com/web-fusee-launcher/index.html">his website</a> as a beginning point for this one.</p>
|
||||
<p id="disclaimer4">Lastly, thanks to <a href="https://github.com/ElijahZAwesome">ElijahZAwesome</a> for creating this project, <a href="https://github.com/falquinho">falquinho</a> for the new bootstrap layout and portuguese translation, <a href="https://github.com/Filo97">Filo97</a> for the italian translation, <a href="https://github.com/lordfriky">Lord_Friky</a> for the spanish translation, <a href="https://github.com/lorek123">Lorek</a> for the polish translation, <a href="https://github.com/wababc">wababc</a> for their french translation and <a href="https://github.com/Rakau">Rakau</a> for the chinese translations.</p>
|
||||
<p id="disclaimer5">© <a href="https://git.teamatlasnx.com">Team AtlasNX</a> & <a href="https://github.com/ElijahZAwesome">ElijahZAwesome</a> | 2018-2019</p>
|
||||
<p id="disclaimer1">Source can be found on <a href="https://github.com/lordfriky/web-cfw-loader" target="_blank">GitHub</a> (or by hitting view source, there is no backend!).</p>
|
||||
<p id="disclaimer2">© <a href="https://twitter.com/lord_friky" target="_blank">Lord Friky</a> 2020</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user