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.
// Installation for Assessment Bar India
// Reference: [[User:Yuvipanda/AssessmentBar]]
// Current Ninney's Status: Disable
// Script:
// $.getScript("//en.wikipedia.org/w/index.php?title=User:User:YuviPanda/AssessmentBar/WPIndia.js&action=raw&ctype=text/javascript").then(function() {
// mw.loader.load('//en.wikipedia.org/w/index.php?title=User:User:YuviPanda/AssessmentBar.js&action=raw&ctype=text/javascript');
//});


// Enabling XTools gadget
// Reference: [[https://meta.wikimedia.org/wiki/User:Hedonil/XTools]]
// Current Ninney's Status: Disable
// Script:
// mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hedonil/XTools/XTools.js&action=raw&ctype=text/javascript');


// Installing Rater aids for assessing articles
// Reference: [[User:Kephir/gadgets/rater]]
// Current Ninney's Status: Disable
// Script:
// importScript('User:Kephir/gadgets/rater.js');


// Installing findargdups for Pages using duplicate arguments in template calls
// Reference: [[User:Frietjes/findargdups]]
// Current Ninney's Status: Enable
// Script:
 importScript('User:Frietjes/findargdups.js');


/* This script adds the Page Curation link to the top toolbar; the link combines the two main Page Curation
   features, namely the Special:NewPagesFeed and the curation toolbar. It is primarily designed to
   assist new page reviewers. Page Curation is a feature-rich purpose-built system to review new pages.
   Be sure to have read and fully understood the instructions at New Pages Patrol. */
// Reference: [[User:Lourdes/PageCuration.js]]
// Current Ninney's Status: Enable
// Script:
 importScript('User:Lourdes/PageCuration.js'); // Linkback: [[User:Lourdes/PageCuration.js]]


/* Adds a toolbox link to do a copyvio check on the given page. */
// Reference: [[User:The Earwig/copyvios.js]]
// Current Ninney's Status: Enable
// Script:
 importScript('User:The Earwig/copyvios.js'); // Linkback: [[User:The Earwig/copyvios.js]]


// This script shows user groups, edit count, and time registered.
// Reference: https://en.wikipedia.org/wiki/User:PleaseStand/User_info
// Reference: [[User:PleaseStand/userinfo]]
// Current Ninney's Status: Enable
// Script:
importScript("User:PleaseStand/userinfo.js"); // Linkback: [[User:PleaseStand/userinfo]]


// This script adds a link to the toolbox to calculate your edits by namespace and write them to a table in your userspace.
// Reference: https://en.wikipedia.org/wiki/User:Kanegasi/editcounter
// Reference: [[User:Kanegasi/editcounter]]
// Current Ninney's Status: Enable
// Script:
/* Counts all your edits and saves them to a page ( http://en.wikipedia.org/wiki/User:Kanegasi/editcounter ) */
/* Counts all your edits and saves them to a page ( http://en.wikipedia.org/wiki/User:Kanegasi/editcounter ) */
if (mw.config.get('wgTitle') === mw.config.get('wgUserName') && mw.config.get('wgNamespaceNumber') === 2) {
/* begin options */
/* end options */
    mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Kanegasi/editcounter.js&action=raw&ctype=text/javascript');
}


// This script creates & manages our own custom watchlists
// Reference: https://en.wikipedia.org/wiki/Wikipedia:User_scripts/List#Watchlist
// Reference: [[User:MusikAnimal/customWatchlists]]
// Current Ninney's Status: Disable
// Script:
// importScript("User:MusikAnimal/customWatchlists.js"); // Linkback: [[User:MusikAnimal/customWatchlists]]