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 06:41, 9 June 2012 (adding DYKcheck link in left margin). 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", "");
});

//