Content deleted Content added
Technical 13 (talk | contribs) m Debugging... |
Technical 13 (talk | contribs) m Debugging... |
||
Line 9:
/* Virtual signature */
$('span[class="banned"]').each(function() {
this.innerHTML = this.innerHTML.replace("T13", "ShoeMaker");▼
this.innerHTML = this.innerHTML.replace("C", "Contributions");
this.innerHTML = this.innerHTML.replace("M", "Message");
▲ this.innerHTML = this.innerHTML.replace("T13", "ShoeMaker");
this.href = this.href.replace("/wiki/User:Technical_13/Signature", "");
this.title = this.title.replace("User:Technical 13/Signature", "");
|