Created
January 25, 2023 16:25
-
-
Save DATADEER/fefc93470b94c092999e2d75bbb8604e to your computer and use it in GitHub Desktop.
open llamalife
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
tell application "Finder" | |
set _bounds to bounds of window of desktop | |
set _height to item 4 of _bounds | |
end tell | |
tell application "Safari" | |
make new document at end of documents with properties {URL:"https://llamalife.co/tasks"} | |
set bounds of front window to {0, 0, 300, _height} | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment