Created
January 7, 2015 02:51
-
-
Save mimonelu/64901ecf07a23b95b254 to your computer and use it in GitHub Desktop.
ウェブページのタイトルと URL を Twitter 向けの書式で表示するブックマークレット
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
javascript:prompt(null,'"'+document.title+' '+location.href+'"');void(0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment