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.
$( function() {
   if(mw.config.get('wgNamespaceNumber') == 6) {
      if(wgTitle.match(/(.*)\.(jpg|jpeg)/gi)) {
          var croplink = "http://toolserver.org/~luxo/cropbot/cropbot.php?img="+wgTitle;
          mw.util.addPortletLink("p-tb", croplink, "Crop", "p-crop", "Crop this image", "o", false);
      }
   }
});

stockphoto_prevent = true;
importScript('User:Fetchcomms/notFlickr.js');
toollocation = 'p-cactions';
importScript('User:Fetchcomms/delete.js');
var AjaxDeleteExtraButtons = [
                {
                    'label': 'Duplicate',
                    'tag': '{\{duplicate|1=%PARAMETER%|user=%USER%}}',
                    'img_summary': 'Tagging as duplicate of [[%PARAMETER%]]',
                    'prompt_text': 'Which is file is this a duplicate of?'

                },
                {
                    'label': 'CSD',
                    'tag': '{\{speedy|1=%PARAMETER%}}',
                    'img_summary': 'Tagging for speedy deletion because %PARAMETER%',
                    'prompt_text': 'Why should this be speedily deleted?'

                }
                ];


importScript('User:Fetchcomms/speedy.js');
// importScript('User:DieBuche/speedy.js');
importScript('User:Kanonkas/warn.js');
importScript('User:Maximr/morebits.js');
importScript('User:Kanonkas/twinklefluff.js');
importScript('User:Fetchcomms/NewPagePatrol.js');
importScript('User:Fetchcomms/popups.js');
importScript('User:Fetchcomms/lefteditlinks.js');
importScript('User:Patstuart/Flickrreview.js');