Skip to content

Instantly share code, notes, and snippets.

@Garbee
Created April 20, 2017 17:30
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 Garbee/b2841054c67c7342a437a0711fb60101 to your computer and use it in GitHub Desktop.
Save Garbee/b2841054c67c7342a437a0711fb60101 to your computer and use it in GitHub Desktop.
var script = document.createElement('script');
script.textContent = '<script>function notGood() { debugger} </script>';
document.appendChild(script);
notGood();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment