Skip to content

Instantly share code, notes, and snippets.

@freshout-dev
Created May 22, 2014 18:17
Show Gist options
  • Save freshout-dev/c8489191df4294cb25a5 to your computer and use it in GitHub Desktop.
Save freshout-dev/c8489191df4294cb25a5 to your computer and use it in GitHub Desktop.
tell application "System Preferences"
activate
set the current pane to pane id "com.apple.preferences.internetaccounts"
get the name of every anchor of pane id "com.apple.preferences.internetaccounts"
reveal anchor "com.apple.twitter.iaplugin" of pane id "com.apple.preferences.internetaccounts"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment