User:Interchangeable/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:Lupin/recent2.js');
 
//--- For delsort ---\\
// importScript('User:AzaToth/morebits.js');
// importScript('User:AzaToth/twinklefluff.js');
// importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
// importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
// importScript('User:Tom Morris/delsort.js');
//--- End delsort ---//
 
// AFD closure script
importScript('User:Mr.Z-man/closeAFD.js');
 
// user online script
//importScript('User:Ale_jrb/Scripts/statusCheck.js');
//var offlineAfter = 480;
 
importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool
 
// Add [[WP:Reflinks]] launcher in the toolbox on left
$(function () {
 mw.util.addPortletLink(
  "p-tb",     // toolbox portlet
  "http://toolserver.org/~dispenser/cgi-bin/webreflinks.py/" + wgPageName 
   + "?client=script&citeweb=on&overwrite=&limit=30&lang=" + wgContentLanguage,
  "Reflinks"  // link label
)});