Skip to content

Instantly share code, notes, and snippets.

@TALlama
Created February 24, 2012 16:51
Show Gist options
  • Save TALlama/1901983 to your computer and use it in GitHub Desktop.
Save TALlama/1901983 to your computer and use it in GitHub Desktop.
Tweet from Safari
tell application "Safari"
set _tab to the current tab of window 1
tell _tab to do JavaScript "var t = escape(getSelection()); if (t.length > 0) t = '“'+t+'”: '; window.location = 'twitterrific:///post?message='+t+''+escape(window.location.href)"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment