Skip to content

Instantly share code, notes, and snippets.

@pchw
Created May 15, 2014 07:15
Show Gist options
  • Save pchw/abcdbc4116cbeb1956ec to your computer and use it in GitHub Desktop.
Save pchw/abcdbc4116cbeb1956ec to your computer and use it in GitHub Desktop.
Service Safari Bookmarklet
javascript:(function(){t=document.title;t=t?t:"";u=location.href;h="http://www.service-safari.com/posts/new?post_name="+encodeURIComponent(t)+"&post_url="+u;location.href=h;})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment