Content deleted Content added
Technical 13 (talk | contribs) m Debugging... |
Technical 13 (talk | contribs) m Replace to Numeric character references to avoid double replace |
||
Line 9:
/* Virtual signature */
$('span[class="banned"]').each(function() {
this.innerHTML = this.innerHTML.replace("
this.innerHTML = this.innerHTML.replace("
this.innerHTML = this.innerHTML.replace("
this.href = this.href.replace("/wiki/User:Technical_13/Signature", "");
this.title = this.title.replace("User:Technical 13/Signature", "");
|