Skip to content

Instantly share code, notes, and snippets.

@joemaller
Last active January 18, 2022 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joemaller/d56c951cb606d431640ce3d10afef47b to your computer and use it in GitHub Desktop.
Save joemaller/d56c951cb606d431640ce3d10afef47b to your computer and use it in GitHub Desktop.
AppleScript snippet to resize the front-most Safari window to a given size
tell application "Safari" to set the bounds of the front window to {0, 0, 1600, 1080}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment