Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/**  ______________________________________________________________________________________________________________________________________________
*    Creates redirect pages for synonyms
*    Author:  Rillke
*    License: GPL v.3
**/ 
importScript('User:Rillke/createRedirects.js')

/**  ______________________________________________________________________________________________________________________________________________
**/

// [[File:Krinkle_Global_SUL.js]]
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Krinkle/Tools/Global_SUL.js&action=raw&ctype=text/javascript');

// [[File:Krinkle_RTRC.js]]
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Krinkle/RTRC.js&action=raw&ctype=text/javascript');
// Add custom delete reasons
// @stats [[File:Krinkle_addDeleteReasons.js]]
$.getScript( '//meta.wikimedia.org/w/index.php?title=User:Krinkle/Scripts/addDeleteReasons.js&action=raw&ctype=text/javascript', function(){
 
  krAddDeleteReasons.File( 'Reason here to delete a file' );
  krAddDeleteReasons.File( 'Some other reason to delete a file' );

});

mw.loader.load("//www.wikidata.org/w/index.php?title=User:Yair rand/WikidataInfo.js&action=raw&ctype=text/javascript"); // Backlink: [[d:User:Yair rand/WikidataInfo.js]]

/* JWB Javascript Wiki Browser from :en:User:Joeytje50/JWB */ 
importScriptURI('//en.wikipedia.org/w/index.php?title=User:Joeytje50/JWB.js/load.js&action=raw&ctype=text/javascript');