Skip to content

Instantly share code, notes, and snippets.

@item4
Created September 13, 2018 08:28
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 item4/e31ca8a6cdbf70e9f8582fcff5231a9d to your computer and use it in GitHub Desktop.
Save item4/e31ca8a6cdbf70e9f8582fcff5231a9d to your computer and use it in GitHub Desktop.
b64-redirect for yui
<!doctype html>
<html>
<script>
window.location.replace(atob(decodeURIComponent(window.location.search.split('=', 2)[1]).replace(/_/g, '/').replace(/-/g, '+')));
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment