Difference between revisions of "User:Microchip08/monobook.js"

From Mibbit Wiki
Jump to: navigation, search
(Replacing page with '// Leave me alone!')
Line 1: Line 1:
addOnloadHook(function () {
+
// Leave me alone!
  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');
 
});
 

Revision as of 20:12, 12 April 2009

// Leave me alone!