Skip to content

Instantly share code, notes, and snippets.

@fredr
Last active August 29, 2015 13:57
Show Gist options
  • Save fredr/9628269 to your computer and use it in GitHub Desktop.
Save fredr/9628269 to your computer and use it in GitHub Desktop.
(function() {
var script = document.createElement('script');
script.async = 1;
script.src = 'https://raw.github.com/marmelab/gremlins.js/master/gremlins.min.js';
document.getElementsByTagName('body')[0].appendChild(script);
setTimeout(function() {
gremlins.createHorde().unleash();
}, 500)
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment