Skip to content

Instantly share code, notes, and snippets.

@kkosuge
Last active December 7, 2015 11:46
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 kkosuge/7b86d9ab7b48b46f810f to your computer and use it in GitHub Desktop.
Save kkosuge/7b86d9ab7b48b46f810f to your computer and use it in GitHub Desktop.
Tweetman のツイートボックスに URL とタイトルをセットするブックマークレット https://tweetman.kksg.net/
javascript:window.location='tweetman:///post?text='+encodeURIComponent('Now Browsing: ')+encodeURIComponent(document.title)+encodeURIComponent(' ')+encodeURIComponent(window.location.href)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment