User:Lwarrenwiki/common.js

This is an old revision of this page, as edited by Lwarrenwiki (talk | contribs) at 16:56, 1 June 2016 (+scripts). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
// XTools gadget:
// see http://meta.wikimedia.org/wiki/User:Hedonil/XTools
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hedonil/XTools/XTools.js&action=raw&ctype=text/javascript');

// Tool to highlight duplicate links
importScript('User:Ucucha/duplinks.js'); // [[User:Ucucha/duplinks]]

importScript('User:Ohconfucius/script/EngvarB.js');
// [[User:Ohconfucius/script/EngvarB.js]]

importScript('User:GregU/dashes.js');

var SegregateRefsJsAllowConversion = true;
importScript("User:PleaseStand/segregate-refs.js");

importScript("User:Waldir/formatcitations.js");

/* Counts all your edits and saves them to a page ( http://en.wikipedia.org/wiki/User:Kanegasi/editcounter ) */
if (mw.config.get('wgTitle') === mw.config.get('wgUserName') && mw.config.get('wgNamespaceNumber') === 2) {
/* begin options */
var pageName = 'editcount';
/* end options */
    mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Kanegasi/editcounter.js&action=raw&ctype=text/javascript');
}