Skip to content

Instantly share code, notes, and snippets.

@kopiro
Created June 1, 2013 20:06
Show Gist options
  • Select an option

  • Save kopiro/5691571 to your computer and use it in GitHub Desktop.

Select an option

Save kopiro/5691571 to your computer and use it in GitHub Desktop.
#!/usr/bin/osascript
tell application "Google Chrome"
execute front window's active tab javascript "window.open('https://www.facebook.com/sharer/sharer.php?u='+location.href, 'Facebook', 'width=600,height=400')"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment