Jump to content

User:ClemRutter/monobook.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:Krimpet/CH2.js]]
importScript('User:Krimpet/CH2.js');
importScript('User:Smith609/toolbox.js');
importScript('User:Mabdul/saveandedit.js'); //adding a new button
$.when( mw.loader.using( ['mediawiki.util'] ), $.ready ).then( function () {
mw.loader.load('jquery.ui');
mw.loader.load('//commons.wikimedia.org/w/index.php?action=raw&ctype=text/javascript&title=MediaWiki:Gadget-Cat-a-lot.js');
mw.loader.load('//commons.wikimedia.org/w/index.php?action=raw&ctype=text/css&title=MediaWiki:Gadget-Cat-a-lot.css', 'text/css' );
window.catALotPrefs = {watchlist:"nochange",minor:true,editpages:true};
});