Created
September 13, 2018 08:28
-
-
Save item4/e31ca8a6cdbf70e9f8582fcff5231a9d to your computer and use it in GitHub Desktop.
b64-redirect for yui
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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