From d0535a3a7d1df6ff603e7c03273da35b5250f17e Mon Sep 17 00:00:00 2001 From: tomGER <25822956+tumGER@users.noreply.github.com> Date: Sun, 10 Feb 2019 16:07:49 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4428017..6adff2f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# 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! @@ -11,3 +9,7 @@ This is also a fork of [web-fusee-launcher](https://github.com/atlas44/web-fusee # 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](https://elijahzawesome.github.io/web-cfw-loader/). + +# Credit + +@ElijahZAwesome for creating, maintaing and tranferring the repo