Anonymous

User:Bongolium500/common.js: Difference between revisions

From Jenny Everywhere Wiki
Created page with "mw.hook('wikipage.content').add(function(){ $('.blur-image .thumbinner').each(function(i, obj) { var img = $(obj).find(.thumbimage); var width = $(img).width(); var height = $(img).height(); $(obj).append($("<div></div>").text("Click to view .").width(width).height(height).css("color":"white", "background-color":"black")); }); });"
(Created page with "mw.hook('wikipage.content').add(function(){ $('.blur-image .thumbinner').each(function(i, obj) { var img = $(obj).find(.thumbimage); var width = $(img).width(); var height = $(img).height(); $(obj).append($("<div></div>").text("Click to view .").width(width).height(height).css("color":"white", "background-color":"black")); }); });")
(No difference)
12,450

edits