8,720
edits
Changes
m
/*
alert("test");
function addLogoAfterStuff () {
$("div.pre-content.heading-holder").append("<img width=\"100%\" src=\"skins/common/images/mabwikilogo9.png\">");
// $("div#bodyContent").prepend("<div><img width=\"100%\" src=\"skins/common/images/mabwikilogo9.png\"></div>");
alert("ugh");
}
setTimeout(addLogoAfterStuff, 6000);
*/
Blanked the page