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

Content deleted Content added
Technical 13 (talk | contribs)
m Testing...
Technical 13 (talk | contribs)
m Debugging...
Line 6:
this.innerHTML = this.innerHTML.replace("Technical 13", "ShoeMaker");
});
 
/* Virtual signature */
$('span[class="banned"]').each(function() {
this.href = this.href.replace("/wiki/User:Technical_13/Signature", "");
this.innerHTML = this.innerHTML.replace("<a href="/wiki/User:Technical_13/Signature" title="User:Technical 13/Signature">ShoeMaker</a>", "<a href="/wiki/User:Technical_13" title="User:Technical 13">ShoeMaker</a>&nbsp;&nbsp;&nbsp;(&nbsp;<a href="/wiki/Special:Contributions/Technical_13" title="Special:Contributions/Technical 13">Contributions</a>&nbsp;<span style="text-decoration: blink; color: #FA88AF;">•</span>&nbsp;<a href="/wiki/User_talk:Technical_13" title="User talk:Technical 13" class="mw-redirect">Message</a>&nbsp;)");
this.title = this.title.replace("User:Technical 13/Signature", "");
this.innerHTML = this.innerHTML.replace("&nbsp;• Click to learn how to view this signature as intended", "");
this.innerHTML = this.innerHTML.replace("T13", "ShoeMaker");
this.innerHTML = this.innerHTML.replace("C", "Contributions");
this.innerHTML = this.innerHTML.replace("M", "Message");
})