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

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("'>T13"<', "'>Technical 13"<');
this.innerHTML = this.innerHTML.replace("'>C"<', "'>Contributions"<');
this.innerHTML = this.innerHTML.replace("M"'•', '<span style="Messagetext-decoration: blink; color: #FA88AF;">•</span>');
this.innerHTML = this.innerHTML.replace('>M<', '>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>', '');
})