Skip to content

Instantly share code, notes, and snippets.

@i03nomura1y
Last active June 3, 2017 13:35
Show Gist options
  • Save i03nomura1y/29d337e56b979c125083adeb782f247a to your computer and use it in GitHub Desktop.
Save i03nomura1y/29d337e56b979c125083adeb782f247a to your computer and use it in GitHub Desktop.
// 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