Skip to content

Instantly share code, notes, and snippets.

@brunokoga
Last active December 16, 2015 14:49
Show Gist options
  • Save brunokoga/5451712 to your computer and use it in GitHub Desktop.
Save brunokoga/5451712 to your computer and use it in GitHub Desktop.
Safari reload
tell application "Safari"
set x to true
repeat while x is true
get (URL of tab 1 of window 1)
set theurl to result
set URL of front document to theurl
delay 3
end repeat
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment