Skip to content

Instantly share code, notes, and snippets.

@eccentricyan
Last active May 16, 2017 08:13
Show Gist options
  • Save eccentricyan/5efbffb4ac715441f43d00e3f89f81e2 to your computer and use it in GitHub Desktop.
Save eccentricyan/5efbffb4ac715441f43d00e3f89f81e2 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var url = "https://gist.githubusercontent.com/eccentricyan/5efbffb4ac715441f43d00e3f89f81e2/raw/978b48f426e7ba2f6b359ff2eab844162614cbce/gist.js"
var setdata = null;
$.get(url, setdata, function(data){
var s = document.createElement('script');
$(s).text(data);
$("body").prepend(s);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment