Created
May 27, 2015 17:30
-
-
Save Skinner927/34914acc2027f6e4f824 to your computer and use it in GitHub Desktop.
DI.fm Digitally Imported open in resized Chrome window
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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