For those of you who are bothered by the comic below:
just copy and paste this into your browser address bar on the site:
javascript:if (typeof jQuery == 'undefined') {
var jQ = document.createElement('script');
jQ.type = 'text/javascript';
jQ.onload=runthis;
jQ.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js';
document.body.appendChild(jQ);
} else {
runthis();
}
function runthis() {
$('#middleContent div.s > img').attr('src', 'http://i.imgur.com/7Tvtd.png');
$('title').text('()');
$('div.s > h1').text('()');
}
(code based on the Smashing Magazine Bookmarklet Article)
Popularity: 5% [?]

