" + imageCaption + "").css({
"top": positionTop + "px",
"width": imgWidth + "px"
}).insertAfter(this);
}
});
if (this.complete) $(this).trigger("load");
});
// Hacker News is bad.
if (document.referrer.startsWith("https://news.ycombinator.com")){
/* document.location = "https://drwho.virtadpt.net/files/fart.wav" */
var audio = new Audio("https://drwho.virtadpt.net/files/fart.wav");
audio.play();
}