Content deleted Content added
Technical 13 (talk | contribs) m Debugging... Almost have it... |
Technical 13 (talk | contribs) Think I am done here... |
||
Line 9:
/* Virtual signature */
$('span[class="banned"]').each(function() {
this.innerHTML = this.innerHTML.replace('>T13<', '>
this.innerHTML = this.innerHTML.replace('>C<', '>Contributions<'); /* Expand the word "Contributions" */
this.innerHTML = this.innerHTML.replace('•', '<span style="text-decoration: blink; color: #FA88AF;">•</span>');
this.innerHTML = this.innerHTML.replace('>M<', '>Message<'); /* Expand the word "Message" */
this.innerHTML = this.innerHTML.replace('• <a href="/wiki/User:Technical_13/Signature" title="User:Technical 13/Signature">
})
|