Jump to content

User:Jevansen/common.js

From Wikipedia, the free encyclopedia
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.
/* User:Equazcion/ScriptInstaller.js */
importScript( 'User:Equazcion/ScriptInstaller.js' );// Backlink: [[User:Equazcion/ScriptInstaller.js]]
importScript( 'User:Joeytje50/JWB.js/load.js' ); // Backlink: [[User:Joeytje50/JWB.js/load.js]]
importScript('User:SD0001/shortdescs-in-category.js'); // [[User:SD0001/shortdescs-in-category.js]]
window.catALotPrefs = {editpages:  true, minor: true};
mw.loader.using(['mediawiki.util']).done(function(){
  mw.loader.load('//commons.wikimedia.org/enwiki/w/index.php?title=MediaWiki:Gadget-Cat-a-lot.js&action=raw&ctype=text/javascript');
  mw.loader.load('//commons.wikimedia.org/enwiki/w/index.php?title=MediaWiki:Gadget-Cat-a-lot.css&action=raw&ctype=text/css', 'text/css');
});