Skip to content

Instantly share code, notes, and snippets.

@ronsims2
Last active August 29, 2015 14:11
Show Gist options
  • Save ronsims2/92bb6cb2b15946fc3fb1 to your computer and use it in GitHub Desktop.
Save ronsims2/92bb6cb2b15946fc3fb1 to your computer and use it in GitHub Desktop.
javascript:(function(w, d){
var script = d.createElement('script');
script.id = "mantiscope";
script.type = "text/javascript";
script.src = "https://cdn.rawgit.com/orangemantis/mantiscope/master/mantiscope.js";
script.async = false;
d.body.appendChild(script);
})(window, document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment