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.
//Script manager
scriptsToManage = {
  "wikignome" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:EpochFail/wikignome.js",
  //"massRollback" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Writ Keeper/Scripts/massRollback.js",
  //"Archer" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:MJL/Archer.js",
  //"watchlistDiffs" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Writ Keeper/Scripts/watchlistDiffs.js",
  //"commonHistory" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Writ Keeper/Scripts/commonHistory.js",
  //"contribsHistory" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Writ Keeper/Scripts/contribsHistory.js",
  //"generalHistory" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Writ Keeper/Scripts/generalHistory.js",
  //"userHistory" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Writ Keeper/Scripts/generalHistory.js",
  //"recentChangesPatrol" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Writ Keeper/Scripts/recentChangesPatrol.js",
  //"previewAndDiff" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Writ Keeper/Scripts/previewAndDiff.js",
  //"watchlist-notice" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Enterprisey/watchlist-notice.js",
  //"AjaxRollback" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:DannyS712/AjaxRollback.js",
  //"userinfo" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:PleaseStand/userinfo.js",
  //"admintagger" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Anne drew Andrew and Drew/admintagger.js",
  //"googleTitle" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Writ Keeper/Scripts/googleTitle.js",
  //"ajaxpreview" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Anomie/ajaxpreview.js",
  //"reply-link" : "//en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Enterprisey/reply-link.js"
};

//Scripts currently in use
importScript('User:Writ Keeper/Scripts/previewAndDiff.js'); // Backlink: [[User:Writ Keeper/Scripts/previewAndDiff.js]]
//importScript('User:Enterprisey/watchlist-notice.js'); // Backlink: [[User:Enterprisey/watchlist-notice.js]]
importScript('User:DannyS712/AjaxRollback.js'); // Backlink: [[User:DannyS712/AjaxRollback.js]]
importScript('User:PleaseStand/userinfo.js'); // Backlink: [[User:PleaseStand/userinfo.js]]
importScript('User:Anne drew Andrew and Drew/admintagger.js'); // Backlink: [[User:Anne drew Andrew and Drew/admintagger.js]]
importScript('User:Writ Keeper/Scripts/googleTitle.js'); // Backlink: [[User:Writ Keeper/Scripts/googleTitle.js]]
importScript('User:Enterprisey/reply-link.js'); // Backlink: [[User:Enterprisey/reply-link.js]]
//importScript("User:EpochFail/wikignome.js");
importScript('User:Writ Keeper/Scripts/massRollback.js'); // Backlink: [[User:Writ Keeper/Scripts/massRollback.js]]
importScript( 'User:MJL/Archer.js' );// [[User:MJL/Archer.js]]
importScript('User:Writ Keeper/Scripts/commonHistory.js'); // Backlink: [[User:Writ Keeper/Scripts/commonHistory.js]]

//Scripts not in use
//importScript('User:Writ Keeper/Scripts/recentChangesPatrol.js'); // Backlink: [[User:Writ Keeper/Scripts/recentChangesPatrol.js]]
importScript('User:MusikAnimal/scriptManager.js'); // Backlink: [[User:MusikAnimal/scriptManager.js]]

window.wpDarkModeAutoToggle = true;