Difference between revisions of "User:Microchip08/monobook.js"
Microchip08 (talk | contribs) |
Microchip08 (talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
addOnloadHook(function () { | addOnloadHook(function () { | ||
var hist; var url; | var hist; var url; |
Revision as of 20:12, 12 April 2009
addOnloadHook(function () { var hist; var url; if (!(hist = document.getElementById('ca-history') )) return; if (!(url = hist.getElementsByTagName('a')[0] )) return; if (!(url = url.href )) return; addPortletLink('p-cactions', url.replace(/([?&]action=)history([&#]|$)/, '$1purge$2'), 'purge', 'ca-purge', 'Purge cache', 'purge'); });