Skip to content

Instantly share code, notes, and snippets.

@844196
Last active August 29, 2015 14:09
Show Gist options
  • Save 844196/d4903db839d2cd85fc3a to your computer and use it in GitHub Desktop.
Save 844196/d4903db839d2cd85fc3a to your computer and use it in GitHub Desktop.
アクティブなSafari.appで開いてる全てのタブのURLを取得
tell application "Safari"
activate
set top_win to window 1
set window_tab_urls to top_win's tab's URL
end tell
@844196
Copy link
Author

844196 commented Nov 11, 2014

使い道

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment