From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
//Common library functions used by many of the scripts below
importScript('User:Ryan Schmidt/Scripts/library.js');

/*********************************
** Edit Summary Warning Nullify **
*********************************/
function check_edit_summary(event) {
  return;
}

//QuickDelete for sysops
//Change the following three lines to modify the delete reasons, remember to use + for spaces
var qdId = ['spamvand', 'test', 'request'];
var qdText = ['Spam/Vandalism', 'Test+page,+please+use+the+[[StrategyWiki:Sandbox|sandbox]]', 'Author+request'];
var qdDisp = ['Spam/Vandalism', 'Test', 'Author request'];
importScript('User:Ryan Schmidt/Scripts/QuickDelete.js');

//Find and replace script
//by Zocky
importScript('User:Ryan Schmidt/Scripts/SearchBox.js');

//Auto-edit script
//by Lupin
importScript('User:Ryan Schmidt/Scripts/Autoedit.js');

//Add section edit link for the top section
importScript('User:Ryan Schmidt/Scripts/TopSection.js');

//LiFilter script for Logs
//by Splarka
importScript('User:Ryan Schmidt/Scripts/LiFilter.js');

//Whois IP script
//by Splarka
importScript('User:Ryan Schmidt/Scripts/WhoisIP.js');

//AJAX Patrol script
//Uncomment the following line if you wish to have this script
//automatically load the next diff when the patrol is finished (if applicable).
//AjaxPatrolAutoNext = true;
importScript('User:Ryan Schmidt/Scripts/AjaxPatrol.js');

//AJAX Watch script
importScript('User:Ryan Schmidt/Scripts/AjaxWatch.js');