Skip to content

Instantly share code, notes, and snippets.

@chitoku-k
Created March 3, 2015 15:25
Show Gist options
  • Save chitoku-k/39fb7452c42a295c1d3a to your computer and use it in GitHub Desktop.
Save chitoku-k/39fb7452c42a295c1d3a to your computer and use it in GitHub Desktop.
コメント付きツイート用ブックマークレット
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