Skip to content

Instantly share code, notes, and snippets.

@ianmcook
Created August 30, 2017 17:58
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 ianmcook/01d1f35d4ba2b5f1545ddd714a744243 to your computer and use it in GitHub Desktop.
Save ianmcook/01d1f35d4ba2b5f1545ddd714a744243 to your computer and use it in GitHub Desktop.
Hello World JavaScript
alert('Hello world!');
@ianmcook
Copy link
Author

ianmcook commented Aug 30, 2017

Bookmarklet address:

javascript:(function(){s=document.createElement('script');s.type='text/javascript';s.src='https://rawgit.com/ianmcook/01d1f35d4ba2b5f1545ddd714a744243/raw/c7d88c9371972c1dcfa562f0744f7b2d2a0c4a1d/hello_world.js';document.body.appendChild(s);})();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment