Created
June 28, 2017 04:44
-
-
Save kogai/14e4244ac3c63d67ce25a3efe4fa009a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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