Last active
August 29, 2015 14:09
-
-
Save 844196/d4903db839d2cd85fc3a to your computer and use it in GitHub Desktop.
アクティブなSafari.appで開いてる全てのタブのURLを取得
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 "Safari" | |
activate | |
set top_win to window 1 | |
set window_tab_urls to top_win's tab's URL | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使い道