Created
August 31, 2022 09:08
-
-
Save iceener/6807824d5eb431e1664e748adc83bfc5 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 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