This extension allows running JavaScript and STscript code from code blocks in chat.
If you can't see an execution button, edit the codeblock and specify the language manually after the opening triple backticks.
``` => ```js
Calls to console
and alert
are redirected to the output block below the code.
To display anything in the final result, use return
as the last statement.
``` => ```stscript
To display anything in the final result, use any command that writes to the pipe as the last statement.
The execution is sandboxed using SandboxJS, but please don't run anything that looks too sussy.