“用户:Nostalgia/commons.js”的版本间的差异
(以“addOnloadHook(function () { var hist; var url; if (!(hist = document.getElementById('ca-history') )) return; if (!(url = hist.getElementsByTagName('a')[0...”为内容创建页面) |
(没有差异)
|
2013年8月20日 (二) 22:11的最新版本
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'), wgULS('清理缓存'), 'ca-purge', wgULS('清理服务器缓存'), 'p'); });