mirror of
https://github.com/roytam1/mozilla45esr.git
synced 2026-05-27 11:19:07 +00:00
3 lines
112 B
JavaScript
3 lines
112 B
JavaScript
window.addEventListener("editorReady", function(event) {
|
|
editor.setText("Script successfully injected !");
|
|
}); |