You can play it in your browser here.

    • Kayn
      link
      fedilink
      English
      34 months ago

      Except if it’s minified for production.

      • @Tanoh
        link
        English
        54 months ago

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

    • StarDreamer
      link
      fedilink
      English
      14 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.