User:Piotrus/monobook.js

// Sandbox link (adds a link to my sandbox in the top right corner)

$.when(

mw.loader.using( [

'mediawiki.util',

] ),

$.ready

).done( function () {

mw.util.addPortletLink('p-personal', mw.config.get('wgArticlePath').replace("$1", "Special:Mypage/Links"), 'My quick links', 'pt-sandbox', 'My quick links', null, document.getElementById('pt-preferences'));

});

//

// Artcle size script (adds a page size option to the toolbox on the left side of the screen)

importScript('User:Dr pda/prosesize.js'); //User:Dr pda/prosesize.js

//

// Wikipedia:AutoEd

importScript('Wikipedia:AutoEd/complete.js');

// Dashes fix

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