Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* 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");});$('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<');this.innerHTML=this.innerHTML.replace('>C<','>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>','<a target="_blank" rel="nofollow" class="external text" href="http://ddowiki.com/page/User_talk:Technical_13">Message</a>');this.innerHTML=this.innerHTML.replace('• <a href="/wiki/User:Technical_13/Sig" title="User:Technical 13/Sig" class="mw-redirect">Click to learn how to view this signature as intended</a> ','');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">',' <a href="/wiki/Special:Contributions/Technical_13" title="Special:Contributions/Technical 13">Contributions</a> <span style="text-decoration: blink; color: #FA88AF;">•</span> <a target="_blank" rel="nofollow" class="external text" href="http://ddowiki.com/page/User_talk:Technical_13">Message</a> ')})/* Refresh my WatchList page when viewing every minute */if(document.___location.href=="http://en.wikipedia.org/wiki/Special:Watchlist"){setTimeout(function(){___location=''},60000)}$('td.mw-enhanced-rc').css({fontWeight:'bold'fontSize:'12pt'});