:
void(function foo()
{
var head=document.getElementsByTagName("head")[0];
var qUnitJS = document.createElement("script");
var qUnitCSS = document.createElement("link");
qUnitCSS.rel="stylesheet";
qUnitCSS.type="text/css";
qUnitJS.src = "http://qunitjs.com/resources/qunit.js";
head.appendChild(qUnitJS);
head.appendChild(qUnitCSS);
qUnitCSS.href="http://qunitjs.com/resources/qunit.css";
qUnitJS.onload = function () {};
}() )
Bookmarklet
javascript:void(function foo(){var head=document.getElementsByTagName("head")[0]; var qUnitJS = document.createElement("script"); var qUnitCSS = document.createElement("link"); qUnitCSS.rel="stylesheet"; qUnitCSS.type="text/css"; qUnitJS.src = "http://qunitjs.com/resources/qunit.js"; head.appendChild(qUnitJS); head.appendChild(qUnitCSS); qUnitCSS.href="http://qunitjs.com/resources/qunit.css"; qUnitJS.onload = function () {};}() )
Firefox security.mixed_content.block_active_content false about:config, .