Created
February 27, 2018 19:41
-
-
Save Dafin/c3901b93ea182246b93b68447f05a0a9 to your computer and use it in GitHub Desktop.
Applescript to reload safari browser
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" | |
| set docUrl to URL of document 1 | |
| set URL of document 1 to docUrl | |
| end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment