Skip to content

Instantly share code, notes, and snippets.

@psqq
Last active July 19, 2021 04:16
Show Gist options
  • Save psqq/744d0f17bd6d4f7c767eafdbf7f1cc78 to your computer and use it in GitHub Desktop.
Save psqq/744d0f17bd6d4f7c767eafdbf7f1cc78 to your computer and use it in GitHub Desktop.
{
name: "Hello, World! Plugin",
run() {
document.body.innerHTML = 'Hello, World!';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment