Skip to content

Instantly share code, notes, and snippets.

@pchw
Created May 27, 2014 02:07
Show Gist options
  • Save pchw/3157f5f63ef59f725f97 to your computer and use it in GitHub Desktop.
Save pchw/3157f5f63ef59f725f97 to your computer and use it in GitHub Desktop.
bookmarklet for tweet using Twitter for Mac
javascript:(function(){t=document.title;t=t?t:"";u=location.href;h="twitter://post?message="+encodeURIComponent(t+" - "+u);location.href=h;})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment