Skip to content

Instantly share code, notes, and snippets.

@uploadcare-user
Created March 30, 2018 14:13
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 uploadcare-user/6543815cd0a79b9e1ca1aa925144c5b1 to your computer and use it in GitHub Desktop.
Save uploadcare-user/6543815cd0a79b9e1ca1aa925144c5b1 to your computer and use it in GitHub Desktop.
Snippet, a safe place to store your data
<var id="s" data="surprise!</script><script>alert(&quot;whoops!&quot;)</script>"></var>
<script>
var s = document.getElementById('s').getAttribute('data');
console.log(s);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment