Skip to content

Instantly share code, notes, and snippets.

@iceener
Created August 31, 2022 09:08
Show Gist options
  • Save iceener/6807824d5eb431e1664e748adc83bfc5 to your computer and use it in GitHub Desktop.
Save iceener/6807824d5eb431e1664e748adc83bfc5 to your computer and use it in GitHub Desktop.
set DMURLTitle to ""
set DMURL to ""
tell application "Arc"
set currentURL to URL of active tab of window 1
set currentTitle to title of active tab of window 1
tell application "Keyboard Maestro Engine"
setvariable "DMURL" to currentURL
setvariable "DMURLTitle" to currentTitle
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment