Skip to content

Instantly share code, notes, and snippets.

@dshimy
Created January 22, 2020 16:41
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 dshimy/6c6bd317a7627558e4d0b0f1bf6e9a6b to your computer and use it in GitHub Desktop.
Save dshimy/6c6bd317a7627558e4d0b0f1bf6e9a6b to your computer and use it in GitHub Desktop.
Resize Chrome
#!/usr/bin/env osascript
tell application "Chrome"
set bounds of front window to {100, 100, 1700, 1180}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment