Wikipedia:WikiProject User scripts/Scripts/User Contribs Tabs: Difference between revisions

Content deleted Content added
Created page with '// <pre><nowiki> // by:User:Darkest Hour addOnloadHook(function() { if (wgTitle.indexOf("/") != -1 || document.title.indexOf("- History -") != -1) //no s...'
 
more
Line 10:
addPortletLink("p-cactions", wgServer + "/wiki/Special:Contributions/" + username, "Contribs", "ca-contrib", "User contributions");
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");
addPortletLink("p-cactions",
"http://www.math.ucla.edu/~aoleg/wp/rfa/edit_summary.cgi?username=" + username + "&site=en.wikipedia.org", "Edit Summary", "ca-editsummary", "Edit Summary");
}