Skip to content

Instantly share code, notes, and snippets.

@fuqunaga
Last active December 17, 2015 05:49
Show Gist options
  • Save fuqunaga/5561083 to your computer and use it in GitHub Desktop.
Save fuqunaga/5561083 to your computer and use it in GitHub Desktop.
javascript:
(function(){
var url = 'http://jsdo.it/Fuqunaga/g_imas.js';
if(!url.match(/\?/))url+='?'+(new Date()).getTime();
var d=document;
var e=d.createElement('script');
e.charset='utf-8';
e.src=url;
d.getElementsByTagName('head')[0].appendChild(e);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment