Wikipedia:WikiProject User scripts/Scripts/Show last secure diff: Difference between revisions

Content deleted Content added
m Protected Wikipedia:WikiProject User scripts/Scripts/Show last secure diff: script ([edit=sysop] (indefinite) [move=sysop] (indefinite))
change over in secure wiki address
Line 6:
function addLastSecureDiff()
{
addPortletLink('p-cactions', 'https://secureen.wikimediawikipedia.org/wikipedia/en/w/index.php?title=' + wgPageName + "&diff=cur&oldid=prev", 'last', 'ca-last', 'Show most recent diff');
}
if(wgCanonicalNamespace != 'Special') addOnloadHook(addLastSecureDiff);