2012-02-24T18:56:45+09:00

Safari のタブを複製する AppleScipt

tell application "Safari"
tell window 1
set a_url to URL of current tab
set new_tab to make new tab at (get current tab)
set current tab to new_tab
set URL of new_tab to a_url
end tell
end tell

こんなの作って、喜んでいたけど、Command+L Command+Return というショートカットキーで、ほとんど同じことができちゃう Tips を発見したときは、ショックだった。