Skip to content

Instantly share code, notes, and snippets.

@K-atc
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save K-atc/f330612ced7746ca09a7 to your computer and use it in GitHub Desktop.

Select an option

Save K-atc/f330612ced7746ca09a7 to your computer and use it in GitHub Desktop.
Tweetするブックマークレット

Install

javascript:(function(){window.open("https://twitter.com/intent/tweet?text="+encodeURIComponent(document.title+"\n")+location.href,"Tweet","width=550,height=420");})();

をブックマークのURLとして登録。

Usage

  1. シェアしたいページでこのブックマークレットをクリックする
  2. ツイート
(function(){window.open("https://twitter.com/intent/tweet?text="+encodeURIComponent(document.title+"\n")+location.href,"Tweet","width=550,height=420");})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment