Skip to content

Instantly share code, notes, and snippets.

@iceener
Created August 31, 2022 09:05
Show Gist options
  • Save iceener/46b338e37eca4dbe34c43e0cf8bc4c18 to your computer and use it in GitHub Desktop.
Save iceener/46b338e37eca4dbe34c43e0cf8bc4c18 to your computer and use it in GitHub Desktop.
set JSSnippet to "snippet"
tell application "Keyboard Maestro Engine"
set JSSnippet to getvariable "snippet"
end tell
tell application "Arc"
set JSResult to execute front window's active tab javascript JSSnippet
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment