User:Hedwig in Washington/common.js
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
The accompanying .css page for this skin can be added at User:Hedwig in Washington/common.css. |
var ns = mw.config.get('wgNamespaceNumber'),
ac = mw.config.get('wgAction'),
ti = mw.config.get('wgTitle');
$.when(mw.loader.using(['mediawiki.util']), $.ready).done(function () {
importScript('User:Magnus Manske/sdc_tool.js') ;
if (ns === 6) {
importScript('User:Majora/LicenseReview.js');
importScript('User:Magog the Ogre/cleanup.js');
}
else if (ns === 14 && ac === "view") {
importScript('User:Perhelion/massrename.js');
importScript('User:Jheald/wdcat.js');
}
// mw.loader.load('//ru.wikipedia.org/w/load.php?modules=ext.gadget.markblocked', 'text/javascript', false);
// mw.loader.load('//en.wikipedia.org/w/index.php?title=User:PleaseStand/userinfo.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Writ Keeper/Scripts/massRollback.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Writ Keeper/Scripts/massRevdel.js&action=raw&ctype=text/javascript');
// importScript('User:King of Hearts/closeudel.js');
// importScript('User:XXN/massrename.js');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Technical_13/Scripts/OneClickArchiver.js&action=raw&ctype=text/javascript');
});
// SORT CONVERT-TO-SVG TAGS:
if (ns === 14 || (ns === 6 && !/SVG/i.test(ti.slice(-3))))
importScript('User:Perhelion/fixconverttosvg.js');
//<nowiki>
//vFCvFCCfg/////////////////////////////////////
/////// VISUAL FILE CHANGE CONFIGURATION ///////
///// DO NOT MODIFY BY HAND - FINGERS AWAY! ////
////////////////////////////////////////////////
window.vFCSettings = {"userNote":"Yours sincerely,","firstTest":0,"testEdits":0,"defaultAction":"del","watchlistUserTalk":"preferences","watchlistFiles":"preferences","watchlistReplace":"nochange","watchlistOTRS":"nochange","loadBatchSize":200,"maxSimultaneousReq":10,"summaryChacheLen":5,"loadThumbs":true,"loadWikitext":true};
//////////////////////////////////vFCvFCCfgEnd//
//</nowiki>
//<nowiki>
//catALot///////////////////////////////////////
////////// Cat-a-lot user preferences //////////
window.catALotPrefs = {"disambig_category":"Disambiguation","redir_category":"Category redirects","watchlist":"preferences","minor":false,"editpages":true,"docleanup":true,"subcatcount":50,"uncat":true,"button":false};
////////////////////////////////////catALotEnd//
//</nowiki>