MyWiki:WikiProject User scripts/Scripts/External editor

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>SD0001 at 14:39, 17 September 2025 (addPortletLink -> mw.util.addPortletLink). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
$.when($.ready, mw.loader.using('mediawiki.util')).then(function () {
    var editTab = document.getElementById("ca-edit");
    if (!editTab) return;
    var editURL = editTab.getElementsByTagName("a")[0].href;
    mw.util.addPortletLink("p-cactions", editURL + "&externaledit=true", "EE", "ca-exted", "External editor", "");
});