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

Content deleted Content added
Technical 13 (talk | contribs)
m ;?
Technical 13 (talk | contribs)
m Debugging...
Line 1:
/* Visual name change mechanic so that I see "ShoeMaker" as I prefer while being able to keep my "Technical_13" login. *//*
$('h1[id^="firstHeading"]').each(function() {
this.innerHTML = this.innerHTML.replace("User:Technical 13", "User:ShoeMaker");
Line 5:
$('a[href^="/wiki/User:Technical_13"]').each(function() {
this.innerHTML = this.innerHTML.replace("Technical 13", "ShoeMaker");
}); */
 
/* Virtual signature *//*
$('span[class="ShoeSig"]').each(function() {
this.innerHTML = this.innerHTML.replace('>T13<', '>ShoeMaker<');
Line 16:
this.innerHTML = this.innerHTML.replace('<a href="/wiki/User_talk:Technical_13" title="User talk:Technical 13" class="mw-redirect">talk</a><span class="before-localcomments">', '&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 target="_blank" rel="nofollow" class="external text" href="http://ddowiki.com/page/User_talk:Technical_13">Message</a>&nbsp;')
});
*/
 
/* Refresh my WatchList page when viewing every minute */