The obfuscated/minified JS gave me a headache so I wasted a bunch of time cracking the game a completely different way.
I'll leave it here in case someone wants to cheat without installing python:
In the web version, (or download it and run from a command prompt: .\dryad_quest --remote-debugging-port=1234 --remote-allow-origins=* and then go to localhost:1234), load into the game and take a heap snapshot in the f12->memory menu and expand the class just named 'e' and check the first few 'e's.
You'll find one has all the player stats, and another has 'settingsManager' and isBeta.
You can right click and save the 'e' as a global variable, it will show in the console that it's been saved as a variable like temp1.
Then in the console temp1.settingsManager.isDebug = true, and temp1.isBeta = true, and temp1.settingsManager.p10Active = true.