Created
February 26, 2020 04:55
-
-
Save moyashi/5e4634707db68048fad1856aee29e144 to your computer and use it in GitHub Desktop.
Safariで見ているページをGoogle翻訳に渡して日本語表示するAppleScript
This file contains hidden or 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" | |
tell document 1 | |
set u to URL | |
set uu to "https://translate.google.com/translate?sl=auto&tl=ja&u=" & u | |
open location uu | |
end tell | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
自分はBetterTouchToolでSafariのみで有効なキーボードショートカットに割り当てて使っています。