Created
August 31, 2022 09:05
-
-
Save iceener/46b338e37eca4dbe34c43e0cf8bc4c18 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
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