User:Notmyhandle/common.js

From StrategyWiki, the video game walkthrough and strategy guide wiki
< User:Notmyhandle
Revision as of 06:48, 23 June 2012 by Skizzerz (talk | contribs) (fix links to scripts on user common.js subpages)

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
importScript('User:Skizzerz/Scripts/library.js');

//Find and Replace Script
importScript('User:Skizzerz/Scripts/SearchBox.js');

//Naj edit counter
var editPage = 'Edit count';
var tableClass = '';
var tableStyle = '';
importScriptURI('http://strategywiki.org/w/index.php?title=User:Najzere/edit_counter.js&action=raw&ctype=text/javascript');

// AJAX PATROL V1.1 (modified)
//
//   Author: User:Ryan Schmidt
//   License: Unstated (CC-BY-SA)
//   Description: Moves to next diff when you patrol and edit, or removes link if you're on the last one.

var AjaxPatrolAutoNext = true; // set to "true" to turn on, or "false" to turn off
importScript('User:Najzere/ajaxpatrol.js');