Source code

Revision control

Copy as Markdown

Other Tools

/* Any copyright is dedicated to the Public Domain.
/* global editor */
"use strict";
window.addEventListener("editorReady", function () {
editor.setText("Script successfully injected!");
});