Wikipedia:WikiProject User scripts/Scripts/Show last diff
From Wikipedia, the free encyclopedia
// Originally based on http://en.wikipedia.org/w/index.php?title=User:JesseW/monobook.js&oldid=20755510 //See [[Wikipedia:WikiProject User scripts/Scripts/Show last diff]] // addLastDiff function addLastDiff() { addPortletLink('p-cactions', 'http://en.wikipedia.org/w/index.php?title=' + wgPageName + "&diff=cur&oldid=prev", 'last', 'ca-last', 'Show most recent diff'); } addOnloadHook(addLastDiff); //