Skip to content

Instantly share code, notes, and snippets.

@kogai
Created June 28, 2017 04:44
Show Gist options
  • Select an option

  • Save kogai/14e4244ac3c63d67ce25a3efe4fa009a to your computer and use it in GitHub Desktop.

Select an option

Save kogai/14e4244ac3c63d67ce25a3efe4fa009a to your computer and use it in GitHub Desktop.
const script = document.createElement('script');
script.type = 'text/javascript';
script.innerHTML = 'throw new Error("テスト")';
document.body.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment