Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created September 10, 2009 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtnabe/184459 to your computer and use it in GitHub Desktop.
Save wtnabe/184459 to your computer and use it in GitHub Desktop.
A bookmarklet for livedoor clip with popup window
javascript:(function(){window.open('http://clip.livedoor.com/clip/add?link='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title),'livedoor_clip','width=550,height=600')})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment