Jump to content

User:Grolltech/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grolltech (talk | contribs) at 11:32, 24 February 2013 (Oops, typo). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
/* This script adds a "Page Size" link to the toolbox in left column */
importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]
/*  This script adds a "DYKcheck" link to the toolbox in left column */ 
importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool 

/* Add External Editor Tab */
addOnloadHook(function() {
    var editTab = document.getElementById("ca-edit");
    if (!editTab) return;
    var editURL = editTab.getElementsByTagName("a")[0].href;
    addPortletLink("p-cactions", editURL + "&externaledit=true", "EE", "ca-exted", "External editor", "");
});

/* This script adds PERSONDATA metadata manipulation */
importScript('User:Dr pda/persondata.js'); //[[User:Dr pda/persondata.js]]

/* Adds the "{{Cite}}" button to the editing toolbar */
importScript('User:Apoc2400/refToolbarPlus.js');

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