From Wikipedia, the free encyclopedia
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.

//adds "contibs" tab to user and user talk pages

if (wgNamespaceNumber == 2 || wgNamespaceNumber == 3) {

    var uname = wgPageName.match(/[^:]*:([^\/]*)/);

    if (uname.length > 1)

        addOnloadHook(function() {

            mw.util.addPortletLink("p-cactions", "http://en.wikipedia.org/wiki/Special:Contributions/" + uname1], "contribs", "ca-contribs", "Contributions");

        });

}



/**** afd helper ****/

document.write('<script type="text/javascript"' +

  'src="http://en.wikipedia.org/?title=User:Jnothman/afd_helper/' +

  'script.js&action=raw&ctype=text/javascript&dontcountme=s"></script>');



/* This is to keep track of who is using this extension: [[User:Jnothman/afd_helper/script.js]] */



importScript('User:Mr.Z-man/patrollinks.js');