Created
June 4, 2019 19:53
-
-
Save lsaffie/bebd920d4ed632a3af643db5d21c4141 to your computer and use it in GitHub Desktop.
Cycle through All Chrome windows and activate the first tab
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 "/Applications/Google Chrome.app" | |
repeat with w in windows | |
set active tab index of w to 1 | |
end repeat | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment