I was hoping to display the cookie data of the user in the terminal, however I have not been able to find any implementations apart from within: https://codepen.io/TheRealAlan/pen/qNOZPo where:
hack: (who) =>
if who == "me"
$terminal.echo(document.cookie)
else
$terminal.echo("unknown user")
nevertheless when testing the demo this command does not seem to work. Has anyone been able to get the cookies displayed?