You can play it in your browser here.

    • Kayn
      link
      fedilink
      English
      38 months ago

      Except if it’s minified for production.

      • @Tanoh
        link
        English
        58 months ago

        That is still source code, obfuscated but still source code.

    • StarDreamer
      link
      fedilink
      English
      18 months ago

      Not sure about GreaseMonkey, but V8 compiles JS to an IL.

      Nodejs has an emit IL debugging feature to see the emitted IL code.