Skip to content

Instantly share code, notes, and snippets.

@dmnsgn
Created November 10, 2020 12:02
Resize the current front macOS window of an application
tell application "Google Chrome"
set bounds of front window to {0, 0, 1440, 900}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment