All public logs

From Jenny Everywhere Wiki

Combined display of all available logs of Jenny Everywhere Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:38, 19 July 2024 Bongolium500 talk contribs created page MediaWiki:Gadget-BlurImages.js (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...")