Skip to content

Instantly share code, notes, and snippets.

@moyashipan
Created September 2, 2013 06:48
Show Gist options
  • Save moyashipan/6409867 to your computer and use it in GitHub Desktop.
Save moyashipan/6409867 to your computer and use it in GitHub Desktop.
/*
javascript:(function(){var s,d,u='//gist.github.com/moyashipan/6409832/raw/main.js'; d=document;s=d.createElement('script');s.setAttribute('src',u);d.documentElement.appendChild(s);}())
*/
(function(){
var u = 'http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js';
var d = document;
var s = d.createElement('script');
s.setAttribute('src', u);
d.documentElement.appendChild(s);
var clearId = setInterval(function(){
if (window.jQuery) {
clearInterval(clearId);
(function(){
alert('hoge');
}());
}
}, 100);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment