Content deleted Content added
Technical 13 (talk | contribs) m Debugging... |
Technical 13 (talk | contribs) m Debugging... Almost have it... |
||
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.innerHTML = this.innerHTML.replace('>M<', '>Message<');
this.innerHTML = this.innerHTML.replace('<a href="/wiki/User:Technical_13/Signature" title="User:Technical 13/Signature"> • Click to learn how to view this signature as intended</a>', '');
})
|