Skip to content

Instantly share code, notes, and snippets.

@Sotalbireo
Created March 18, 2018 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sotalbireo/e1e76546ee3c737a023df0819194a157 to your computer and use it in GitHub Desktop.
Save Sotalbireo/e1e76546ee3c737a023df0819194a157 to your computer and use it in GitHub Desktop.
NieR:Automataのアレ
let a = "e58299e5bf98e98cb2", s="";
for(let i=0; i<a.length; i++)
s += (i%2 == 0 ? "%" : "") + a[i];
decodeURIComponent(s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment