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.
importScript('User:Splarka/sysopdectector.js');


// [[User:Lupin/popups.js]]      
importScript('User:Lupin/popups.js');
importScript('User:AzaToth/twinkle.js');
 
//script from Sala albax
$(function () {
addPortletLink ('p-tb', '/wiki/Wikipedia:Template messages','List of available templates');
});
 
// isbn at amazon
//var magicURL = "http://www.amazon.com/gp/search?ie=UTF8&field-isbn=MAGICNUMBER&tag=wikipedia08-20";
//importScript('User:Lunchboxhero/externISBN.js');
// isbn at amazon
var book_source_URL = "http://www.amazon.com/gp/search?ie=UTF8&field-isbn=MAGICNUMBER&tag=wikipedia08-20";
importScript('User:Lunchboxhero/externISBN.js');
  
//adds prosesize to toolbar in left menu
importScript('User:Dr_pda/prosesize.js'); 

// [[User:Dr_pda/editrefs.js]]
importScript('User:Dr_pda/editrefs.js')

//date delinking
//importScript('User:Lightmouse/monobook.js/script.js');
importScript('User:Lightmouse/monobook.js/script.js');


//adds traffic statistics to toolbox + one click access to citation bot
importScript('User:Smith609/toolbox.js');

// User:Citation bot/use
importScript('User:Smith609/reftool.js');

importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool


//User:Mr.Z-man/refToolbar
//importScript('User:Mr.Z-man/refToolbar.js');
// Turn on spellchecking in the edit summary field, for Firefox. 
// Temporary until [[bugzilla:21604]] is deployed
$( function() {
  var wpSummary = document.getElementById( "wpSummary" );
  if ( wpSummary && typeof wpSummary.spellcheck != undefined )
    wpSummary.spellcheck = true;
} );