Jump to content

User:Talking image/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.
importScript('User:Splarka/sysopdectector.js');
 
importScript('User:Dr_pda/prosesize.js'); // [[User:Dr_pda/prosesize.js]]
 
importScript('User:Dr_pda/editrefs.js'); // [[User:Dr_pda/editrefs.js]]

// [[User:Lupin/popups.js]]
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' 
             + '&action=raw&ctype=text/javascript');

//script adding Template message
addOnloadHook(function () {
addPortletLink ('p-tb', '/wiki/Wikipedia:Template messages','List of available templates');
});
 
// 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')

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

// Turn on spellchecking in the edit summary field, for Firefox. 
// Temporary until [[bugzilla:21604]] is deployed
addOnloadHook( function() {
  var wpSummary = document.getElementById( "wpSummary" );
  if ( wpSummary && typeof wpSummary.spellcheck != undefined )
    wpSummary.spellcheck = true;
} );