Hey, there. I found out a couple of things while playing this game.
The first thing I found is that while playing this type of HTML game is that if you don't like the outcome of one of your actions that produce an unliked result, you can change it by backing out of it with the left arrow in the upper part of the side panel and then choose your continue statement again. You can do this until you get the outcome you like. Grind away!
The second one involves hacking the file itself.
In one of the intro screens is where you input your player's name. It defaults to John Doe, but if you change it, your name comes up as $fname.
Open up the file in a HTML editor. I use atom, from github. Search for $fplayer and change it to $fname, save the file and reload it in your browser. Your name will now be whatever you changed it to.
I don't think you can make the change in the browser console.