Skip to content

Instantly share code, notes, and snippets.

@0mg
Created February 15, 2010 02:39
Show Gist options
  • Save 0mg/304386 to your computer and use it in GitHub Desktop.
Save 0mg/304386 to your computer and use it in GitHub Desktop.
ランダムひらがな 140 字出力ブックマークレット
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