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.
// HotCat
window.hotcat_no_autocommit = true;
var hotcat_use_category_links = true;

// User:John Vandenberg/Deletion sorting tool
importScript('User:AzaToth/morebits.js');
importScript('User:Quarl/util.js');
importScript('User:Quarl/wikipage.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importScript('Wikipedia:WikiProject Deletion sorting/delsort.js');
 
DelsortConfig = {
  debugLevel : 0,
  watchDelsortedLists : 0,
  watchDelsortedAfd : 0,
  shortcuts : []
}

// Local time in comments
LocalComments = {
        dateDifference: true,
        dateFormat: 'mdy',
        timeFirst: true,
        twentyFourHours: false,
        dayOfWeek: true,
        dropDays: 0,
        dropMonths: 0
};

// 12 hour time
importScript('User:Bility/convert24hourtime.js');

// New pages sidebar
importScript('User:TheJosh/Scripts/NewPagePatrol.js');
npp_enabled = false;