Last active
August 29, 2015 14:11
-
-
Save ronsims2/92bb6cb2b15946fc3fb1 to your computer and use it in GitHub Desktop.
// source http://jsbin.com/pehado
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
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