Jump to content

User:Shyamal/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Shyamal (talk | contribs) at 03:01, 18 November 2022. 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.
importScript('User:Ucucha/HarvErrors.js');
importScript('User:William Avery/taxoboxalyzer.js');
importScript( 'meta:User:SuperHamster/view-it.js' );
importScript('User:Jts1882/taxonomybrowser2.js');
<!--
importScript( 'User:Jeph_paul/common.js' ); 
importStylesheet( 'User:Jeph_paul/common.css' );
-->


/* Cat-a-lot - changes category of multiple files */
mw.loader.using(['jquery.ui', 'mediawiki.util'], function(){
	mw.loader.load('//commons.wikimedia.org/w/load.php?modules=ext.gadget.Cat-a-lot');
});
////////// Cat-a-lot user preferences //////////
window.catALotPrefs = {"watchlist":"preferences","minor":true,"editpages":true,"docleanup":false,"subcatcount":10};
////////////////////////////////////catALotEnd//