※jQueryブックマークレット改善用 2

by ethertank

JavaScript

javascript: (function(d, $, b) {
    function r() {
        setTimeout(function() {
            (typeof jQuery == 'undefined') ? r() : b(jQuery);
        }, 99)
    }
    if ($) b(jQuery);
    else {
        var s = d.createElement('script');
        s.src = 'http://p.tl/Q9Fz';
        d.body.appendChild(s);
        r();
    }
})(document, this.jQuery, function($) {
    $('*').css('background', 'tan')
});