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');

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

//QuickDelete for sysops
importScript('User:Ryan Schmidt/Scripts/QuickDelete.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).

var AjaxPatrolAutoNext = true;
importScript('User:Ryan Schmidt/Scripts/AjaxPatrol.js');