Not sure if this is what you mean, but I can load external JS using a bookmarklet. For example, loading jquery onto any arbitary web page:
javascript:var s=document.createElement('script');s.type='text/javascript';s.src='http://jqueryjs.googlecode.com/files/jquery-1.1.4.js';document.body.appendChild(s);void(s); load jquery Jeroen Geusebroek wrote: > > > AFAIK browsers do not support loading external JS after the DOM has > loaded. > > -- View this message in context: http://www.nabble.com/Loading-dynamic-JS-libraries-with-jQuery-tp14856398s27240p14864494.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.