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.
// <pre><nowiki>// === SigDash ===// @ [[Wikipedia:WikiProject_User_scripts/Scripts/SigDash]]importScript('Wikipedia:WikiProject_User_scripts/Scripts/SigDash');// === Formatter w/ Auto Edit Summary ===// @ [[Wikipedia:WikiProject_User_scripts/Scripts/Formatter]]importScript('Wikipedia:WikiProject_User_scripts/Scripts/Formatter');importScript('Wikipedia:WikiProject_User_scripts/Scripts/Formatter/Auto Edit Summary');// === SnipManager ===// @ [[User:Odie5533/SnipManager]]// importScript('User:Odie5533/SnipManager.js');// === User Tabs ===// @ [[Wikipedia:WikiProject User scripts/Scripts/User tabs]]// Please leave the following line// [[user:Where/usertabs]]$(function(){if(mw.config.get('wgTitle').indexOf("/")!=-1||document.title.indexOf("- History -")!=-1)//no subpages or historyreturn;if(mw.config.get('wgCanonicalNamespace')=="User"||mw.config.get('wgCanonicalNamespace')=="User_talk"){varusername=encodeURIComponent(mw.config.get('wgTitle'));mw.util.addPortletLink("p-cactions",mw.config.get('wgServer')+"/wiki/Special:Contributions/"+username,"Contributions","ca-contrib","User contributions");mw.util.addPortletLink("p-cactions","http://tools.wikimedia.de/~interiot/cgi-bin/Tool1/wannabe_kate?username="+username+"&site=en.wikipedia.org","Edit count","ca-editcount","Edit count from Interiot's Tool1");mw.util.addPortletLink("p-cactions",mw.config.get('wgServer')+"/w/index.php?title=Special:Log&type=block&user="+username,"Blocks given","","Blocks by this user");mw.util.addPortletLink("p-cactions",mw.config.get('wgServer')+"/w/index.php?title=Special:Log&type=block&page=User:"+username,"Blocks received","ca-blog","Blocks received by this user");mw.util.addPortletLink("p-cactions",mw.config.get('wgServer')+"/w/index.php?title=Special:Prefixindex&from="+username+"&namespace=2","Userspace","","List of pages in this user's userspace");// mw.util.addPortletLink("p-cactions", mw.config.get('wgServer') + "/w/index.php?title=Special:Log&type=move&user=" + username, "Page moves", "ca-pagemoves", "Page moves by this user");// mw.util.addPortletLink("p-cactions", mw.config.get('wgServer') + "/w/index.php?title=Special:Log&type=protect&user=" + username, "Protections", "", "Protections by this user");// mw.util.addPortletLink("p-cactions", mw.config.get('wgServer') + "/w/index.php?title=Special:Log&type=delete&user=" + username, "Deletions", "", "Deletions by this user");}});// </nowiki></pre>