Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nicksergeant/6100989 to your computer and use it in GitHub Desktop.
Save nicksergeant/6100989 to your computer and use it in GitHub Desktop.
tell process "Chrome"
activate
set position of (every window whose name starts with "Developer Tools - ") to {15, 36}
set size of (every window whose name starts with "Developer Tools - ") to {528, 1149}
set position of (every window whose name does not start with "Developer Tools - ") to {558, 36}
set size of (every window whose name does not start with "Developer Tools - ") to {1200, 1149}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment