Return to Snippet

Revision: 37963
at December 21, 2010 11:31 by iloveitaly


Initial Code
osascript <<'APPLESCRIPT'
tell application "Google Chrome"
	tell active tab of first window
		execute javascript "window.location.reload()"
	end tell
end tell
APPLESCRIPT

Initial URL


Initial Description
Useful for developing with Chrome + TextMate

Initial Title
Refresh Frontmost Chrome Tab

Initial Tags


Initial Language
AppleScript