Content deleted Content added
Technical 13 (talk | contribs) m Debugging... |
Technical 13 (talk | contribs) m Debugging... |
||
Line 5:
$('a[href^="/wiki/User:Technical_13"]').each(function() {
this.innerHTML = this.innerHTML.replace("Technical 13", "ShoeMaker");
})
/* Virtual signature */
$('span[class="banned"]').each(function() {
this.href = this.href.replace("/wiki/User:Technical_13/Signature", "");▼
this.title = this.title.replace("User:Technical 13/Signature", "");▼
this.innerHTML = this.innerHTML.replace(" • Click to learn how to view this signature as intended", "");▼
this.innerHTML = this.innerHTML.replace("T13", "ShoeMaker");
this.innerHTML = this.innerHTML.replace("C", "Contributions");
this.innerHTML = this.innerHTML.replace("M", "Message");
▲ this.href = this.href.replace("/wiki/User:Technical_13/Signature", "");
▲ this.title = this.title.replace("User:Technical 13/Signature", "");
▲ this.innerHTML = this.innerHTML.replace(" • Click to learn how to view this signature as intended", "");
})
|