Created
March 3, 2015 15:25
-
-
Save chitoku-k/39fb7452c42a295c1d3a to your computer and use it in GitHub Desktop.
コメント付きツイート用ブックマークレット
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void(function(){var c=prompt("コメント:");c=c===""||c===null?"":c+"\n\n";window.open("http://twitter.com/share?text="+encodeURIComponent(c+document.title+" -")+"&url="+location.href,"share","height=400,width=600,left="+(screen.width/2-600/ 2) + ",top=" + (screen.height/2-400/2))})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment