MediaWiki:Gadget-BlurImages.js: Revision history

From Jenny Everywhere Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 July 2024

19 July 2024

  • curprev 11:3811:38, 19 July 2024Bongolium500 talk contribs 545 bytes +545 Created page with "mw.hook('wikipage.content').add(function(){ $('.blur-image').each(function(i, obj) { console.log("in loop"); var img = $(obj).find(".thumbimage"); var width = $(img).width(); var height = $(img).height(); var text = "Click to view. Contains " + $(obj).data("contains") + "."; $(obj).find(".thumbinner").append($("<div></div>").text(text).width(width).height(height).addClass("imagecover").click(function(event){ $(event.target).parent().find("img").css..."