ThauEx
ThauEx
Can you tell me the exact url of the index file? It should appear in your proxy, right? Do you have some example scripts, which you have used to inject...
Looks good to me. I think we have to extend the proxy here https://github.com/ThauEx/ffrk-proxy/blob/master/lib/ffrk-proxy.js#L57 and add a listener for the battle html file and trigger a new event. Then we...
I prepared a feature branch for this, for now it looks promissing. https://github.com/ThauEx/ffrk-proxy/pull/109
Well both, the `master` branch always has the latest "stable" features. My plan is to make it configurable, so use the current method or the inject method. Currently I'm trying...
I pushed a few changes, but after starting the battle, the game throws an error. I think this is related to the browserified javascript file. I want to use browserify,...
Short update: I got the first version working with buddy and supporters filter. I created a babel plugin which makes the filters compatibel. When someone want to test it, clone...
At the end you have to update ffrk-proxy, thats it.
I created a pre release version here: https://github.com/ThauEx/ffrk-proxy/releases/tag/0.12.0-pre This is just an alpha version and the config is not working yet. Most filters are not working yet, but the buddy...
The current pre release will use the default config settings, so if you change something buddy specific, it won't take affect. On linux/mac the files which are getting injected are...
Yes, for now it's generating these files on each `npm start`, because the config settings are hardcoded in these files. This is one of the downsides when transpiling the filters...