Files

3 lines
112 B
JavaScript

window.addEventListener("editorReady", function(event) {
editor.setText("Script successfully injected !");
});