Content deleted Content added
No edit summary |
No edit summary |
||
Line 16:
////////////////
console.log("script"
switch(mw.config.get("wgCanonicalNamespace"))
Line 59:
{
console.log("table");
// DMY
$(this).html($(this).html().replace(/()(\d\d:\d\d)(, \d{1,2} \w+ \d{4})/g, rxPartition));
// MD,Y
$(this).html($(this).html().replace(/()(\d\d:\d\d)(, \w+ \d{1,2}, \d{4})/g, rxPartition));
});
Line 85:
case "view":
if(document.title.indexOf("Difference between revisions") > -1)
{
|