JasonWyatt

This blog is full of stuff, and things.

Find my resume.

permalink

Bookmarklet which loads external script

nonowarn:

Demo

javascript:void((function(D) {
  var s = D.createElement('script');
  s.src = "http://where.script/is";
  D.body.appendChild(s);
})(document))
blog comments powered by Disqus