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.
mw.loader.load( 'ext.gadget.VisualFileChange' );

//speedy deletion tagger - commons adapted
//there will be no confirmation after selecting a deletion criterion
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hoo_man/tagger.js&action=raw&ctype=text/javascript');

//<nowiki>
if(typeof(taggerConfig) == 'undefined') taggerConfig = {};
taggerConfig.tags = [];
taggerConfig.editSummary = [];
taggerConfig.tags[1] = '{{SD|G3}}';
taggerConfig.editSummary[taggerConfig.tags[1]] = 'Speedy - vandalism';
taggerConfig.tags[2] = '{{SD|G10}}';
taggerConfig.editSummary[taggerConfig.tags[2]] = 'Speedy - spam';
taggerConfig.tags.other = 'This is used for the option you have to select to be able to insert a custom template';
//</nowiki>