Created
February 15, 2010 02:39
-
-
Save 0mg/304386 to your computer and use it in GitHub Desktop.
ランダムひらがな 140 字出力ブックマークレット
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:for(s="";!s[139];) | |
s+=String.fromCharCode(12353+Math.random()*82); | |
alert(s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment