Jump to content

User:KGirlTrucker81/AFCCATULink.js

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.
/* This script adds a CAT:AFC submissions in userspace link to the top toolbar.
    It is primarily designed for AFC reviewers. Be sure you add yourself to the participants list and have 500 mainspace edits.  
    To use the script, add the following line to Special:MyPage/common.js:
 
importScript('User:KGirlTrucker81/AFCCATULink.js'); // Linkback: [[User:KGirlTrucker81/AFCCATULink.js]]

*/

$( document ).ready( function() {
  mw.util.addPortletLink(
    'p-personal',
    mw.util.getUrl('Category:Pending AfC submissions in userspace'),
    'CAT:AFCU',
    '1-afcsubmissusespace',
    'Review AFC Submissions in userspace',
    null,
    '#pt-preferences'
  );
});