User:Technical 13/common.js: Difference between revisions

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<', '>Technical 13ShoeMaker<'); /* Expand username to nickname */
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">&nbsp;Click to learn how to view this signature as intended</a>', ''); /* Get rid of link to instructions */
})