Skip to content

Instantly share code, notes, and snippets.

@asanso
Last active December 5, 2022 14:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asanso/2c6c10ed1d2ed08e214b09dd97f89db8 to your computer and use it in GitHub Desktop.
Save asanso/2c6c10ed1d2ed08e214b09dd97f89db8 to your computer and use it in GitHub Desktop.
<script>
var ec8fc = {
valueOf: function () {
alert("valueOf1");
return 1;
}
};
var cd0b2 = {
valueOf: function () {
alert("valueOf2");
return 2;
}
};
// HERE ENUMARATE THEM ALL!!
</script>
<script src="http://asanso.github.io/github/test.txt"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment