Tag Archives: AppleScript

Minimized iTunes player

Paste this into AppleScript Editor: ? tell application “iTunes” repeat with b in browser windows set the minimized of b to true end repeat end tell 1 2 3 4 5 tell application “iTunes” repeat with b in browser windows … Continue reading

Posted in Technology | Tagged , | Comments Off