Skip to content

Instantly share code, notes, and snippets.

@ikkou
Created February 18, 2020 09:47
Show Gist options
  • Save ikkou/72a9441ed1928125c613e8a89814289e to your computer and use it in GitHub Desktop.
Save ikkou/72a9441ed1928125c613e8a89814289e to your computer and use it in GitHub Desktop.
Replace Corona to Zombie in Japanese
javascript:void((function(){var d=document;d.body.innerHTML=d.body.innerHTML.replace(/コロナ/g,'ゾンビ');})());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment