Skip to content

Instantly share code, notes, and snippets.

@DATADEER
Created January 25, 2023 16:25
Show Gist options
  • Save DATADEER/fefc93470b94c092999e2d75bbb8604e to your computer and use it in GitHub Desktop.
Save DATADEER/fefc93470b94c092999e2d75bbb8604e to your computer and use it in GitHub Desktop.
open llamalife
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