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

Content deleted Content added
Technical 13 (talk | contribs)
Think I am done here...
Technical 13 (talk | contribs)
m Debugging...
Line 8:
 
/* Virtual signature */
$('span[class="bannedShoeSig"]').each(function() {
this.innerHTML = this.innerHTML.replace('>T13<', '>ShoeMaker<'); /* 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('<a href="/wiki/User_talk:Technical_13" title="User talk:Technical 13" class="mw-redirect">M</a>', '>Message<');a /*target="_blank" Expandrel="nofollow" theclass="external wordtext" href="Messagehttp://ddowiki.com/page/User_talk:Technical_13" *>Message</a>');
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 */
})