Hacker News new | ask | show | jobs
by Nadya 3997 days ago
If you visit his website [0] it's (at least I hope) intentionally poor designed, everything terrible straight from the late 90's in web design. From marquee, blinking, embedded mp3, and more.

There's a built-in bypass in the site.js to allow the context menu if shift is held, though you still get the alert. Or it's just that holding shift allows the context menu to appear after the alert. I don't actually know.

  document.body.oncontextmenu = function() {
    alert('Please dont right click!!')
    return window.event.shiftKey // top secret
   }
[0] bitfission.com
1 comments

That is an amazing website, including the MP3-rendered MIDI, and I'm now pretty sure the comment was a joke that everyone missed :)