Last active
June 3, 2017 13:35
-
-
Save i03nomura1y/29d337e56b979c125083adeb782f247a to your computer and use it in GitHub Desktop.
This file contains 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
// GitHub Gist で js を書く -> GitHack 経由でロードする | |
// | |
// javascript:var%20s=document.createElement('script');s.src='https://gist.githack.com/i03nomura1y/29d337e56b979c125083adeb782f247a/raw/c954c29c207bbae8aa3b96ad7b08222495c654b1/alert_hello.js';document.body.appendChild(s); | |
(function(){ | |
alert('Hello, world !!'); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment