Skip to content

Instantly share code, notes, and snippets.

@Skinner927
Created May 27, 2015 17:30
Show Gist options
  • Save Skinner927/34914acc2027f6e4f824 to your computer and use it in GitHub Desktop.
Save Skinner927/34914acc2027f6e4f824 to your computer and use it in GitHub Desktop.
DI.fm Digitally Imported open in resized Chrome window
tell application "Google Chrome"
if it is running then
make new window
else
activate
end if
open location "http://di.fm"
set the bounds of the front window to {0, 0, 550, 800}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment