Skip to content

Injection overhaul

Choose a tag to compare

@lugia19 lugia19 released this 08 Jun 22:29
· 9 commits to master since this release

This release moves the patcher over from simply patching the existing JS files to instead pointing package.json to a wrapper.js script, which sets everything up before the application starts.

This should make it far, far more robust to future changes to the application, which is why I've switched it to updating to new versions of it by default, even if they're unverified.