Skip to content

Instantly share code, notes, and snippets.

View brunokoga's full-sized avatar

Bruno Koga brunokoga

View GitHub Profile
@brunokoga
brunokoga / gist:5451712
Last active December 16, 2015 14:49
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