Skip to content

Instantly share code, notes, and snippets.

View jflam's full-sized avatar

John Lam jflam

View GitHub Profile
@jflam
jflam / Copy Paste Clipboard Snippet
Last active March 23, 2024 17:13
Create a new snippet from a blank template.
name: Blank snippet
description: Create a new snippet from a blank template.
host: EXCEL
api_set: {}
script:
content: |
$("#copy").on("click", () => tryCatch(copy));
$("#paste").on("click", () => tryCatch(paste));
async function copy() {