User:Cbbkr/vector.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.
window.popupStructure = 'menus';
window.popupSubpopups = true;
window.popupOnEditSelection = true;
window.popupFixRedirs = true;
window.popupWatchRedirredPages = false;
window.popupRedirAutoClick = 'wpPreview';
window.popupRedlinkRemoval = true;
window.popupFixDabs = true;
window.popupWatchDisambiggedPages = null;
window.popupPreviewRawTemplates = false;
window.popupPreviewFirstParOnly = false;
// window.popupRevertSummaryPrompt = true;

// Add [[WP:Reflinks]] launcher in the toolbox on left
addOnloadHook(function () { 
 mw.util.addPortletLink(
  "p-tb",     // toolbox portlet
  "http://toolserver.org/~dispenser/cgi-bin/webreflinks.py/" + wgPageName
   + "?client=script&citeweb=on&overwrite=&limit=20&lang=" + wgContentLanguage,
  "Reflinks"  // link label
)});

importScript('Wikipedia:AutoEd/complete.js');

importScript('User:Ohconfucius/script/MOSNUM dates.js');  //[[User:Ohconfucius/script/MOSNUM dates.js]]

LinkClassifierOnDemand=true;
importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]
importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]
addOnloadHook(function(){
    mw.util.addPortletLink('p-cactions', 'javascript:LinkClassifier.onDemand()', 'linkclassifier');
});

importScript('User:Ais523/votesymbols.js');

importScript('User:Splarka/dabfinder.js');

importScript('User:Dipankan001/New pages.js');