Content deleted Content added
Technical 13 (talk | contribs) m Fixed references to make it work. |
Technical 13 (talk | contribs) Added code for my signature. |
||
Line 4:
});
$('a[href^="/wiki/User:Technical_13"]').each(function() {
this.innerHTML = this.innerHTML.replace("Technical 13", "ShoeMaker");
});
$('div[id="SigShoe"]').each(function() {
this.innerHTML = this.innerHTML.replace("Technical 13", "ShoeMaker");
})
|