Last active
April 16, 2026 06:35
-
-
Save pilotmoon/c394e1a6e178dfac9ca1f556c90627f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // #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") |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(The above block is an extension snippet — select it then click "Install Extension" in PopClip.)