Skip to content

Instantly share code, notes, and snippets.

@pilotmoon
Last active April 16, 2026 06:35
Show Gist options
  • Select an option

  • Save pilotmoon/c394e1a6e178dfac9ca1f556c90627f2 to your computer and use it in GitHub Desktop.

Select an option

Save pilotmoon/c394e1a6e178dfac9ca1f556c90627f2 to your computer and use it in GitHub Desktop.
// #popclip
// name: Doc
// before: copy
// language: javascript
popclip.openUrl("https://docs.google.com/document/d/1b3XRutZaoxntlahT2IY9Ud4cuQ5W22KE5m4V-TtmnrY/edit?tab=t.0");
await util.sleep(3000);
popclip.pressKey("command v")
@pilotmoon

Copy link
Copy Markdown
Author

(The above block is an extension snippet — select it then click "Install Extension" in PopClip.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment