Skip to content

Instantly share code, notes, and snippets.

@c18t
Created December 16, 2009 15:18
Show Gist options
  • Save c18t/257904 to your computer and use it in GitHub Desktop.
Save c18t/257904 to your computer and use it in GitHub Desktop.
UOの幽霊語。英字以外のasciiは読める
javascript:var a=['o','0'],b=document.body;b.innerHTML=b.innerHTML.replace(/(?:^|(>))([^<]*)/g,function(){var t=RegExp.$1,s=RegExp.$2;return t+s.replace(/[^!-~\s]|[a-np-zA-Z]/g,function(p){return a[p.charCodeAt(0).toString(2).slice(-1)]})});void 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment