Skip to content

Instantly share code, notes, and snippets.

@cktricky
Created June 4, 2014 19:21
Show Gist options
  • Save cktricky/ff6cc8d24dd4080ace70 to your computer and use it in GitHub Desktop.
Save cktricky/ff6cc8d24dd4080ace70 to your computer and use it in GitHub Desktop.
example JS/XSS context
<script type="text/javascript">
function someThing(){
$("#someDiv").append("someUserContent");
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment