Created
November 18, 2011 19:19
-
-
Save lardissone/1377470 to your computer and use it in GitHub Desktop.
Google Music play/pause service
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
on run | |
tell application "Google Chrome" | |
set musicTab to (first tab of every window whose title contains "Music Beta") | |
try | |
execute musicTab javascript "SJBpost('playPause');" | |
end try | |
end tell | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment