Skip to content

Instantly share code, notes, and snippets.

@waghcwb
Created March 22, 2019 20:51
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 waghcwb/745b425a2da65632c5f7e75b7019fdb4 to your computer and use it in GitHub Desktop.
Save waghcwb/745b425a2da65632c5f7e75b7019fdb4 to your computer and use it in GitHub Desktop.
const i = 'gfudi'
const k = s => s.split('').map(c => String.fromCharCode(c.charCodeAt() - 1)).join('')
self[k(i)](url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment